Posted by David
Friday, August 13, 2010 1:00:00 PM
Categories:
PowerShell Scripts
This script is for use in a Operations Manager monitor and requires the DPM Server Name to be passed to it. For full details on how to use this script, see the article "Monitoring DPM using OpsMgr, Cookdown & PowerShell" here,...
read more
Posted by David
Wednesday, January 13, 2010 5:34:32 PM
Categories:
PowerShell Scripts
View the article DPM - Using PowerShell to Recover Shares for full details of this script.
---------
param([string] $DPMServerName, $ProtectionGroup, $Datasource, $ShareName, $DestinationServer,...
read more
Posted by pzerger
Wednesday, September 02, 2009 5:31:22 PM
Categories:
PowerShell Scripts
#
#
# Microsoft PowerShell Source File -- Created with SAPIEN Technologies PrimalScript 2009
#
# NAME: Data Protection Manager 2007 - SQL Recovery Point Script
#
# COMMENT: This Script will Restore the latest recovery point for all SQL...
read more
Posted by pzerger
Monday, August 31, 2009 2:19:40 PM
Categories:
PowerShell Scripts
# #
# Microsoft PowerShell Source File -- Created with SAPIEN Technologies PrimalScript 2009
#
# NAME: Export SCDPM 2007 Exchange Recovery Points on a Schedule
#
# VERSION: 1.0
#
# AUTHOR: Pete Zerger (www.systemcentercentral.com) and...
read more
Posted by David
Tuesday, August 25, 2009 11:35:57 AM
Categories:
PowerShell Scripts
This script will disable on the wire compression for a given protection group. This script will check if the DPM PowerShell SnapIn is loaded and load if not which means this script can be run in PowerShell as well as the DPM Command Shell.
To ...
read more
Posted by David
Tuesday, August 25, 2009 11:20:00 AM
Categories:
PowerShell Scripts
This script will enable on the wire compression for a given protection group. This script will check if the DPM PowerShell SnapIn is loaded and load if not which means this script can be run in PowerShell as well as the DPM Command Shell.
To...
read more
Copyright 2010 SCDPMOnline.org