Today we interview Chad Miller, author of the SQL PSX project. And of course we'll throw in our other usual goodies.
This segment is brought to you by Idera.
Want to make Windows PowerShell easier than ever to learn and master? Checkout Idera's PowerShellPlus Professional Edition which is now available for download! The new version has vastly improved code completion and a slick interactive Learning Center. Go to www.idera.com/PodcastPeople to get your copy today.
Today we have a rockin' roundtable which includes:
New software release on IIS.net: Microsoft Web Deployment Tool - Beta 1 Go Live
If you'd like to get an early peek at Richard Siddaway's new book PowerShell in Practice, you can do so on Manning's site.
From Brandon Shell, now writing on TurboChargeAD.org: Bulking Importing User from CSV file using Quest cmdlets
From Stephen Campbell:
mkdir c:\test1net share test1=c:\test1 /grant:everyone,full
new-item c:\test2 -type directorynet share test2=c:\test2 /grant:everyone,full
net share test2=c:\test2 /grant:everyone`,full
