Windows server 2003/2008 and Exchange 2007 – How to delete 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 you how to delete storage group named “TestStorageGroup” from Exchange 2007 server named “MyExchange” running on Windows server 2003 OS. To perform delete open powershell and type:

Remove-StorageGroup -Identity “MyExchange.mydomain.com\TestStorageGroup”

Note that storage group`s log files are not removed when you perform remove. If you want to remove log files you have to do it manually.

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google
  • Reddit
  • StumbleUpon
  • Blogosphere News


Follow us on Twitter !
Follow us on Twitter!


Write a comment