Prerequisites
Steps to reproduce
Using the New-IISSite CmdLet with a non-existing physical path for the -PhysicalPath parameter yields the following error message in German:
Der Parameter "PhysicalPath" sollte nicht auf einen vorhandenen Pfad zeigen.
... which translates to English as:
The "PhysicalPath" parameter should not point to an existing path.
The "not" is wrong in this error message. It should correctly read:
Der Parameter "PhysicalPath" muss auf einen vorhandenen Pfad zeigen.
... which would translate to English as:
The "PhysicalPath" parameter has to point to an existing path.
Expected behavior
Actual behavior
Error details
No response
Environment data
Name Value
---- -----
PSVersion 5.1.19041.1682
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.19041.1682
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Version
1.1.0.0
Visuals
No response