Scripting

Script: Change-MailboxType available for download

Change-MailboxType.ps1 is a simple script for Exchange 2010 and Exchange 2013, that makes it easier to change a regular Mailbox RecipientType to either a Room, Equipment or Shared Mailbox vice versa. The script display a small menu with options. No need to remember PowerShell parameters. It is made so it …

Read more

New danish PowerShell UserGroup

A new danish PowerShell UserGroup is born on friday, november 16th at 16.30 (CET) in Copenhagen. The agenda is news about PowerShell 3.0 presented by Ed "The Scripting Guy" Wilson and networking opportunities with other danish PowerShell enthusiasts. If interested, read more on their website and register for the event …

Read more

IIS 7.0 PowerShell Provider CTP2 Released

Last week Microsoft released the Community Technology Preview 2 (CTP2) of the new PowerShell Provider for IIS 7.0, it’s now available for download from the IIS.net website. New features in CTP2: IIS7 Powershell provider now supports SSL (installing and acquiring a certificate, creating an ssl site binding) Tech Preview 2 …

Read more

IIS 7.0 – How to script and automate configuration

Bill Staples has nice blog post about how to script and automate IIS 7.0 configuration, without writing code using the Configuration Editor. Here is how you can generate code for ANY IIS7 configuration change, without writing a line yourself. Read his post here. Related articles on IIS 7.0 and PowerShell: …

Read more