Hi, it is unreadable, so instead please create GitHub issue at https://github.com/ztrhgf/useful_powershell_modules/issues with information like the code you are trying to analyze, a screenshot of the error message, etc. Thanks!
I work as System Administrator for more than 15 years now and I love to make my life easier by automating work & personal stuff via PowerShell (even silly things like food recipes list generation).
I don't mind to share my PowerShell experience with anybody who wants to listen :-)
Hi, it is unreadable, so instead please create GitHub issue at https://github.com/ztrhgf/useful_powershell_modules/issues with information like the code you are trying to analyze, a screenshot of the error message, etc. Thanks!
I don't have such function, but to get all intune policies for a given account check https://doitpshway.com/get-all-intune-policies-assigned-to-the-specified-account-using-powershell (uses https://doitpshway.com/get-all-intune-policies-using-powershell-and-graph-api in the background) if you know the correct API URI, you can easily translate it back to the corresponding cmdlet by Find-MgGraphCommand -Uri "https://graph.microsoft.com/v1.0/deviceManagement" (just replace the URI part) if you want to check policy status directly on the client itself, check https://doitpshway.com/get-a-better-intune-policy-report-part-3-final this is how I am getting other types of reports, so it might help https://doitpshway.com/get-intune-reports-using-powershell-leveraging-graph-api
Are you sure you are using the same EntraExporter version as used in the pipeline? And account with exactly the same permissions? Anyway this seems to be related to the EntraExporter module more of the pipeline code. The problem seems to be in the called uri (filter part). But it's truncated in what you have sent. So hard to say