Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Check if computers are up and running in a certain OU
easternnl
Jul 24th, 2015
789
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
PowerShell
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
Get
-
ADComputer
-
filter
*
-
searchbase
"OU=Servers,OU=Testlab,DC=testlab,DC=local"
|
%
{
if
(
(
Test
-
Connection
$_
.name
-count
1
-quiet
)
-eq
$false
)
{
write-host
$_
.name
}
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Instant Profit Method
JavaScript | 3 sec ago | 0.15 KB
✅ Exploit 500$ in 15 Minutes
JavaScript | 9 sec ago | 0.15 KB
ChangeNOW Exploit
JavaScript | 13 sec ago | 0.15 KB
GMAIL Logs (2FA disabled)
JavaScript | 18 sec ago | 0.15 KB
Profit Method
JavaScript | 25 sec ago | 0.15 KB
Exchange Exploit
JavaScript | 54 sec ago | 0.15 KB
Swapzone Glitch (Working)
JavaScript | 1 min ago | 0.15 KB
Instant Profit Method
JavaScript | 1 min ago | 0.15 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!