Skip to content

Commit 161d690

Browse files
Merge pull request #245074 from khdownie/kendownie071423-2
required perms to change to aes256
2 parents 8bac30f + e5d526e commit 161d690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/files/storage-files-identity-ad-ds-enable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Set-AzStorageAccount `
196196
To enable AES-256 encryption, follow the steps in this section. If you plan to use RC4 encryption, skip this section.
197197

198198
> [!IMPORTANT]
199-
> In order to enable AES-256 encryption, the domain object that represents your storage account must be a computer account (default) or service logon account in the on-premises AD domain. If your domain object doesn't meet this requirement, delete it and create a new domain object that does.
199+
> In order to enable AES-256 encryption, the domain object that represents your storage account must be a computer account (default) or service logon account in the on-premises AD domain. If your domain object doesn't meet this requirement, delete it and create a new domain object that does. Also, you must have write access to the `msDS-SupportedEncryptionTypes` attribute of the object.
200200
201201
The cmdlet you'll run to configure AES-256 support depends on whether the domain object that represents your storage account is a computer account or service logon account (user account). Either way, you must have AD PowerShell cmdlets installed and execute the cmdlet in PowerShell 5.1 with elevated privileges.
202202

0 commit comments

Comments
 (0)