Windows IT Pro is the leading independent community for IT professionals deploying Microsoft Windows server and client applications and technologies.
  
  
  Advanced Search 


February 20, 2008

Working with Shortcuts in Windows PowerShell

The Get-Shortcut.ps1 script helps you create shortcut objects to simplify shortcut-related tasks
RSS
View this exclusive article with VIP access -- click here to join |
See More Windows Script Host (WSH) Articles Here | Reprints | Or sign up for our VIP Monthly Pass!

 Executive Summary:
The Get-Shortcut.ps1 script can be used to transform shortcut files into shortcut objects. You can then use the shortcut objects to perform shortcut-related tasks in Windows PowerShell. Some of these shortcut tasks include exporting a user’s Microsoft Internet Explorer (IE) Favorites and finding stale shortcuts.

Shortcuts can be found everywhere in Windows, and checking or fixing them occasionally crops up as an administrative task. For years, scripters have used the Windows Script Host (WSH) WshShortcut object to work with shortcuts. It turns out that this same object, packaged appropriately for use in Windows PowerShell, can work with native WSH tools to perform shortcut tasks and can even make some odd and unexpected tasks quite easy to perform. I'm going to demonstrate how you can use the PowerShell script, Get-Shortcut.ps1, to turn shortcut files into WSH shortcut objects, and then discuss how you can use the shortcut objects to accomplish various tasks such as finding paths to documents you’ve recently used and determining whether shortcuts are stale.

Using Get-Shortcut to Present Shortcut Files as Shortcut Objects
First, download the Get-Shortcut.ps1 script, shown in Listing 1, by clicking the Download the Code Here button at the top of the article page. Then, use the Get-ChildItem cmdlet to pipe paths to one or more shortcut files into the script. Each shortcut name must end in either .lnk (for a shortcut to a Windows file) or .url (for a shortcut to a Web site). If the shortcut name doesn't have one these extensions, the WScript.Shell COM object handling the shortcuts rejects it, and you get an error for that item. . . .


Already a VIP member?
Please log on to view the full article

Why become a VIP member?

VIP-only online access
VIP CD delivered twice a year: offline access to the entire Windows IT Pro article library
Monthly issue of your choice of Windows IT Pro or SQL Server Magazine

Subscribe Now
Reader Comments

You must be a registered user or online subscriber to comment on this article. Please log on before posting a comment. Are you a new visitor? Register now




Top Viewed ArticlesView all articles
2009 Windows IT Pro Editors' Best and Community Choice Awards

Picking a favorite product from an impressive crowd of competitive offerings is never an easy task, and such was the case with our Editors' Best and Community Choice awards this year. ...

Command Prompt Tricks

One reader shares his tip for setting up the command prompt to reflect a remote path. ...

WinInfo Short Takes: Week of November 23, 2009

An often irreverent look at some of the week's other news, including some post-PDC some soul searching, a Google Chrome OS announcement and a Microsoft response, Windows 7 off to a supposedly strong start, the Jonas Brothers and Xbox 360, and so much more ...


Related Articles Essential Windows PowerShell Commands

PowerShell Scripting

Steps for Getting Started with PowerShell

Introducing Windows PowerShell

Scripting Whitepapers From Development to Production: Streamlining SharePoint Deployment with DocAve Deployment Manager

Related Events Deep Dive into Windows Server 2008 R2 presented by John Savill

PowerShell 201 - eLearning Series with Paul Robichaux

PowerShell 101 - eLearning Series

Check out our list of Free Email Newsletters!

Scripting eBooks Keeping Your Business Safe from Attack: Encryption and Certificate Services

Best Practices for Managing Linux and UNIX Servers

Building an Effective Reporting System

Related Scripting Resources Introducing Left-Brain.com, the online IT bookstore
Looking for books, CDs, toolkits, eBooks? Prime your mind at Left-Brain.com

Discover Windows IT Pro eLearning Series!
Clear & detailed technical information and helpful how-to's, all in our trademark no-nonsense format


Windows IT Pro Home Register FAQ for Windows WinInfo News
Europe Edition About Us Contact Us/Customer Service Media Kit Affiliates / Licensing  
SQL Server Magazine Office & SharePoint Pro DevProConnections IT Job Hound
Left-Brain.com Technology Resource Directory asp.netPRO ITTV Windows SuperSite 
 
 Windows IT Pro is a Division of Penton Media Inc.
 © 2009 Penton Media, Inc. Terms of Use | Privacy Statement