![]() |
SBS2003 push shortcuts to users
Our users all need common desktop shortcuts to company shared files and folders on the server. How best can I set up the server to push these out automatically (if not exist)?
I'm thinking some sort of logon script perhaps. Is that the best way do accomplish this? |
Re: SBS2003 push shortcuts to users
A windows shortcut is just a .lnk file. So, create the shortut on the server, make sure it's in a shared folder, or make the shortcut on a workstation and then copy it back to the shared folder on the server.
If you have problems finding the name of the shortcut, drop to dos, and do a dir on the directory with the shortcut in it, and then look for the file with a .lnk extension. Let's say the shortcut you've got is called shortcut.lnk, it's in the NETLOGON folder, and your server is called server, you'd put this in your logon script: Code:
|
Re: SBS2003 push shortcuts to users
Thanks Jon. I think I understand all of that.
|
Re: SBS2003 push shortcuts to users
Jon's solution is the one I would go with, but I wouldn't put the files in the netlogon share - would put them in a separate share, possibly hidden ($) and read-only. There are other things, such as mandatory profiles, but such things have more potential to come back and haunt you. Logon script is neater.
|
Re: SBS2003 push shortcuts to users
Quote:
|
Re: SBS2003 push shortcuts to users
smallbizserver.net An excellent resource site for all things SBS. :tu:
|
Re: SBS2003 push shortcuts to users
Quote:
Thankee kindly. :) |
Re: SBS2003 push shortcuts to users
/votes CreateShortcut() via logon script
Code:
//-- straight copy-paste from my script repo.. http://msdn.microsoft.com/en-us/libr...ys(VS.85).aspx |
Re: SBS2003 push shortcuts to users
Quote:
|
Re: SBS2003 push shortcuts to users
Quote:
Also, you might not want to have a shortcut on every user's desktop (of course, you've locked the share down anyways), but why clutter their desktop unnecessarily? Personal preference really, like all, or at least many, IT problems there's no single way to do something :) |
Re: SBS2003 push shortcuts to users
Quote:
Absolutely, Speaking from my direct experience, I work at a local authority with 700 pcs. We package up shortcuts into .msi's and deploy via group policy by either PC group membership or OU GPO links. Much more manageable, plus if a PC moves department(or is moved to another OU in AD) the OU related shortcut is removed. |
All times are GMT +1. The time now is 23:03. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
All Posts and Content are © Cable Forum