-
By GPTeam The scene: Backups take up space, but they’re a crucial part of GPO management. Ideally, one would do regular backups (monthly? weekly? your call) but only of the GPOs that have changed. This script will do that for you and print out a ... Read More
-
By editor PowerShell Script for Snapshot Backup of Hyper-V VM. ... I found a PowerShell script that was written to do SnapShots of Hyper-V VMs and export them somewhere where you can do a regular backup of the VM folder and files, offline. ... Read More
-
Backing up SQL Express Databases - Windows Live However, thanks to PowerShell it is now possible to provide the same functionality. This is how I went about it. Please note that I found most of the supporting functions online and they aren't really mine. ... Read More
-
The aim is a PowerShell script solution. This script is triggered by various means configured in a third party application. The script will also clear time-controlled files or archive (hereafter used only archiving), which directories should never be deleted. The file formats should be considered as...
-
Trying to backup a site collection in Sharepoint 2010 using the Sharepoint management shell and cmdlet - Export-SPWeb It looks like it's starting to work but then it bombs with an error: Export-SPWeb : Feature 'aebdd598-142f-4a93-8aa5-54f66b776cdf' for list template '11111' is not...
-
a nice little script I wrote last week to backup my files using robocopy. Read more from my blog entry: http://yangtao-blog.spaces.live.com/blog/cns!78150852A51B249C!236.entry Tao
-
This is Part 5 of a 5 part series demonstrating how to use PowerShell to backup an Analysis Service database using AMO and PowerShell. Read more
-
This post has a PowerShell script that allows you to backup and restore a database between two SQL 2005 servers. Read more
-
Translation of tool called automysqlbackup into a PowerShell script to help backup SQL Server databases. Read more
-
Hello I have this in bash http://pastebin.com/m1eadea8e How can it be done in powershell ? TIA Daniel