omi
omi copied to clipboard
Update SessionOption usage
This change updates the recommended usage for SessionOption
.
Previously it directed users to use -SessionOption (New-PSSession -SkipCACheck -SkipCNCheck)
. However the swtiches mentioned only exist within the New-PSSessionOption
command.