'Connect-MsolService' is not recognized as the name of a cmdlet

后端 未结 4 1244
鱼传尺愫
鱼传尺愫 2021-02-09 01:13
        PSCommand commandToRun = new PSCommand();
        commandToRun.AddCommand(\"Connect-MsolService\");
        commandToRun.AddParameter(\"Credential\", new PSCrede         


        
4条回答
提交回复
热议问题