About 309,000 results
Open links in new tab
  1. Inventorying Computers with AD PowerShell | Microsoft …

    Apr 4, 2019 · Get-ADComputer The cmdlet of choice for inventorying computers through AD is Get-ADComputer . This command automatically searches for computer objects throughout a …

  2. Get all AD computers excluding servers | Microsoft Community Hub

    Nov 22, 2021 · I looked into this further by testing against all domains. Get-ADComputer works on all domains except for one. How do I determine the root cause so I can escalate this issue to …

  3. AD Script to Get Users and Computer Information | Microsoft …

    I could a little assistance with how to properly syntax a PowerShell script to gather information on the users and their computers in our Windows 2022 server...

  4. login - Get last logon time,computer and username together with ...

    Sep 21, 2017 · To 'join' the Get-ADComputer and Get-WMIObject information, I have used a Hash Table. If you are running this from a Domain Administrator account, you can take the …

  5. Get-ADComputer along with ipv4address from Test-Connection

    Jan 23, 2018 · Get-ADComputer along with ipv4address from Test-Connection Ask Question Asked 7 years, 9 months ago Modified 7 years, 9 months ago

  6. Change The Domain To Search With Powershell

    Jan 14, 2020 · How can I change the domain I query with the Active Directory Module? We have 5 unique root domains. I use Get-ADuser, Get-ADcomputer, Get-ADObject,...

  7. Can we use canonical name to filter Computers? - Super User

    Apr 25, 2019 · I ran a command to get Computers in an OU filtering canonical name rather using searchbase. I got error: “A filter was used that uses constructed attributes” What's that? I think …

  8. add computers to security group automatically | Microsoft …

    Jan 20, 2021 · I would like to add computers in AD with names that start with desktop to a security group: testgroup. We would like to run this powershell command thru scheduled tasks to run …

  9. How to get OS build information with PowerShell? - Super User

    Feb 23, 2022 · No, this information isn't actually stored in the directory. What you see in PowerShell is pretty much exactly what's in the corresponding AD 'Computer' object that you …

  10. Run Invoke-Command on an array of computers in Powershell

    Apr 19, 2023 · You'll need to complete a few actions and gain 15 reputation points before being able to upvote. Upvoting indicates when questions and answers are useful. What's reputation …