-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Syntax error: character '%' is not valid at position 172 #54
Comments
I have this same issue. |
@merill Are you aware of this issue? Running the following produces the error above. I looked in the code, and it seems to be generated by a helper function. Can you please look into this? Install-Module MsIdentityTools -Scope CurrentUser |
Can you update Graph PowerShell to the latest version?
I believe this was a bug in a previous version. |
Thanks @merill ! I was on version 2.18.0 and I just updated to 2.20.0 and it's working. Please, please, please call this out in the kb that version 2.20.0 is required. Thank you! |
Thanks @merill. Module update also works for me. |
Describe the bug
When I run "Export-MsIdAzureMfaReport .\report.xlsx" I get following error:
Write-Error: Invalid filter clause: Syntax error: character '%' is not valid at position 172 in '(appid eq
'c44b4083-3bb0-49c1-b47d-974e53cbdf3c' or appid eq '04b07795-8ddb-461a-bbee-02f9e1bf7b46' or appid eq
'1950a258-227b-4e31-a9cf-717495945fc2') and status/errorcode%20eq%200%20&$top=1&$orderby=createdDateTime%20asc'.
To Reproduce
run "Export-MsIdAzureMfaReport .\report.xlsx"
Expected behavior
A report should be generated
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information)
Windows 11
PS Version:
Major Minor Patch PreReleaseLabel BuildLabel
7 4 3
The text was updated successfully, but these errors were encountered: