I noticed, if i use 'Get-intuneWin32App' i get:
PS C:> Get-intuneWin32App -Verbose
VERBOSE: Access token refresh is not required, remaining minutes until expiration: 55
VERBOSE: GET https://graph.microsoft.com/Beta/deviceAppManagement/mobileApps?$filter=isof('microsoft.graph.win32LobApp')
ConvertFrom-Json: C:\Users(my user)\Documents\PowerShell\Modules\IntuneWin32App\1.4.4\Private\Invoke-MSGraphOperation.ps1:189
Line |
189 | … ErrorDetails = $ExceptionItem.ErrorDetails.Message | ConvertFrom-Json
| ~~~~~~~~~~~~~~~~
| Conversion from JSON failed with error: Unexpected character encountered while parsing value: E. Path '', line 0, position 0.
Unfortunately i did not notice. when this behavior started to appear.
Does anybody have a hint about this?
My $PSVersionTable shows this:
Name Value
PSVersion 7.3.9
PSEdition Core
GitCommitId 7.3.9
OS Microsoft Windows 10.0.26100
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Cheers!
Maik