Windows PowerShell 4.0 Preview

As a systems administrator you like to stay on top of the latest technologies, right?  Well you won’t want to miss the opportunity to get ahead of the curve and start experimenting with Windows PowerShell 4.0.  It is included as part of the Windows Management Framework 4.0 Preview located in the Microsoft Download Center. In addition to PowerShell 4.0, the

Read more

Recycling IIS6 and IIS7 Application Pool With Powershell

I recently came across a need to automatically recycle an application pool.  I have a VBScript version in my archive of scripts but I’m trying to convert everything over to PowerShell. Here’s a working PowerShell snippet that works for recycling IIS7.x application pools.  APPPOOLNAME needs to be replaced with the actual name of the application pool and SERVERNAME needs to

Read more