無法連接到 Azure 檔案共用

無法連接到 Azure 檔案共用

我已使用 Azure AD Kerberos 設定 Azure 檔案共用作為驗證來源。

在最終使用者的 PC 上執行連線腳本(Active Directory 驗證)時出現下列錯誤。

PC 已加入 Azure AD,使用者使用 Azure AD 帳號登入。

當使用者不在本機網域中時,他們需要能夠存取 Azure 檔案共用。

New-PSDrive:系統無法聯繫網域控制站來處理驗證要求。請稍後再試
在 C:\Users\testuser\Desktop\connect-files-share.ps1:4 char:5 +
New-PSDrive -Name Z -PSProvider FileSystem -Root "\storage ... +

     + CategoryInfo          : InvalidOperation: (Z:PSDriveInfo) [New-PSDrive], Win32Exception
     + FullyQualifiedErrorId : CouldNotMapNetworkDrive,Microsoft.PowerShell.Commands.NewPSDriveCommand

Azure 網站指出:“Azure AD Kerberos 驗證允許使用者透過網際網路連接到 Azure 文件,而不需要網域控制站的視線。”

Azure AD Kerberos 來源

答案1

相關內容