Describe the issue
When using ExchangeExtendedProtectionManagement.ps1 -rollbacktype "RestoreIISAppConfig", the RestoreIISAppConfig string is case sensitive. So that if you miss type it there is an unclear error.
Expected behavior
Should be non case sensitive. Or explicitly say in the doc that the parameter is case sensitive.
Script Output
Here is the ouput when mis typing the paramater (restoreIISAppConfig instead of RestoreIISAppConfig)

Additional context
When in production and if after enabling WEP something goes wrong, the roll back should be easy : no time to be trapped with case sensitive thing.
Describe the issue
When using ExchangeExtendedProtectionManagement.ps1 -rollbacktype "RestoreIISAppConfig", the RestoreIISAppConfig string is case sensitive. So that if you miss type it there is an unclear error.
Expected behavior
Should be non case sensitive. Or explicitly say in the doc that the parameter is case sensitive.
Script Output

Here is the ouput when mis typing the paramater (restoreIISAppConfig instead of RestoreIISAppConfig)
Additional context
When in production and if after enabling WEP something goes wrong, the roll back should be easy : no time to be trapped with case sensitive thing.