Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Script recipes   (RSS)
One of the customer requests we had on Windows Server 2003 R2 was the ability to increase the maximum number of quotas in the FSRM Quota report. The current limit is 1000 quotas maximum. How do I set this limit to 20,000 for example? Here is how - assuming Read More...
It is an eye opening experience to sit at our FCI booth and see customer after customer telling us their biggest problem with managing file servers today: lots of old data sitting on their file servers. When I tell them how that our classification feature Read More...
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...
Simon Gerber wrote a slightly-negative article titled Switching to Windows: Not as easy as you think . Any Windows developer should read this article. Why? Beyond anything else, it is a perfect example of how a Unix/Linux-oriented people are sincerely 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...
Everyone knows how to write CMD scripts. And this is the reason why we have so many messy CMD scripts around. Unfortunately, I haven't seen anywhere some guidelines on how to write clear, maintenable batch files. So here is my take: 1) Think about discovery Read More...
It looks like it is possible to create your own start.com site, develop "gadgets" for it, etc. Go directly here: http://start.com/developer/ Here is also some documentation on the new Atlas runtime: http://start.com/developer/atlasruntime.aspx While you Read More...
A new feature of Internet Explorer is the Local Machine lockdown that blocks by default the execution of scripting in HTML pages. It is implemented in Windows XP SP2 and Windows Server 2003 (and future versions of Windows/IE). If you just load in IE a Read More...
It is sometimes hard to diagnose browser problems. For example if you have problems loading a certain page, you don't know whether this is a browser problem or an web server problem. Maybe you have the wrong browser settings (for example bad certificates Read More...
More Posts Next page »
 
Page view tracker