Episode 78 - Is this legal?
Podcast December 4th, 2008
Recorded: December 3, 2008
Your Host: Steve Murawski, Keith Albright, and Rich Niemeier
Show Length: 1:12:48
This show is brought to you by Quest and Idera.
When it comes to scripting, you’re a warrior. But mighty warriors need mighty tools!
For awesome PowerShell scripting, nothing matches the might of Quest’s PowerGUI?. Versatile and easy to use, PowerGUI? helps you build commanding scripts that leverage PowerShell’s strength across the enterprise. Now, ruling your domain is easier than ever.
Is your scripting might equal to the challenge? Put the power in your hands. Download PowerGUI today.
Links:
- Snarl
- Does email scale?
- 10 Things never to write in an email
- Windows Automated Installation
- ImageX tool
- Trellia Mobile Client Management
- Mobile Office Article
- MS Exchange 2007 32-Bit Installer download
- OpenFiler SAN
- MS iSCSI Initiator
- MS ISA 2000 on Windows Server 2003
Read the full show notes here.
NEW! View the UStream chat log here.
Website Picks
Automate your admin tasks FAST with Idera’s PowerShellPlus - THE Power Tool for PowerShell. Download a free 14-day trial at www.Idera.com/PowerShellPlus
Mapping Out Your Active Directory With PowerShell
Scripting December 4th, 2008
After being challenged by Jason on my previous script, I created the Get-ADMapObject script.
Running the script creates three functions:
- Get-ADMapObject (which takes a string or array of strings of the AD object classes)
- Get-ADObjectClassName (recurses through your Active Directory and returns the names of the object classes)
- New-SourceTarget (to get the ADMapObjects into the format that Show-Netmap wants).
Before the script runs, it will check for the dependencies (Doug’s script and the NetMap dll’s) and advise you if there are any missing. I’d love some feedback!
download | copy to clipboard | new post









