Skip to content

Commit 5421b47

Browse files
authored
Add second example for steps to create a custom password credential
Example 2 shows how we can create a desired custom password credential.
1 parent 6f852bb commit 5421b47

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

azureadps-2.0/AzureAD/New-AzureADApplicationPasswordCredential.md

+10
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,16 @@ KeyId :
3333
StartDate : 9/28/2016 3:57:10 PM
3434
Value : ZJ0V1Yg4cp4eWIey9DrYspqVdX1pdvY437P/ueGxVLU=
3535
```
36+
### Example 2: Create a custom password credential
37+
```
38+
PS C:\>New-AzureADApplicationPasswordCredential -ObjectId '6e6a6561-e96d-453b-9641-743b499736cc' -Value 'Zihjfg-dsgs_d34_54"73fE"d!f~dg'
39+
40+
CustomKeyIdentifier :
41+
EndDate : 16-12-2023 06:00:44
42+
KeyId :
43+
StartDate : 16-12-2022 06:00:44
44+
Value : Zihjfg-dsgs_d34_54"73fE"d!f~dg
45+
```
3646

3747
## PARAMETERS
3848

0 commit comments

Comments
 (0)