Microsoft
Software
Hardware
Network
Question : Create Windows Shortcut from PowerShell script
I need to create a Powershell script that will create shortcuts in directory A to a file in Directory B. This is so I can have one copy of the file (in directory B) and links to it in multiple other directories on the same server. If you need more information to answer this question, please let me know.
This will run on a WIndows Server 2008 R2 (x64) installation with .Net Framework 3.5.1 and PowerShell 2.0
Answer : Create Windows Shortcut from PowerShell script
I think you will need to resort to instantiating WScript.Shell from your PowerShell script.
This sample should give you what you need:
http://www.leedesmond.com/
weblog/?p=
60
Random Solutions
OK to remove "Windows\TEMP ?
Moving Navision 3.70 to new SQL Server installation
Find a Text in a cell and copy it to another cell.
Access 2003: shell command - quest 2
Drawing and Scolling in Windows C# - ClientRectangle? Paint?
Access 2007 Union Query With Linked Tables
Server 2008R2 and XP Roaming Profiles
Import binary data into SQL 2005
Wrong NT group names
Do you know how I can prevent the Run time error '3010' table 'FA_ledger_report' already exists ? Actually the 'FA_ledger_report' is a Union query.