Skip to content

Commit 5afc9ff

Browse files
committed
adding UPN
1 parent 644e3ef commit 5afc9ff

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
@@ -162,7 +162,7 @@ The cmdlets should return the key value. Once you have the kerb1 key, create eit
162162
2. Modify the UPN to match the SPN for the AD object (you must have AD PowerShell cmdlets installed and execute the cmdlets in PowerShell 5.1 with elevated privileges).
163163

164164
```powershell
165-
Set-ADUser -Identity $UserSamAccountName -UserPrincipalName
165+
Set-ADUser -Identity $UserSamAccountName -UserPrincipalName cifs/<StorageAccountName>.file.core.windows.net@<UPN suffixes>
166166
```
167167

168168
3. Set the AD account password to the value of the kerb1 key.

0 commit comments

Comments
 (0)