Microsoft Graph PowerShell 錯誤訊息集 當使用者佈署功能出現錯誤時,請點擊發生錯誤的服務名稱以確認內容。※ 若發生表中未記載的錯誤且無法解決,請聯絡 HENNGE One 技術支援。 TLS 1.0 / TLS 1.1 錯誤+ 1. 執行以下命令確確認目前的使用版本。 [Net.ServicePointManager]::SecurityProtocol ※ 若未顯示 TLS 1.2,請進行下一步。 2. 執行以下命令以強制使用 TLS 1.2。※ 套用可能需要約5分鐘。※ 執行此步驟後,將能執行 [Microsoft Graph PowerShell]。 [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 3. 執行以下命令以確認是否已強制使用 TLS 1.2。 [Net.ServicePointManager]::SecurityProtocol 4. (選擇性) 根據環境更新 PowerShellGet。 在 Windows 上安裝 PowerShellGet※ 由於預設值為舊版本,使用 [ Microsoft Graph PowerShell ] 時需每次執行上述命令。 One or more added object already exist for the following modified properties error+ 若以執行過 PowerShell 命令,會出現此錯誤。由於已授予相應的權限,請跳過出現錯誤的命令,繼續後續工作。