Skip to content

Commit 8107c23

Browse files
authored
Merge pull request #105877 from ledavies/patch-2
PowerShell snippet typo - "OrganizationUnitName" to "OrganizationalUn…
2 parents 753d678 + d93ebb1 commit 8107c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/files/storage-files-identity-auth-active-directory-enable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Connect-AzAccount
125125
Select-AzSubscription -SubscriptionId "<your-subscription-id-here>"
126126
127127
#Register the target storage account with your active directory environment under the target OU
128-
join-AzStorageAccountForAuth -ResourceGroupName "<resource-group-name-here>" -Name "<storage-account-name-here>" -DomainAccountType "<ServiceLogonAccount|ComputerAccount>" -OrganizationUnitName "<ou-name-here>"
128+
join-AzStorageAccountForAuth -ResourceGroupName "<resource-group-name-here>" -Name "<storage-account-name-here>" -DomainAccountType "<ServiceLogonAccount|ComputerAccount>" -OrganizationalUnitName "<ou-name-here>"
129129
```
130130

131131
The following description summarizes all actions performed when the `join-AzStorageAccountForAuth` cmdlet gets executed. You may perform these steps manually, if you prefer not to use the command:

0 commit comments

Comments
 (0)