Skip to content

Commit 942fb1b

Browse files
Merge pull request #312563 from khdownie/patch-7
Update AzFilesHybrid module link in documentation
2 parents e061095 + 765fc15 commit 942fb1b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ Two options exist for triggering password rotation. You can use the `AzFilesHybr
2121

2222
## Option 1: Use AzFilesHybrid module
2323

24-
To regenerate and rotate the password for the AD principal that represents the storage account, use the `Update-AzStorageAccountADObjectPassword` cmdlet from the [AzFilesHybrid module](https://github.com/Azure-Samples/azure-files-samples/releases). To run `Update-AzStorageAccountADObjectPassword`, you must:
24+
To regenerate and rotate the password for the AD principal that represents the storage account, use the `Update-AzStorageAccountADObjectPassword` cmdlet from the [AzFilesHybrid module](https://www.powershellgallery.com/packages/AzFilesHybrid/). To run `Update-AzStorageAccountADObjectPassword`, you must:
2525

2626
- Run the cmdlet from a domain-joined client.
2727
- Have the owner permission on the storage account.
2828
- Have AD DS permissions to change the password for the AD principal that represents the storage account.
2929

3030
```PowerShell
3131
# Update the password of the AD DS account registered for the storage account
32-
# You may use either kerb1 or kerb2
32+
# You can use either kerb1 or kerb2
3333
Update-AzStorageAccountADObjectPassword `
3434
-RotateToKerbKey kerb2 `
3535
-ResourceGroupName "<your-resource-group-name-here>" `

0 commit comments

Comments
 (0)