### Cmdlet(s) ### PowerShell Version Instructions: to get PowerShell version, type `$PSVersionTable` and look for the value associated with `PSVersion` ### Module Version ### OS Version Instructions: to get OS version, type `$PSversionTable` and look for value associated with `BuildVersion` ### Description ### Debug Output Instructions: to get Debug Output, set `$DebugPreference="Continue"` and then execute the cmdlet or script causing the issue ### Script/Steps for Reproduction