About 19,800,000 results
Open links in new tab
  1. Check If Computer Is In Domain – CMD & PowerShell

    Apr 21, 2020 · Find out whatever a computer is a part of a Windows domain. Get the name of the domain the computer is joined to using CMD and Powershell.

  2. Get-ADComputer: Find Computer Properties in Active Directory …

    Mar 11, 2024 · You can use the Get-ADComputer PowerShell cmdlet to get various information about computer account objects (servers and workstations) in an Active Directory domain. …

  3. Find network computer name from serial number

    Sep 15, 2015 · I’m trying to pull a computer name from a remote computer using the serial number on an AD domain. Through PowerShell I can target a particular OU using, Get …

  4. Get-ADComputer- Find Computer Details in OU with Examples

    Feb 3, 2023 · Get-AdComputer cmdlet in PowerShell is used to find one or more computers in the Active Directory or find computers in OU (Organization Unit). Using the PowerShell Get …

  5. Get serial numbers of all Domain Computers with PowerShell

    May 14, 2018 · To get the serial number of your computer open Windows PowerShell and run. Or use Get-WmiObject. There’s more. Another way is using Get-CimInstance. My goal is to …

  6. Get computer name using serial number of server remotely

    Apr 28, 2014 · wmic /node:[remote computer name] bios get computername where serialnumber="XXXXXX" Or, if you would like to output to a text file: set myfile = [The full UNC …

  7. DeployHappiness | Inventory for Hardware: Part 2Find Serial …

    May 8, 2013 · This script will query for our computer’s serial number (or service tag) and will also grab the unique ID associated with an attached monitor. It will then store both pieces of …

  8. Inventorying Computers with AD PowerShell | Microsoft …

    Apr 4, 2019 · It’s easier than you might think, and all possible once you start using AD PowerShell in Windows Server 2008 R2 or Windows 7 with RSAT. The cmdlet of choice for inventorying …

  9. Get serial numbers for computers in Active Directory

    Jul 27, 2010 · This is a simple script which will capture a list of computers from Active Directory and subsequently pull the serial number using the Get-WMIObject CmdLet using the …

  10. powershell script for polling all AD pcs and returning list of serial ...

    Mar 16, 2021 · $computers = Get-ADComputer -Filter * -Searchbase "DC=*,DC=*" -Properties * | Select Name, OperatingSystem ForEach ($computer in $computers){ Try { { Get-WMIObject …

  11. Some results have been removed
Refresh