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
Add condition to check for Computers with Password-not-required attribute set
PS C:\Users\Administrator\Downloads> Get-ADComputer -Filter {PasswordNotRequired -eq $true} DistinguishedName : CN=DATA,OU=Member Servers,DC=pharmax,DC=local DNSHostName : DATA.pharmax.local Enabled : True Name : DATA ObjectClass : computer ObjectGUID : c1dc363a-d6e5-4e2b-a3bf-992faf45b8f0 SamAccountName : DATA$ SID : S-1-5-21-2867495315-1194516362-180967319-7810 UserPrincipalName : PS C:\Users\Administrator\Downloads>
No response
The text was updated successfully, but these errors were encountered:
Fix HealthCheck - Computers with Password-not-required attribute set A…
3070106
…sBuiltReport#174
HealthCheck - Computers with Password-not-required attribute set AsBu…
6c5a89d
…iltReport#174
rebelinux
Successfully merging a pull request may close this issue.
Description
Add condition to check for Computers with Password-not-required attribute set
Additional Context
No response
Before submitting
The text was updated successfully, but these errors were encountered: