Claudio Silva takes us through a change to several cmdlets in dbatools:
I wondered why and asked the Windows team if they could provide any insight. A colleague explained to me that I needed to change three things to make my remoting commands work on our network:
1. Use the FQDN on
-ComputerName
and/or-SqlInstance
parameters
2. Use-UseSSL
parameter on theNew-PSSession
command
3. Use-IncludePortInSPN
parameter for theNew-PsSessionOption
command
Read the whole thing.