Skip to content

Commit ae466ae

Browse files
Merge pull request #209831 from khdownie/kendownie083122
adding PS7 note
2 parents 2a1fd51 + 8ce81de commit ae466ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to enable identity-based authentication over Server Messa
44
author: khdownie
55
ms.service: storage
66
ms.topic: how-to
7-
ms.date: 08/29/2022
7+
ms.date: 08/31/2022
88
ms.author: kendownie
99
ms.subservice: files
1010
ms.custom: contperf-fy21q1, devx-track-azurecli, devx-track-azurepowershell
@@ -148,10 +148,10 @@ az storage account update -n <storage-account-name> -g <resource-group-name> --e
148148

149149
By default, Azure AD DS authentication uses Kerberos RC4 encryption. We recommend configuring it to use Kerberos AES-256 encryption instead by following these instructions.
150150

151-
The action requires running an operation on the Active Directory domain that's managed by Azure AD DS to reach a domain controller to request a property change to the domain object. The cmdlets below are Windows Server Active Directory PowerShell cmdlets, not Azure PowerShell cmdlets. Because of this, these PowerShell commands must be run from a machine that's domain-joined to the Azure AD DS domain.
151+
The action requires running an operation on the Active Directory domain that's managed by Azure AD DS to reach a domain controller to request a property change to the domain object. The cmdlets below are Windows Server Active Directory PowerShell cmdlets, not Azure PowerShell cmdlets. Because of this, these PowerShell commands must be run from a machine that's domain-joined to the Azure AD DS domain.
152152

153153
> [!IMPORTANT]
154-
> Azure Cloud Shell won't work in this scenario.
154+
> The Windows Server Active Directory PowerShell cmdlets in this section must be run in Windows PowerShell 5.1. PowerShell 7.x and Azure Cloud Shell won't work in this scenario.
155155
156156
As an Azure AD DS user with the required permissions (typically, members of the **AAD DC Administrators** group will have the necessary permissions), execute the following PowerShell commands.
157157

0 commit comments

Comments
 (0)