这是用于伙伴身份验证方法的代码。这是应用程序+用户身份验证方法。请帮助这一点。 $ credential =新对象System.Management.Automation.PSCredential -ArgumentList($ appid,$ password) $ consent =新对象System.Management.Automation.PSCredential -ArgumentList($ username,$ pass) $ pcToken = New-PartnerAccessToken-同意$同意-ApplicationId $ appid-凭据$ credential -TenantId {} $ pcToken.RefreshToken
预期结果是,应该给了我Refresh Token。相反,给了我一个错误“ New-PartnerAccessToken:找不到一个接受参数'System.Management.Automation.PSCredential'的位置参数。”