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
On macOS runing pwsh 7 and I'm having some issues with running only if I run via the integrated terminal in VSCode. There seems to be something failing in Invoke-MSGraphOperation.ps1 as I get the following error:
PS >Get-IntuneWin32App-Verbose
VERBOSE: Access token refresh is not required, remaining minutes until expiration: 62
VERBOSE: GET https://graph.microsoft.com/Beta/deviceAppManagement/mobileApps?$filter=isof('microsoft.graph.win32LobApp')
ConvertFrom-Json: /Users/user/.local/share/powershell/Modules/IntuneWin32App/1.4.4/Private/Invoke-MSGraphOperation.ps1:189:79
Line |189| … ErrorDetails =$ExceptionItem.ErrorDetails.Message|ConvertFrom-Json| ~~~~~~~~~~~~~~~~
| Cannot bind argument to parameter 'InputObject' because it is null.
PS >
If I run this exact command directly from terminal it works fine. This issue seems to impact all functions that speak to intune. I can't figure out what is different about the vscode context.
The text was updated successfully, but these errors were encountered:
On macOS runing pwsh 7 and I'm having some issues with running only if I run via the integrated terminal in VSCode. There seems to be something failing in
Invoke-MSGraphOperation.ps1
as I get the following error:If I run this exact command directly from terminal it works fine. This issue seems to impact all functions that speak to intune. I can't figure out what is different about the vscode context.
The text was updated successfully, but these errors were encountered: