Browse by Tags

"Slashes" in Vista/Windows Server 2008
Published 21 June 8 10:16 PM | Charlie Russel
OK, I knew that I could use "/" in PowerShell just about anywhere that Windows CMD wanted "\" - PowerShell is smart enough to figure out what I mean in almost every case. So: PSH> cd c:/temp works exactly the same as: PSH> cd...
Connecting to Remote VMs with Hyper-V RC0
Published 27 April 8 11:23 AM | Charlie Russel
One of the changes in Hyper-V RC0 is that you can no longer use a mouse in a remote RDP session until you have the Integration Components installed into the VM. Well, that's a royal pain if you don't happen to be sitting at the console of your...
Disable UAC Prompt for a Single Application
Published 31 December 7 9:33 AM | Charlie Russel
A useful KB (946932) just got posted on support.microsoft.com. It describes how to disable the User Account Control (UAC) prompt for a specific application, without disabling it for the machine as a whole. Now THAT's useful. There's no way I'm...
Filed under: , ,
PowerShell v2 CTP Is Here!
Published 6 November 7 6:13 AM | Charlie Russel
As anyone who reads this blog knows, I'm a big fan of PowerShell, the new shell and scripting language from Microsoft. Well, they've just released a Community Technology Preview (CTP) of what the next version will look like. See the PowerShell...
Filed under: ,
MVP Insider this month
Published 1 November 7 10:34 AM | Charlie Russel
http://blogs.technet.com/canitpro/archive/2007/11/01/mvp-profile-charlie-russel.aspx Too bad I don't think SteveB actually reads these things, so I don't think I'm likely to get an answer to my question for him. ;)
Acronis True Image Enterprise
Published 2 July 7 6:16 AM | Charlie Russel
As some of you know, I've been fighting to live with Windows Server 2003 SP2 and Virtual Server - without much success, I might add. I strongly suspect it's related to networking, but whatever the cause, it's been a disaster here. After losing...
PowerShell for Windows Vista
Published 30 January 7 6:37 PM | Charlie Russel
Microsoft has released the Windows Vista versions of PowerShell for download! For those who haven't been paying attention, PowerShell (nee Monad) is the powerful new scripting language and interactive shell that combines the best features of UNIX...