You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Windows
2 TopicsIs Users Dopbox filling your Servers Profile Hard Drive ? How to Exclude accross a windows domain !
Today i came accross an issue where our File Server partition for User Profiles became 99% full. As a server admin this is a problem, but we can't just go around deleting stuff we don't like the look of, and rather than talking to 100+ users i decided to use "TreeSize" to show me what are the largest folders and if there are any commonalities. The answer was Dropbox ! Nearly every user has a Dropbox folder under the roaming profile folder the smallest was about 1gb, and the some were even 20gb !!! So in order to keep the file server healthy i created another GPO to go along side the roaming profile & folder re-direction on Windows Server 2012 R2 Standard. Options In the case we want to exclude Dropbox content from the roaming part of a user profile we actually have two options (i chose option 1) 1. Make the folder “local” through group policy, we can exclude some folders from the roaming part of a folder GPO. Logon and logoff will become faster and the Dropbox content just stays on the system and isn’t synced with the profile’s central copy at the profile server. 2. Move the folder through the Dropbox GUI to a location under a local folder (for example %USERPROFILE%\AppData\Local, which is excluded from the roaming part of a profile by default). This has the same result as the previous option, but is only achieved by actually working on the desktop itself which is very time consuming. Option 2 example: http://www.techgainer.com/change-dropbox-default-folder-location-windows/ Solution Exclude Folders from Roaming Profiles Edit the GPO to exclude specific folders in roaming profiles: Click Start, point to Programs, point to Administrative Tools, and then click Active Directory Users and Computers. In the console tree, right-click your domain, and then click Properties. Click the Group Policy tab, click the GPO that you want to work with, and then click Edit. Under User Configuration, expand Administrative Templates, expand System, and then click User Profiles. In the Setting list, double-click Exclude directories in roaming profile, and then click Enabled. In the Prevent the following directories from roaming with the profile box, type Dropbox. When you are finished not including folders from roaming profiles, click OK. Quit the Group Policy snap-in, click Now assign your new GPO to the correct User OU in question. Problem Solved !7.4KViews0likes0CommentsMake DropBox more accessible with Windows SUBST command...
Did you know that you can "Make DropBox more accessible with Windows SUBST command..." Add the DropBox windows App and then use the SUBST command from the CMD prompt to make your DropBox folders more accessible: My DropBox work folder is: C:\Users\MyWindowsUserName\Dropbox\Work So, I type: CMD SUBST W: "C:\Users\MyWindowsUserName\Dropbox\Work" EXIT and now I can just access my work folders and files as: W:\ Like this: W:\Job1\WordFile.doc instead of typing all this: C:\Users\MyWindowsUserName\Dropbox\Work\Job1\WordFile.doc You can also see what SUBST (substitutions) you've created by typing: CMD SUBST PAUSE EXIT I hope this helps you!1.1KViews1like0Comments