Add to Technorati Favorites
Welcome to ThePowerShellGuy.com Sign in | Join | Help

cd into Sysinternals Tools from PowerShell

the Sysinternals tools are now accessible using a direct UNC link ( \\live.sysinternals.com\Tools\ ), so if your in need of a Sysinternals tool and you have an internet connection you can just type :

CD  \\live.sysinternals.com\Tools\

And all the tools are at your disposal :

image

Enjoy,

Greetings /\/\o\/\/

Published Saturday, May 31, 2008 9:30 AM by MoW
Filed under: ,

Comments

# Development in a Blink » Blog Archive » Two pluses

Saturday, May 31, 2008 10:25 AM by Development in a Blink » Blog Archive » Two pluses

# re: cd into Sysinternals Tools from PowerShell

You might mention that it doesn't work on v1.0. Some of your loyal readers aren't using the CTPs yet!

Saturday, May 31, 2008 11:42 AM by Web-Crawling Stickler

# Just-In-Time sysinternals tools!

I'm a few days behind on posting this, but now you can run the current version of sysinternals tools

Saturday, May 31, 2008 6:34 PM by James Manning's blog

# re: cd into Sysinternals Tools from PowerShell

This should work in V1 also

Greetings /\/\o\/\/

Sunday, June 01, 2008 11:16 AM by MoW

# Sysinternals tools are now available via a Live service

Source: Doug Finke and Marc van Orsouw The Sysinternals tools are now accessible using a direct UNC link

Sunday, June 01, 2008 3:03 PM by Stefan Stranger's Weblog

# re: cd into Sysinternals Tools from PowerShell

This works great:

New-PSDrive -Name SYS -PSProvider filesystem -Root \\live.sysinternals.com\tools

Sunday, June 01, 2008 5:21 PM by halr9000

# Interesting Finds: June 1, 2008

Sunday, June 01, 2008 8:59 PM by Jason Haley

# Sysinternals tools available in the cloud

Sysinternals tools available in the cloud

Monday, June 02, 2008 4:40 AM by Neil Rees's Blog

# Sysinternals tools are now available via a Live service

# re: cd into Sysinternals Tools from PowerShell

You can also do this from CMD -

net use * \\live.sysinternals.com\tools

Or run a tool using an explicity path -

\\live.sysinternals.com\tools\psinfo

You'll have to accept EULA pop-up the first time you run any tool though.

Note that the WebClient service must be running for this to work because interacting with files over HTTP in this way uses the WebDAV protocol, and WebDAV requires the WebClient service. WebClient is started by default in Vista and XP, but is disabled in 2003. In 2008 the service isn't even available unless you've install the Desktop Experience feature from Server Manager.

Tuesday, June 10, 2008 3:15 PM by Craig

# re: cd into Sysinternals Tools from PowerShell

How can I set my own web directory to be accessible like this?  Is it an IIS feature?

Thursday, October 02, 2008 10:14 AM by ffunky
Anonymous comments are disabled