How Can We Help?

Categories

Info computer (local or remote)

You are here:
< Back

Get-ADComputer -Identity COMPUTERNAME  -Properties * | select-object name,Description,whencreated,DistinguishedName,IPv4Address,OperatingSystem,OperatingSystemVersion,PasswordLastSet

Es.     Get-ADComputer -Identity alw-302 -Properties * | select-object name,Description,whencreated,DistinguishedName,IPv4Address,OperatingSystem,OperatingSystemVersion,PasswordLastSet

To see info remote computer you must change -identity value