Some tips for customizing PowerShell's Integrated Scripting Environment.
- By Jeffery Hicks
- 05/23/2011
The Test-Path cmdlet can keep you from going bonkers by offering a little bit of script pre-error-handling.
- By Jeffery Hicks
- 05/16/2011
Automating SQL Server administration tasks is easy with PowerShell, especially with the SQL-related snapins.
- By Jeffery Hicks
- 05/10/2011
Manage the whole VMware infrastructure from PowerShell. Yes, you heard right; it can be done.
- By Jeffery Hicks
- 05/02/2011
PowerShell doesn't have tools to automate AD management, but some vendors have developed tools that can get you nearer to that goal.
- By Jeffery Hicks
- 04/26/2011
To manage your environment, use the AD PowerShell provider that comes with Windows Server 2008 R2, or the Active Directory Management Gateway for any down-level DC.
- By Jeffery Hicks
- 04/19/2011
Pipeline binding can get you what you want, as long as you use some of the PowerShell tricks up your sleeve.
- By Jeffery Hicks
- 04/11/2011
No more wading through xml files to get what you need. The Get-FormatData cmdlet offers some nice data presentation.
- By Jeffery Hicks
- 04/05/2011
Pipeline binding can get you what you want, as long as you use some of the PowerShell tricks up your sleeve.
- By Jeffery Hicks
- 03/29/2011
Continuing our refresher on PowerShell basics, we'll revisit the pipeline.
- By Jeffery Hicks
- 03/22/2011
PowerShell doesn't require that you become a developer, but you do have to get the basic concept of objects. It's simple, really. Let's revisit, if you don't object.
- By Jeffery Hicks
- 03/15/2011
It happens to all of us: We forget things. Use the PowerShell Get-Help cmdlet to rejog your memory.
- By Jeffery Hicks
- 03/08/2011
The -Delimiter parameter of the Export-CSV cmdlet is what makes working with CSV files in PowerShell so, well, limitless.
- By Jeffery Hicks
- 03/01/2011
When two worlds collide -- that is, the VBscript and PowerShell worlds -- it can be a beautiful thing. Here's what I mean.
- By Jeffery Hicks
- 02/08/2011
The Get-Member cmdlet's -View parameter gives you -- you guessed it -- a wider perspective of the cmdlet's members.
- By Jeffery Hicks
- 01/31/2011