A family of Microsoft on-premises document management and storage systems.
Hi Elisie,
Powershell is allowed to remote access all the servers of the farm.
I run these command on all servers before running the scripts.
Register-PSSessionConfiguration -Name DelegatedSPAdmin -AccessMode Remote -Force -ShowSecurityDescriptorUI
Enable-PSRemoting -Force
Enable-WSManCredSSP -Role Server –Force
Enable-WSManCredSSP -role Client -DelegateComputer *
Restart-Service WinRM
Set-ExecutionPolicy –ExecutionPolicy Unrestricted
i do think the issue with the Version : 0.150 of the script.
Thanks,