.NOTES
File Name : PinIconsToTaskbar.ps1
Author : Gerry Bammert, 11.03.2012
Prerequisite : PowerShell V2, Windows 7
Copyright 2012 : There's no copyright, use it, modify it, enhance it ... and post it back
.LINK
Script is published at:
http://powershell.com/cs/media/default.aspx
.EXAMPLE
Example 1
PinIconsToTaskbar.ps1 <PinIconsFolder> <Action verb>
==> change the verb to the appropriate version of your language
English verbs:
PinIconsToTaskbar.ps1 "\\server1\homes$\$username\PinIconsFolder" "Pin to Taskbar"
PinIconsToTaskbar.ps1 "\\server1\homes$\$username\PinIconsFolder" "Unpin from Taskbar"
German verbs:
PinIconsToTaskbar.ps1 "\\server1\homes$\$username\PinIconsFolder" "An Taskleiste anheften"
PinIconsToTaskbar.ps1 "\\server1\homes$\$username\PinIconsFolder" "Von Taskleiste lösen"
.EXAMPLE
Example 2
PinIconsToTaskbar.ps1 <PinIconsFolder> <Action Verb>
==> change the verb to the appropriate version of your language
English verbs:
PinIconsToTaskbar.ps1 "Path to the PinIconsFolder" "Pin to Start Menu"
PinIconsToTaskbar.ps1 "Path to the PinIconsFolder" "Unpin from Start Menu"
German verbs:
PinIconsToTaskbar.ps1 "Path to the PinIconsFolder" "An Startmenü anheften"
PinIconsToTaskbar.ps1 "Path to the PinIconsFolder" "Von Startmenü lösen"