Active Directory
A set of directory-based technologies included in Windows Server.
6,961 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Need a PS command to give me a list of suspended accounts there the IPphone field is not null or blank
You don't need the "Where-Object" cmdlet to do this.
Get-ADUser -filter "enabled -eq 'true' -AND ipphone -ne 'null'"