We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To Reproduce
> Get-JCSystemInsights -systemid $sysid -Table User | ? { $_.Username -like "Administrator" } | ? { ! $_.Suspended } AdManaged : False Admin : True CollectionTime : 2025-01-20T09:21:50.797Z Description : Built-in account for administering the computer/domain Directory : Gid : 544 GidSigned : 544 LastLogin : -1 Managed : False RealUser : True Shell : C:\Windows\system32\cmd.exe Suspended : False SystemId : <removed> Type : local Uid : 500 UidSigned : 500 Username : Administrator
If I run Get-LocalUser on system with id $sysid the Administrator account is not enabled:
Name Enabled Description ---- ------- ----------- Administrator False Built-in account for administering the computer/domain
Expected behavior I expect the Suspended status returned by Get-JCSystemInsight to be True (as the Administrator account is disabled)
System Device (please complete the following information):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To Reproduce
If I run Get-LocalUser on system with id $sysid the Administrator account is not enabled:
Expected behavior
I expect the Suspended status returned by Get-JCSystemInsight to be True (as the Administrator account is disabled)
System Device (please complete the following information):
The text was updated successfully, but these errors were encountered: