Skip to content

Commit acab689

Browse files
Merge pull request #290189 from khdownie/patch-2
Update storage-files-identity-ad-ds-update-password.md
2 parents ffc783b + eba27dc commit acab689

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

articles/storage/files/storage-files-identity-ad-ds-update-password.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to update the password of the Active Directory Domain Ser
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: how-to
7-
ms.date: 05/09/2024
7+
ms.date: 11/08/2024
88
ms.author: kendownie
99
recommendations: false
1010
---
@@ -60,3 +60,12 @@ $NewPassword = ConvertTo-SecureString -String $KerbKey -AsPlainText -Force
6060
6161
Set-ADAccountPassword -Identity <domain-object-identity> -Reset -NewPassword $NewPassword
6262
```
63+
64+
## Test that the AD DS account password matches a Kerberos key
65+
66+
Now that you've updated the AD DS account password, you can test it using the following PowerShell command.
67+
68+
```powershell
69+
Test-AzStorageAccountADObjectPasswordIsKerbKey -ResourceGroupName "<your-resource-group-name>" -Name "<your-storage-account-name>" -Verbose
70+
```
71+

0 commit comments

Comments
 (0)