windows 8 - In powershell The I/O operation has been aborted because of either a thread exit or an application request -
i have been trying run ps script "remotely"on win8 machine.but default winrm disabled , network category "public". must set network category private (set-netconnectionprofile -networkcategory private) , enable winrm (enable-psremoting -force) inorder run ps script.
when placed 2 commands along rest of script , tried executing remotely got failed,with error "processing data remote server 10.2.14.119 failed following error message: i/o operation has been aborted because of either thread exit or application request. "
but when enabled winrm , set network category private manually using commands in ps on target host there no issue.
appreciate answer. in advance regards
Comments
Post a Comment