About 221,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. Using Get-ADComputer Syntax | Microsoft Community Hub

    Nov 8, 2021 · Using Get-ADComputer Syntax Hello all, I am attempting to gain inventory on newly installed SSD drives in workstations. When I use "get-adcomputer" and use "-filter *" does this …

  3. 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 …

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

    Nov 9, 2023 · 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...

  5. 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 …

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

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

  7. Get computer objects based on list of OUs | Microsoft Community …

    Aug 30, 2023 · I've also tried get-adcomputer -filter * | where-object DistinguishedName -match "OU=blahblah,DC=myorg,DC=com" This command works if I enter one of the OU names, but I …

  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 verify whether computer is already exist in AD or not

    What do you mean it's not recommended? What's your script so far? For the search in the AD you'd just use Get-ADComputer I guess.

  10. Finding computer names in a hashtable | Microsoft Community Hub

    Jan 13, 2023 · What I have done to limit the impact is decouple the Get-ADComputer from the Sort-Object, meaning the size of the data set held in memory will only grow proportionally to …