A Podcast about Windows PowerShell.
In This Episode
Today on the PowerScripting Podcast we are interviewing Jeffrey Hicks from SAPIEN Technologies. We've also got news, resources, and tips!
News
The news is brought to you today by iTripoli
What can you really do with PowerShell? With Admin Script Editor the question becomes what can't you do with PowerShell? Besides all the advanced code generating tools this is the only tool offering a true PowerShell Forms Designer. To illustrate what can be done the guys at iTripoli created a full-featured MP3/Podcast player written entirely in PowerShell and delivered as a single script. Check it out at adminscripteditor.com/player.
- Interactive C# Shell - Miguel de Icaza
- DevInfra-US: PowerShell and ASP.NET Part 3
- PowerShell Team Blog : PowerShell vs TSQL & Why Learn PowerShell
Interview
This segment is brought to you by Idera
What’s better than getting the new version of PowerShellPlus for $79? ...... Getting it for FREE! ... Dr. Tobias Weltner, well-known PowerShell guru, has partnered with Idera Software to bring you PowerShellPlus Professional Edition. The new version has vastly improved code completion and a slick interactive help center. Idera is offering listeners of this podcast a special deal. Download the beta during the month of September and while supplies last, you will get PowerShellPlus for free! To get this offer, go to www.idera.com/podcastpeople to download the beta.
Questions for our guest:
- Been in IT for 17 yrs, deployment, AD, Exchange.
- Works for SAPIEN full time as a Scripting Guru
- PowerShell MVP
- Columns
- Mr. Roboto column for Redmond Mag (http://redmondmag.com)
- "Professor PowerShell" for MCP Mag.
- Realtime Publishers, "Practical PowerShell"
- Latest book: Managing Active Directory with PowerShell: TFM
- ADSI
- Quest cmdlets, SDM, PSCX
- glnsize : ##really quest over [adsi], did i hear that right
- rfoust : ## what's the coolest script you've written
- Pasdargent : ## What need did PowerShell immediately meet for you that VBScript lacked?
- gaurhoth : ## Do you personally prefer VBScript or Powershell at this point?
- glnsize : ##what is your "wish microsoft would do that" cmdlet
- Get-Beer!
- Kryten: The Sapien Powershell Online Training. How did he feel it went? Will there be more courses? How does he think it might be improved?
- Kryten: Will there be any possibility of training in Europe? Tell us more about these 'Boot Camps' they run.
- Kryten: What can we say to our employers to get them to buy this training?
- Kryten: Why not issue training certificates Eg Sapien Certified Powershell Scripter(!). Something that we can stick in out resume'
- trac3r726 : ## How much to they Cost?
- go to ScriptingOutpost.com or ScriptingTraining.com
- go to ScriptingOutpost.com or ScriptingTraining.com
- meson : ## Will they ever come to Atlanta?
- rfoust : ## is on-site training available?
- Kryten: Where are ppl going WRONG when they try to learn Powershell? What are the 5 biggest mistakes, or misconceptions that walk into his classroom?
- aleksandar : ## if jeff can improve something in quest cmdlets what would that be?
- They need infrastructure cmdlets. The cmdlets there are great, but there's nothing for creating sites, subnets, replication, etc.
- They need infrastructure cmdlets. The cmdlets there are great, but there's nothing for creating sites, subnets, replication, etc.
- jpavleck : ## What is the huge difference between x86 and x64 snapins, and why aren't there any available for x64
- rfoust : ## whats the best way to handle script revision management in a large environment? subversion?
- source control
- PrimalScript does support VSS, SVN and others
- jpavleck : ## How do you figure out if you should be using a vbscript, posh or a C# app - especially when it comes to going overboard with a posh script
- JH: very good question, will be future blog post
- vbscript: end user related, login scripts, configuring user's desktop
- powershell: managing server, services, resources, disks
- compiled: run something as a service
- rfoust : ## how to determine when to write a script or a function?
- meson : ## Do you have problems with wanting to write scripts for CTP2 but having to write version 1 scripts for the masses?
- aleksandar : ## name the chapter in the latest book that has given you the hardest time
- AD permissions are HARD
- Group Policy chapter was time consuming and tedious
- DManVid : ## (Get-QADUser <name>).MemberOf does not list the Primary Group of the user
- jpavleck : ## Don't suppose the book has anything about System Center Operations Manager in it, hrm?
- meson : ## what application (ie robocopy) would you like to see as a cmdlet?
- netsh.exe
- DNS, DHCP
- (hal) 2008 new cmds
- rfoust : ## what blogs and forums do you read on a daily
basi
s?- (get his blogroll url)
- meson : ## So what new Sapien books are being written?
- When will your book be available?
- By the time you hear this podcast!
- By the time you hear this podcast!
- Pasdargent : ## What PowerShell cmdlet or script could you not live without (day to day)?
- Get-Member
- Get-WMIObject
- What superhero are you most like?
- Where to find Jeff:
This segment is brought to you by Quest
Do you have what it takes to be the ultimate script warrior? Find out with Quest’s PowerPack Challenge ’08.
Quest Software is sponsoring a PowerShell Scripting contest where you can test your skills and get paid. Just create some cool PowerShell scripts using Quest’s PowerGUI and then post them to our site. You’ll get a score and our celebrity judges will weigh in as well.
Do you have the muscle to bring home the prize? Check out the details here.
- Lance Robinson from /n software:PowerShell: send-gmail
- Data Visualization with .NetMap
- Dmitry wrote and article for Windows IT Pro on using the AD cmdlets
- New-ComplexPassword
- Hate Add-Member? (PowerShell's Adaptive Type System to the Rescue)
One-Liner
This one-liner to start a process on a remote PC was submitted by jpavlek
([WMICLASS]"\$computerROOTCIMV2:win32_process").Create("notepad")