Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Disaster Recovery

Management With PowerShell

Disaster Recovery

by  Zelandakh  Posted    (Edited  )
Let's say you've just installed Windows, hardened it off and your powershell is working.

New-item F:\Stores ûtype directory
New-item G:\Logs -type directory

The above two lines means that outside the hardcore Exchange world you can use Powershell to automate your installation of Exchange - kept properly, a single powershell script can be used to do EVERYTHING for your DR on your Exchange server. It can set up all folders, directories, set the locations of everything.

The sky is the limit here - all you need to do is read your system documentation and build the script. Now you DO have system documentation, don't you?
Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top