Open chelnak opened 1 year ago
This change updates the recommended usage for SessionOption.
SessionOption
Previously it directed users to use -SessionOption (New-PSSession -SkipCACheck -SkipCNCheck). However the swtiches mentioned only exist within the New-PSSessionOption command.
-SessionOption (New-PSSession -SkipCACheck -SkipCNCheck)
New-PSSessionOption
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 theNew-PSSessionOption
command.