G
Glenn Maxwell
Hi Experts
I am getting the below error when i am trying to execute a powershell script. i am trying to install a software on 20 servers and on all 20 servers i have local admin rights.
Invoke-command -ComputerName (get-content c:\list.txt) -filepath C:\soft.ps1
Connecting to remote server server01 failed with the following error message : WinRM cannot
process the request.
I am executing the powershell script from myjumpserver01 i have local admin rights on this server.
list.txt file contains server names in the below format
server01.contoso.com
server02.contoso.com
Experts guide me on this
Continue reading...
I am getting the below error when i am trying to execute a powershell script. i am trying to install a software on 20 servers and on all 20 servers i have local admin rights.
Invoke-command -ComputerName (get-content c:\list.txt) -filepath C:\soft.ps1
Connecting to remote server server01 failed with the following error message : WinRM cannot
process the request.
I am executing the powershell script from myjumpserver01 i have local admin rights on this server.
list.txt file contains server names in the below format
server01.contoso.com
server02.contoso.com
Experts guide me on this
Continue reading...