你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
New-AzureADMSApplicationPassword
向应用程序添加强密码。
语法
New-AzureADMSApplicationPassword
-ObjectId <String>
-PasswordCredential <PasswordCredential>
[<CommonParameters>]
说明
向应用程序添加强密码。
示例
示例 1:向应用程序添加密码
PS C:\>New-AzureADMSApplicationPassword -ObjectId 14a3f1ac-46a7-4d00-b1ca-0b2b84f033c2 -PasswordCredential @{ displayname = "mypassword" }
CustomKeyIdentifier :
EndDateTime : 10/28/2021 3:57:37 PM
DisplayName :
KeyId : 024c4c6e-87c3-4473-8e36-650f16bb730d
StartDateTime : 10/28/2019 3:57:37 PM
SecretText : EQ:A-s45?Rt9/3Bp?7]-7__IO]3AG09E
Hint : EQ:
此命令将密码添加到指定的应用程序。
参数
-ObjectId
特定于对象的 Azure Active Directory 对象的唯一标识符
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-PasswordCredential
表示与应用程序或服务主体关联的密码凭据。
类型: | PasswordCredential |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
输入
string
Microsoft.Open.MSGraph.Model.PasswordCredential
输出
Microsoft.Open.MSGraph.Model.PasswordCredential