Skip to main content

Posts

Showing posts with the label Azure

Get-AzADUser : Why it is showing "System out of memory" error after executing Get-AzADUser command ? | Powershell Command for all the AzADUser list using -SearchString in CSV file format | How to get all the AzADUser in single CSV file format ?

Get-AzADUser : Why it is showing " System out of memory " error after executing Get-AzADUser command ? | Powershell Command for all the AzADUser list using -SearchString in CSV file format | How to get multiple CSV files of the AzADUser in single CSV file format ?  Hi, Are you trying to find a powershell command to get the all users list? And you are getting the error while executing Get-AzADUser command ? Get-AzADUser | select UserPrincipalName, ObjectType, UsageLocation, GivenName Are you getting a " System out Memory Exception " error message ?? Why it is showing " System out of memory " error after executing Get-AzADUser command ? Here, let me tell you that what would the possible reason of getting the error like this. According to me , this error is showing because the user list/user data must be very big , or in a large number. What to do if Get-AzADUser showing " System out of memory " error ? To get the az ad user list , you can use G...

az ad user list CLI command error : Why it is showing error after executing az ad user list command ? What to do if az ad user list showing error ? How to use az ad user list filter without error ?

az ad user list CLI command error : Why it is showing error after executing az ad user list command ? What to do if az ad user list showing error ? How to use az ad user list filter without error ? C:\Users\startube>az ad user list The command failed with an unexpected error. Here is the traceback: Traceback (most recent call last): File "D:\a\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\knack/cli.py", line 237, in invoke File "D:\a\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\knack/output.py", line 146, in out File "D:\a\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\knack/output.py", line 37, in format_json File “json\__init__.py", line 234, in dumps File “json\encoder.py", line 201, in encode MemoryError To open an issue, please run: ‘az feedback' Hi, Are you trying to find a command for az ad user to get the all users list? And you are getting the error while executing az ad user list command ...