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
-ComputerNameand/or-SqlInstanceparameters
2. Use-UseSSLparameter on theNew-PSSessioncommand
3. Use-IncludePortInSPNparameter for theNew-PsSessionOptioncommand
Read the whole thing.