V
V
Vasily Sheshunov2020-11-09 22:15:22
PowerShell
Vasily Sheshunov, 2020-11-09 22:15:22

Search PC in AD by characteristics?

You need to find a PC with an i7 processor in AD using powershell. I use the Get-ADComputer -Filter { Description -Like '*i7*' } command. But for some reason, not all PCs are found, because I compare the number found with a sample from KSC. tell me what is wrong?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Ronald McDonald, 2020-11-09
@Zoominger

Because you are making a request for a description of a PC in AD, which, most likely, is not filled out correctly.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question