-2
I am looking for a script which find the machine guid and search in Active directory whether it is exist or not
If exist provide me their "distinguish name"
I am looking for a powershell script but it is not recommended.
Note: I will be running this script in Window PE before joining the domain
Thanks in Advance
1What 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. – Seth – 2016-11-17T09:07:06.8471
Welcome to Super User! Please note that https://superuser.com is not a free script/code writing service. If you tell us what you have tried so far (include the scripts/code you are already using) and where you are stuck then we can try to help with specific problems. You should also read How do I ask a good question?.
– DavidPostill – 2016-11-17T13:04:23.147