Похоже, что другие команды get для Intune работают, такие как политики соответствия и конфигурации, но когда я пытаюсь использовать команду Get-IntuneConditionalAccessSetting, я всегда получаю следующее:
Get-IntuneConditionalAccessSetting : 400 Bad Request
{
"error": {
"code": "BadRequest",
"message": "{\r\n \"_version\": 3,\r\n \"Message\": \"An error has occurred - Operation ID (for customer support): 00000000-0000-0000-0000-000000000000 -
Activity ID: 66a698b9-a2ae-4559-ad06-9a22fd2d69f7 - Url:
https://fef.amsub0102.manage.microsoft.com/StatelessOnboardingService/deviceManagement/conditionalAccessSettings?api-version=2018-08-13\",\r\n
\"CustomApiErrorPhrase\": \"\",\r\n \"RetryAfter\": null,\r\n \"ErrorSourceService\": \"\",\r\n \"HttpHeaders\": \"{}\"\r\n}",
"innerError": {
"request-id": "66a698b9-a2ae-4559-ad06-9a22fd2d69f7",
"date": "2020-04-30T08:08:24"
}
}
}
At C:\Data_TempFilesOnly\PowerShell\ConditionalAccess.ps1:131 char:26
+ $IntuneObj = Get-IntuneConditionalAccessSetting | ForEach ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ConnectionError: (@{Request=; Response=}:PSObject) [Get-DeviceManag...lAccessSettings], HttpRequestException
+ FullyQualifiedErrorId : PowerShellGraphSDK_HttpRequestError,Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ConditionalAccessSettings
Я пытался команда сама по себе выдает ту же ошибку, поэтому я не считаю ее действительным кодом и указывает c на команду. Есть предложения?