Skip to content

Commit a48f8f9

Browse files
Merge pull request #248076 from khdownie/kendownie081023-3
adding UPN
2 parents 42efe47 + 5afc9ff commit a48f8f9

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)