0

What I would like to do is have a shortcut on the desktop of all users that takes them to a network folder containing files. Easy enough to do. The part I am wanting to add on is to set it for offline files. So the shortcut gets created and automatically gets added to offline files for sync during log on and log off without admin or user intervention.

Manually, easy enough to do, but I don't want to do manually 200 users. So I would like to use either our login script or group policy.

As I said, I know how to have the shortcut added easy through a script or gp, it's the automatically enabling it for offline files.

Any suggestions?

pk.
  • 6,413
  • 1
  • 41
  • 63
jherlitz
  • 1,058
  • 1
  • 18
  • 25

1 Answers1

1

Depending on your OS, you have a couple of scripting options.

Windows XP/2003 : csccmd utility
Windows Vista/7 : use WMI and PowerShell (example scripts)

If you'd like to use Group Policy, you can make use of the User-based policies under User Configuration\Administrative Templates\Network\Offline Files and add specific UNC paths to Administratively assigned offline files

pk.
  • 6,413
  • 1
  • 41
  • 63