You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am using app-based auth, it picks up using lines 304
if ($AppId -ne "") {
Connect-ToGraph -Tenant $TenantId -AppId $AppId -AppSecret $AppSecret
Write-Host "Connected to Intune tenant $TenantId using app-based authentication (Azure AD authentication not supported)"
says it loads the list of devices then once the script hits line 325
##$autopilotDevices = Get-AutopilotDevice | Get-MSGraphAllPages
$autopilotDevices = Get-AutopilotDevice
it prompts for MS creds > if i am using app-based why is it doing this?
i do have the connected to intune tenent XXXXXXXXXX message then
loading all objects
The text was updated successfully, but these errors were encountered:
i am using app-based auth, it picks up using lines 304
if ($AppId -ne "") {
Connect-ToGraph -Tenant $TenantId -AppId $AppId -AppSecret $AppSecret
Write-Host "Connected to Intune tenant $TenantId using app-based authentication (Azure AD authentication not supported)"
says it loads the list of devices then once the script hits line 325
##$autopilotDevices = Get-AutopilotDevice | Get-MSGraphAllPages
$autopilotDevices = Get-AutopilotDevice
it prompts for MS creds > if i am using app-based why is it doing this?
i do have the connected to intune tenent XXXXXXXXXX message then
loading all objects
The text was updated successfully, but these errors were encountered: