How do I run a command on localhost with saved credentials? -Powershell

前端 未结 0 1454
花落未央
花落未央 2020-12-17 03:29

I want to run one command with saved credentials on powershell, i have the following script

$user = "test"
$passwd = ConvertTo-SecureString -String          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题