Skip to main content

Home/ Church IT Roundtable/ Group items tagged powershell

Rss Feed Group items tagged

Jeremie Kilgore

PowerGUI.org - Free Windows Powershell Community - 0 views

  •  
    A graphical interface and editor for PowerShell
David Szpunar

Script for Configuring Exchange 2010 Internal and External URLs « msunified.net - 0 views

  • For InternalURL the script will look for a CASArray (It is recommended to create a CASArray in any scenario)
    • David Szpunar
       
      It's easy to find the syntax to create a CASArray and works in a single-server environment without all the network load balancing setup required, just the creation PowerShell command. A CASArray is required to use the InternalURL setting in this script. The script works with Exchange 2010 and 2007 both coexisting now, though it originally didn't.
David Szpunar

Generate Exchange Environment Reports using Powershell - 0 views

  •  
    "This script, inspired by the output of an Exchange TAP tool, aims to automatically generate a report that gives you an overview of your environment, Exchange 2007 and 2010 servers and database availability groups"
Justin Moore

Using the Exchange 2010 SP1 Mailbox Export features for Mass Exports to PST files - 0 views

  •  
    Export mailboxes to PST directly from Exchange Management Shell. Awesome. Awesome. Awesome.
Justin Moore

Installing Updates on Exchange 2010 Database Availability Groups - 0 views

  • Preparing an Exchange Server 2010 SP1 DAG Member for Updates For Exchange 2010 with Service Pack 1 the process is a little easier thanks to some scripts provided by Microsoft. Open the Exchange Management Shell and navigate to the scripts folder on the Exchange server. cd $exscripts Next run the StartDagServerMaintenance.ps1 PowerShell script. .\StartDagServerMaintenance.ps1 -serverName ho-ex2010-mb1 The script will automatically do the following tasks for you: Calls Suspend-MailboxDatabaseCopy on the database copies. Pauses the node in Failover Clustering so that it can not become the Primary Active Manager. Suspends database activation on each mailbox database. Sets the DatabaseCopyAutoActivationPolicy to Blocked on the server. Moves databases and cluster group off of the designated server.
David Szpunar

Backing up the ESXi System Image « Virtu-Al - 0 views

  •  
    "So ... we can effectively back up the configuration of our ESXi hosts (- 10 minute changes worst case) simply by backing up the state tardisk, then if the worst happens we can restore this and have our ESXi host with complete configuration restored in a matter of minute.  Luckily PowerCLI makes this very easy for us, the below script can be run as a scheduled task and will backup the state tardisk as often as the scheduled task is run."
1 - 9 of 9
Showing 20 items per page