Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Storage » Script recipes   (RSS)
In the past, I presented various ways to browse these mysterious device objects called "shadow copies". Shadow copies are static images in time (snapshots) of your volume contents, at some point in the past. These shadow copies are volumes on Read More...
A nice demo that shows you several things: - Windows Server virtualization (a separate partition running a striped-down version of Windows to manage all other virtual machines) - Running an 8-proc virtual machine - 64-bit and 32-bit machines running concurrently Read More...
WS-Management is a new web services-based management protocol. It's SOAP-based of course, and it is compatible with the rest of the specifications in the WS-* Web Service stack, like WS-Transfer, WS-Enumeration, WS-Addressing. WS-Management is enabled Read More...
On Windows XP, it's simple. Just run this command and you are done: schtasks /create /TN defrag /RU "NT AUTHORITY\SYSTEM" /SC weekly /TR "defrag %systemdrive%" Read More...
While researching for the previous post, I just started a few searches for VSHADOW on the internet, and I found more interesting usages of it. One example: EqualLogic published a nice technical report of using VSHADOW to backup/restore Exchange, SQL and Read More...
Jeff Trumbull published a very nice script on how to backup a Virtual Server image wiht about one minute of downtime! The solution uses VSHADOW.EXE, a small command-line utility that can be used to create shadow copies. VSHADOW is part of the VSS SDK Read More...
Let's assume that you want is to write some simple code that writes to a text file. A few assumptions: 1) You need avoid corruptions of any kind. 2) Either all of your writes have to make it to the disk, or none of them. 3) The file is updated serially Read More...
Once in a while, you might encounter this tool in some Microsoft-provided SDKs, or Resource Kits, for example in the Windows Resource Kit, the Exchange Report Toolkit, and others. But this tool never came with any relevant documentation. It just displays Read More...
Transportable shadow copies are another practical consequence of a new paradigm - the data is stored in the (SAN) cloud. The data availability is not anymore tied to your machine. This simple fact has far reaching consequences. One consequence is the Read More...
A few days ago I wanted to gather more data from a cluster on a customer site. I hoped that the uber-management tool for MSCS called CLUSTER.EXE can be used to enumerate the dependencies for all resources in the system, since it can enumerate the dependencies Read More...
Aaron Stebner noted that it is possible to configure Windows to always use short file names. This is a legacy feature left over from the Windows 95 land. Sometimes, you just have to run some old MS-DOS applications. These apps will get confused about Read More...
In one of my previous posts I mentioned a simple script to copy a file from a shadow copy. This allows you to access files that are opened exclusively by some application. You won't have enough drive letters... Here I present a similar script (let's call Read More...
I just read recently a post on the newsgroups - someone wanted to backup her PST file. The problem is that Outlook keeps this file open all the time, therefore we are unable to just copy this file once in a while. Argh... A cute little script Fortunately, Read More...
This is the link: http://www.microsoft.com/downloads/details.aspx?FamilyID=0B4F56E4-0CCC-4626-826A-ED2C4C95C871&displaylang=en You can use this SDK to develop VSS requestors, writers and providers. For example, you can write code that define and use Read More...
A less-known feature in Windows XP and Server 2003 is the command-line support for shadow copies. The command is called VSSADMIN.EXE and is already present in the operating system - just run it without parameters and you will see some sample usage. Here Read More...
More Posts Next page »
 
Page view tracker