Skip to content

Commit 60be4c4

Browse files
Merge pull request #288749 from b-ahibbard/smb
global admin
2 parents 11a6530 + ee4a450 commit 60be4c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-netapp-files/access-smb-volume-from-windows-client.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.service: azure-netapp-files
55
ms.topic: how-to
66
author: b-ahibbard
77
ms.author: anfdocs
8-
ms.date: 08/20/2024
8+
ms.date: 10/18/2024
99
---
1010
# Access SMB volumes from Microsoft Entra joined Windows virtual machines
1111

@@ -91,7 +91,7 @@ The configuration process takes you through five process:
9191
* `$servicePrincipalName`: The SPN details from mounting the Azure NetApp Files volume. Use the CIFS/FQDN format. For example: `CIFS/NETBIOS-1234.CONTOSO.COM`
9292
* `$targetApplicationID`: Application (client) ID of the Microsoft Entra application.
9393
* `$domainCred`: use `Get-Credential` (should be an AD DS domain administrator)
94-
* `$cloudCred`: use `Get-Credential` (should be a Microsoft Entra Global Administrator)
94+
* `$cloudCred`: use `Get-Credential` (likely a [Hybrid Identity Administrator](/entra/identity/role-based-access-control/permissions-reference#hybrid-identity-administrator))
9595
9696
```powershell
9797
$servicePrincipalName = CIFS/NETBIOS-1234.CONTOSO.COM

0 commit comments

Comments
 (0)