Windows server 2003/2008 and Exchange 2007 – How to create new storage group via powershell
Posted by aidas | Posted in Exchange 2007, Powershell, Windows 2003, Windows 2008 | Posted on 04-05-2009
0
This post will show how to create new storage group named “TestStorageGroup” in Exchange 2007 server “TestServer” running on Windows server 2003 OS. We will set storage group log location to D:\Logs. To create storage group open exchange powershell and type:
New-StorageGroup -Name TestStorageGroup -Server TestServer -LogFolderPath: “D:\Logs”
Follow us on Twitter !







