Get-ADUser -filter * -property *
Get-ADUser : object Reference not set to an instance of an object.
line:1 char:1
+ Get-ADUser -filter * -property * | select name
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Get-ADUser], NullReferenceException
+ FullyQualifiedErrorId : ActiveDirectoryCmdlet:System.NullReferenceException,Microsoft.ActiveDirectory.Management.Commands.GetADUser
Find more questions by tags Active DirectoryPowerPointPowerShell
the search area doesn't matter, it's just, when Get-ADUser comes to a specific user, I get this error. I found out empirically. - minnie.Shields87 commented on July 8th 19 at 16:25