PowerShell

Exchange 2010 Archive Mailbox Statistics PowerShell script

Here are some field notes from a recent Exchange 2010 Retention and Archive case. I have made a simple Exchange 2010 PowerShell script Get-ArchivedMBStats.ps1, that shows mailbox statistics for all mailboxes that have Online Archive enabled. It is great for following the progress of archiving of individual mailboxes. The output of the script is the following information about each mailbox with archive enabled: Mailbox Display Name Mailbox TotalItemSize (MB) Mailbox ItemCount Mailbox Database Mailbox RetentionPolicy Archive Display …

Read more

PodCast: IIS 7.0 PowerShell Provider

Want to hear more about the new IIS 7.0 PowerShell Provider, a new PodCast has been released. The PodCast includes an interview with Thomas Deml a senior Program Manager in the IIS Team. Topics of the PodCast: Talk about the IIS7 management cmdlets Get/Set-WebConfiguration Start-WebItem Remove-WebConfigurationProperty Ability to use XPath filters Talk about the IIS7 PSprovider Provider timeline – 2nd beta in June, final in October Features ability to configure IIS and ASP.net, sites, vdirs, …

Read more

IIS PowerShell Provider – step-by-step

Jeong Hwan from the IIS Team has posted a nice little article about the new PowerShell Provider for IIS 7.0. The article is for users who have never experienced Windows PowerShell and want to use the IIS PowerShell Provider and provides various examples. Read his article here: Learning IIS PowerShell Provider (Step by Step).

IIS 7.0 PowerShell Provider Released

Microsoft has released a Technical Preview 1 of the PowerShell Provider for IIS 7.0. The new provider is a snap-in that allows you to manage IIS 7.0 configuration. The IIS7 PowerShell Provider allows you to Create Web-Sites, Web Applications, Virtual Directories and Application Pools Change Simple Configuration Properties on Web-Sites, Application Pools, Web Applications and Virtual Directories Add and Change Complex Configuration Settings Query Run-time Data (Web-Site State, Application Pool State, Currently Executing Requests) Execute …

Read more