Viewing 5 posts - 1 through 5 (of 5 total)
Kutang Pan (2/23/2015)
Any suggestions about a good parental control software?
Maybe not exactly what you are looking for, but combination of opendns (www.opendns.com) service and diladele (www.diladele.com) web safety proxy could...
February 23, 2015 at 10:43 am
You may try something of this sort:
Get-ADComputer -SearchBase "OU=Servers,OU=Computers,DC=you_domain,DC=local" -Filter *
get-help get-adcomputer -examples will show you more examples.
May 1, 2013 at 2:19 pm
Load one of those (depending on OS):
http://www.microsoft.com/en-in/download/details.aspx?id=34595
and run that command I posted earlier.
May 1, 2013 at 12:55 pm
I see. I usually do this sort of thing from my PC. Also, I beleive in PS V3 modules load automatically...
May 1, 2013 at 12:47 pm
Hello Fahim,
How is this different from
Get-ADComputer "RAL" | select Name, DistinguishedName | fl
?
Thank you,
AK
April 30, 2013 at 11:01 pm
Viewing 5 posts - 1 through 5 (of 5 total)