Copying Folder to Multiple User Document Folders

I can't find anything in the forums which exactly covers my situation, so I apologize if I am covering old ground.
Is it possible to copy a folder and it's contents to a users document folder on multiple computers via ARD 2.X?
In other words, I want to take a folder and use ARD 2.x to copy that folder to say fifty unique users' document folder over the network without having to enter a new command for each user the folder is copied to.
Does anyone have an idea as to how to do this?

You might try copying it to Users/Shared. That way it is available to everyone on the machine and you only have to copy it once to each computer. What kind of a folder is it? Some apps (like Word) have template folders that all users get when they load the app, so you could just copy your items to that folder, depending on what kind of file it is.

Similar Messages

  • Multiple users - shared folders - file permissions

    I want to be able to copy and move files between two user accounts so that each user will have read-write permsssions for those files. I have the standard Shared User folder (HD:Users:Shared), and the standard Users' Shared folders.
    More specifically, I want to copy or move files to either of these shared folders and have those files take on the permissions of the shared folder into which they are copied or moved. As of now they do not do that; whether copied or moved, they retain the permissions they were created with.
    "Apply to enclosed items" only works to change permissions for items already in a folder, not for new items. I haven't found a Folder Action for the purpose, nor anything in Automator that would appear to help.

    Easiest sweetest way is to create a read/write sparse disk image and place it in your /Users/Shared
    directory.
    The default method for mounting disk images will result in the user having full ownership privileges
    of all the files & folders contained therein. Thus when scanning a mounted disk image, and copying
    data to/from it, there will be no permission related errors. The implications of this become huge
    when you realize that anyone who mounts a DMG will have full access. This allows you to share your
    data with other users without having to worry about access restrictions. This can be invaluable when
    synchronizing with a "central repository" that you need several users to have access to.
    Creating a blank disk image for storage
    You can use Disk Utility to create a blank disk image to store files. Normally, you need to gather all
    the files you want to be included into a single location before you create a disk image. However,
    with a blank disk image, you can add files to the image at any time.
    To create a blank disk image, Open Disk Utility:
    Choose File > New > Blank Disk Image.
    Type a name for the disk image, and choose where you want to save it from the pop-up menu.
    In Volume name, enter the name for the volume that appears on your desktop when you double
    -click the disk image.
    Choose the size of the disk image from the Volume Size pop-up menu.
    To require a password to open the disk image, choose an encryption scheme from Encryption.
    Choose “Single partition - Apple Partition Map” from the Partitions pop-up menu.
    Choose “sparse bundle disk image” from the Image Format pop-up menu.
    Click Create.
    Resizing a disk image
    If you can read from and write to a disk image, you can make it larger or smaller when you either
    need to save disk space or store more in it.
    To resize a disk image:
    Open Disk Utility. Select the disk image if it appears in the list of disks and volumes, and then click
    Resize in the toolbar.
    Otherwise, click Resize in the toolbar, and then select a disk image from the dialog that appears.
    Select a new size.
    You can even get fancier by creating a small app with automator that will mount the image, then
    place it (the app) in each user's login startup item list. Then the image will mount on the desktop
    when the user logs in and will be easily accessible like any other mounted disk.
    Kj

  • Network drive volume name for same folder by multiple users

    I am using a 1TB USB hard disk attached to a ASUS RT-AC68U wireless router as network drive.  There are multiple user accounts created on the same MacBook Air and they need to access the same folders on the network drive.  For example, we have folder called "iTunes" created on the network drive.
    The following steps resulted in some problems encountered.
    Step 1: When user1 mounts the iTunes folder as a network drive, the general info shows:
    General:
      Kind: Volume
      Server: smb://rt-ac68u/iTunes
    Name & Extensions:
      iTunes
    Step 2: When user2 mounts the same iTunes folder as a network drive, the general info shows:
    General:
      Kind: Volume
      Server: smb://rt-ac68u/iTunes
    Name & Extensions:
    iTunes-1
    Question: Why does OS X assign "iTunes-1" as the name of the same network folder on the network drive for user2?  Is there a way to retain the same original folder name for user1 and user2, such as "iTunes", so that it can be access as "/Volumes/iTunes" by both these users? 

    tastyrico wrote:
    Hi Drew,
    Thanks for the recommendations.  They are useful tips to have in the arsenal, thanks.  However, the preferences discussed are intended for directly attached external hard disks and the specific discussion was to make it available to the network on a Mac that is powered up with no user logged in (like a OS X Server but user still need to log in).
    That's correct, I'm sorry I am wrong.
    I do remember another defaults write option for detaching network drives on 'switch to loginwindow' because I needed the same thing - eventually I gave up & disabled fast user switching, it reduced the amount of issues for the clients. Sorry for confusing the two.
    Have you considered mounting it via a startup script. At the moment it is failing because the path exists when User2 mounts it. If you try a script (at the level of the system) it should mount only once. Obviously sticking usernames & passwords into a script is not the best for security.
    I think this issue is what NFS mounts can overcome, but I haven't used them for so long. They should be able to mount with no user interaction, but they are less flexible with permissions IIRC.
    If your NAS supports NFS look at that, I think you both need to remove the user as the agent that mounts the disk. If the OS does it once (& permissions are correct) it should remove the 'diskname-1' issue.
    When it works you end up with volumes in /Network/diskname.
    I don't have a good place to start with NFS, so take a look around here…
    https://discussions.apple.com/thread/4144999
    @ElisabethBraut, do you get this error form MS…
    http://support.microsoft.com/kb/2712085
    MS apps fall apart when you have disks mounted like this, it's a consequence of MS apps using an older way to represent filepaths.

  • Deleteing folder for multiple users

    Good morning all -
    As most people would admit, I am terrible at scripting in any form.  In short, I need assistance with a dummy proof script to delete the contents of a folder for multiple (150+) users, without  having to touch each users profile.  I would
    prefer to be able to execute the script when needed.  This won't be listed as a scheduled task or setup as a netlogon. The path is as follows:
    C:\Users\michael.jannise.ctr\NS5\tmp
    It can either be set to delete the tmp folder entirely, or just the contents of the folder.  Which ever is easier. 
    I would greatly appreciate any assistance provided!
    Regards,
    Michael

    I was going to warn you but this is more fun.
    Understanding Windows and the Windows file system is always a big problem for non-technicians.
    Learning this technology requires some time for testing things until you understand how they work. You really cannot learn this by asking people on the Internet to give you answers.
    The command, as posted. removes only the "tmp" folder contents. How to make that clear is not clear. It needs to be tried. THe safe way yo do thisis to make a parallel structure and test that.
    ¯\_(ツ)_/¯
    Well, I can play the game!  :)  I know I should spend the time working with this type of technology but, I would not execute it day to day and would most likely still make mistakes. 
    I am extremely grateful for people like yourselves who are willing to share the knowledge!

  • How do I use one downloads folder for multiple users?

    I recently added my girlfriend a profile in my Imac. We both have seperate Profiles and logins however I would like to find out, if the the Downloads folder can be used by both profiles. I found that each profile has their own Downloads folder, and goes to their own locations.
    I would like to find out, if its possible to re-direct my downloaded files as well as her downloaded files into just ONE "Downloads" folder. The default destination of the downloads folder would be /users/girlfriend(name of girlfriend). I want to change it to /users/(me) so that all downloads would just go to one folder.
    Thanks in advance!

    Direct your downloads to Users-Shared

  • One iTunes media folder for multiple users

    Hi there,
    I'm having trouble getting iTunes 9.0.3 to let me share one media folder across two users. I want to be able to share and update the contents of the media folder from either user account. I had this going before I updated thanks to another discussions post and a little program called BatCHmod, but now it doesn't seem to be working. Not only that, iTunes can't find some of my apps. Help?
    It would also be great to be able to do the same with iPhoto.
    Thanks.

    Welcome to Apple Discussions !
    There's no easy answer for this one. Even the best options still require ongoing maintenance to keep things aligned.
    The Consolidate command, unlike your expectations, only examines the current files known to iTunes and copies/reorganizes them into the "Music Location" setting. It does reattach files that were already moved to another location.
    Generally speaking, the best option is to work from the computer with the largest/most complete set of music, consolidate it to the new drive, and then use a manual method or recreate the library on other computers using the network location. The "manual" method involves manually editing the "iTunes Music Library.XML" file on the computer to replace the old file location string with the new network location. As long as iTunes was maintaining files in its preferred location (drive:\...\iTunes Music\artist\album\song) this method can magically make the other iTunes' look to the new location for the file.
    As for the "missing file" entries, here's a slightly automated cleanup routine.
    * select all the files in the iTunes library list
    * Get Info
    * set BPM to 99 (presumes you don't rely on the BPM field for real data), missing files won't be updated (of course)
    * after that completes add BPM to the Library view (ctrl-j or "view options") and sort the library by BPM
    * all the missing files are now grouped together so you can easily delete their entries.
    As for after all computers are using the network drive...
    When a user adds music to their library, other users will not see that new entry. You have to manually drag those new files into the iTunes library on the other computers.

  • Create folder with multiple files (was: folders)

    Can you create a folder with multiple files and direct the page to go to the folder and then the reader can select the file they wish to choose?  Example  Council Mintes Folder with a file for each set of minutes.  The hyperlink would open the folder and then the reader would select whch set of minutes they'd like to see.

    You may not have access to it depending on your hosting company and  plan, but if you did have the ability to change it you'd normally do it in the admin area of your hosting account which would update the proper files on your server.
    You may also be able to do it manually, but the "how to" depends on the server type you are running.
    EDIT: I'd still suggest using a server script (like the PHP I linked to) because the look of a directory with browsing turned on is pretty ugly and can't be changes since it's not a page on your site. With the PHP I linked to, you could have an actual page for your links, complete with your site's design, that simply lists the files from the specified directory. It's very simple to set up if you have PHP on your server.

  • OS creating multiple user/library folders - need help

    My computer has decided on it's own to revert back to it's original default settings causing me to lose all the changes that I have made, as well as forcing me to redo the set-up procedures for Mail, Safari and other browsers and applications. This is happening every day after I log off. In looking around for answers I found that Home/User is creating multiple libraries as I keep resetting the computer. I now have 8 library folders all with different contents. I'm sure this is why the computer is reverting to default. Do I delete the extra folders? How do I know which is the one to keep? The one with the most items? I was poking around the apps and other sections, but I don't remember moving or changing anything. I will have to start over again tomorrow and I will then have 9 folders. I would really appreciate someone to help me out of this dilemma.
    iMac Intel   Mac OS X (10.4.9)   I have DSL and had a phone line repair shortly before the problem started

    It's the same with me. Just discovered, I have 15 additional users created. I'm most eager to learn why this is happening because I have not been able to 'auto login' using my own account.

  • How do I hide the parent folder of the user home folders in File Sharing?

    In 10.6 Server I would set the parent folder so that "Everyone" could not list folder contents, then set "Everyone else" read only.  This prevented the parent folder from showing up in the list of available Share Points and allowing users to see the list of home directories.
    In 10.8, this trick no longer seems to work.  No matter what I set the ACLs to, the folder always shows up as a share point in the connection window.  2014 is the folder I've set for the Home directories of our network users (and there will be 2 more for graduating years.)  I can set the ACL so if they attempt to mount it, it just spits out an error saying they can't view the contents, but that isn't reasonable.  I don't want it to show up at all.  The only thing the students should see is their home folder.  Nothing else.
    What can I do to make it so 2014 doesn't show up in the connection window?  2014 is the parent folder for the home directories, so it can't be unshared.

    This prevented the parent folder from showing up in the list of available Share Points and allowing users to see the list of home directories.
    That second sentence should read:
    This prevented the child folder (parent folder to the home directories) from showing up in the list of available Share Points and allowing users to see the list of home directories.

  • User Documents Folder Is Empty!!

    I created a new User account and wanted to utilize the Documents folder from my original account. I copied (option/drag) my User Documents folder (in the original account) to my User Public folder (also in the original account). I then copied (option/drag) the Documents folder from the Public Folder to the new account. When I looked in the new account Documents folder, it was empty, as was the copy in the Public folder as well as the original!! I've looked everywhere I can think of, but can't find the contents of the original folder. I've even searched for invisible items, but no luck. I'd appreciate any guidance you can give. Thanks.

    How did you search? Try using spotlight to see if you can uncover any items in your original Documents folder?

  • How can I share a folder between two users on the same mac?

    Hi all,
    I would like to share a folder between multiple users on the same macbook without having to transfer the folder to the Public/Shared folder.
    Is there not a way, using the the folders shared permissions, to allow shared folders from one user to be visible and usable by another user on the same mac without having to move the folder to a designated shared location?
    Regards,
    Caleb

    jrwood116 wrote:
    Thanks, but do you have to do that every time you share a folder?
    No, you just need to do it once and that's it. Anything that is in the Shared folder is accessible by all user accounts within the same Mac.
    jrwood116 wrote:
    I've read numerous 'how to share a folder' blogs and they just say it's as simple as clicking 'share' and allowing specific users to access it...none have mentioned this (not saying your advice is wrong at all, just don't get why no-one else has mentioned what appears to be a key step!)
    Can you give me an example of such a blog. I suspect you may have mis-understood what they were saying but if you can provide a link, I'll look at it.

  • How Can I Determine the Size of the 'My Documents' Folder for every user on a local machine using VBScript?

    Hello,
    I am at my wits end into this. Either I am doing it the wrong way or it is not possible.
    Let me explain. I need a vb script for the following scenario:
    1. The script is to run on multiple Windows 7 machines (32-Bit & 64-Bit alike).
    2. These are shared workstation i.e. different users login to these machines from time to time.
    3. The objective of this script is to traverse through each User Profile folder and get the size of the 'My Documents' folder within each User Profile folder. This information is to be written to a
    .CSV file located at C:\Temp directory on the machine.
    4. This script would be pushed to all workstations from SCCM. It would be configured to execute with
    System Rights
    I tried the script detailed at:
    http://blogs.technet.com/b/heyscriptingguy/archive/2005/03/31/how-can-i-determine-the-size-of-the-my-documents-folder.aspx 
    Const MY_DOCUMENTS = &H5&
    Set objFSO = CreateObject("Scripting.FileSystemObject")
    Set objShell = CreateObject("Shell.Application")
    Set objFolder = objShell.Namespace(MY_DOCUMENTS)
    Set objFolderItem = objFolder.Self
    strPath = objFolderItem.Path
    Set objFolder = objFSO.GetFolder(strPath)
    Wscript.Echo objFolder.Size
    The Wscript.Echo objFolder.Size command in the script at the above mentioned link returned the value as
    '0' (zero) for the current logged on user. Although the actual size was like 30 MB or so.
    I then tried the script at:
    http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Script/Q_27869829.html
    This script returns the correct value but only for the current logged-on user.
    Const blnShowErrors = False
    ' Set up filesystem object for usage
    Set objFSO = CreateObject("Scripting.FileSystemObject")
    Set objShell = CreateObject("WScript.Shell")
    ' Display desired folder sizes
    Wscript.Echo "MyDocuments : " & FormatSize(FindFiles(objFSO.GetFolder(objShell.SpecialFolders("MyDocuments"))))
    ' Recursively tally the size of all files under a folder
    ' Protect against folders or files that are not accessible
    Function FindFiles(objFolder)
    On Error Resume Next
    ' List files
    For Each objFile In objFolder.Files
    On Error Resume Next
    If Err.Number <> 0 Then ShowError "FindFiles:01", objFolder.Path
    On Error Resume Next
    FindFiles = FindFiles + objFile.Size
    If Err.Number <> 0 Then ShowError "FindFiles:02", objFile.Path
    Next
    If Err.Number = 0 Then
    ' Recursively drill down into subfolder
    For Each objSubFolder In objFolder.SubFolders
    On Error Resume Next
    If Err.Number <> 0 Then ShowError "FindFiles:04", objFolder.Path
    FindFiles = FindFiles + FindFiles(objSubFolder)
    If Err.Number <> 0 Then ShowError "FindFiles:05", objSubFolder.Path
    Next
    Else
    ShowError "FindFiles:03", objFolder.Path
    End If
    End Function
    ' Function to format a number into typical size scales
    Function FormatSize(iSize)
    aLabel = Array("bytes", "KB", "MB", "GB", "TB")
    For i = 0 to 4
    If iSize > 1024 Then iSize = iSize / 1024 Else Exit For End If
    Next
    FormatSize = Round(iSize, 2) & " " & aLabel(i)
    End Function
    Sub ShowError(strLocation, strMessage)
    If blnShowErrors Then
    WScript.StdErr.WriteLine "==> ERROR at [" & strLocation & "]"
    WScript.StdErr.WriteLine " Number:[" & Err.Number & "], Source:[" & Err.Source & "], Desc:[" & Err.Description & "]"
    WScript.StdErr.WriteLine " " & strMessage
    Err.Clear
    End If
    End Sub
    The only part pending, is to achieve this for the 'My Documents' folder within each User Profile folder.
    Is this possible?
    Please help.

    Here are a bunch of scripts to get folder size under all circumstances.  Take your pick.
    https://gallery.technet.microsoft.com/scriptcenter/site/search?query=get%20folder%20size&f%5B0%5D.Value=get%20folder%20size&f%5B0%5D.Type=SearchText&ac=2
    ¯\_(ツ)_/¯

  • Multiple users on home LAN sharing both the Music folder and library

    Hi there,
    I've been hunting around the web and not found anything that helps me with this specific situation though various articles come close but I've not actually succeeded yet, I was wondering if anyone can help.
    I have a Windows XP home PC, 2 user login profiles, both share the same music folder but have different librarys.Using Itunes 10.
    I've recently purchased a NAS, I have successfully moved the music folder to the NAS and now also have a netbook (windows 7) seeing the same music folder.
    What I want is to have any users/PCs to have the same music folder and the same library on Itunes.
    Where I come unstuck is the library as I want the library from the primary user on the PC to be the master, I want this located on the NAS and I want any machine/user to share this same library. I know it's the Itunes folder in My Music, I can easily move that but most forums suggest starting Itunes holding down shift andselecting a new library but I do not get this option.
    Instead, I go into the library options but the library command to compile (can't remember exactly that command) seems to retain the local library store.
    Is there a way I can just add my NAS located music folder and point Itunes to a different itunes folder for the library?
    Separately, I'd like to know if there is an option to keep a local copy of the music and photos folders, I'd like the netbook to be able to this as a backup of the NAS.
    Really appreciate any help on this.
    Thanks.

    It is not really practical for multiple users on different PCs to use the same library database. This is because the iTunes database is not multiuser, the can however share the same content files.
    So each PC will need it's own library database (iTunes Library.itl) which in this case is best located on the users own PC.
    Utilities such as Tune ranger can keep libraries in sync:
    http://www.acertant.com/web/tuneranger/
    For backup, some people find synctoy a free utility from Microsoft works for them.
    http://www.microsoft.com/downloads/en/details.aspx?FamilyID=c26efa36-98e0-4ee9-a 7c5-98d0592d8c52

  • Multiple users working in the same document and same time.

    Hello Guys,
    and thanks for looking into this
    At our company we're still in doubt wether or not to update our software to CC or just update to CS6. Currently we all have different versions (going from CS3 to CS5), and that's really time-consuming.
    The most important question would be if it is possible in the CC to work in the same file at the same time.
    Working on magazines, catalogues or books this would be a major time-saving option!
    For example I could work on chapter 1 and 6, whilst my collegues are working on the other chapters.
    The other users could then see how far I am on my chapters, change things (make notes) etc.
    Is this possible in CC or not?
    Thanks for your answers and time.
    Best regards,
    Sam
    PS: If there are major setbacks working on the cloud (between multiple users/computers) please let us know.

    Let me attempt an answer.
    Short answer, no. Multiple users cannot edit a the same file at the same time.
    You'll need a content management system, to enable check in/check out, prevent overwrites etc. But (there's always a but), Creative Cloud offers several workflows and tools that can be used to help streamline multi-user publication workflows.
    Using Creative Cloud will ensure that all users will be on the same version of the software, and there won't be any accidental lockouts due to format changes, and no need to run arounf to get the document downsaved. All users also have access to the latest features as soon as they become availble.
    For products, such as books and magazines: InDesign needs to be the primary software that you use. When you design the content architecture of your publication, you can employ the following techniques and tools:
    Break up your publications into several INDD files, let's say for file for each story.
    Compile the individual files into an InDesign book.
    Link Ps and Ai or other files when you place them in the InDesign layout. That way whenever a designer updates an asset, InDesign will notify you that a linked file has changed and you can choose to update the link.
    InCopy was recently added to the Creative Cloud. Authors can can edit stories without actually having to open the InDesign files. For details see the InCopy help. InCopy has several workflows that can help out in this kind of setup.
    Other than the Creative Cloud apps, you'll also need to setup folder and directory structures on the shared storage location.
    Setup a shared location/drive so that all users have access to the linked files.
    Control read/write access to individual files using the OS commands on the file directory/server. For example, Layout designers only have edit permissions on the layout (indd files); while Photographers can only edit .psd files, and so on. For small teams this might not be necessary, but for larger teams this may help.
    You could also consider storing your files using a Content Management System. You'll need to evaluate the cost and benefits properly.
    Hope this helps.

  • Multiple Users CANNOT access folders

    I recently created multiple users on my IMAC G4 (10.3.9). The additional users CAN access applications when logged in to their individual accounts. They CANNOT create new folders or access USB drives. The new folder command is dimmed. Recommendations?
    Thanks!

    Hi Appleallie, and a warm welcome to the forums!
    From the Account that can, in the Finder, do a Get info on the places/locations/drives that the others cannot access/ create in, report the 3 Permissions at the bottom.

Maybe you are looking for

  • MacBook Pro can no longer see the hard drive

    I've got a MacBook Pro Core 2 Duo, 15-inch. Okay, so I was chasing the nazis out of North Africa in Call of Duty 2 when the game froze. Command-Option-Escape was unresponsive, so I held down the power button to shut the whole thing down. When I broug

  • No MDS particion in BPM 11g

    No MDS particion in BPM 11g I have run RCU 11.1.1.2.1, installed Oracle XE 10, installed WLS 10.3.3, installed SOA Suite 11.1.1.2.0 installed JDeveloper 11g 11.1.1.3.0 When i try to choose MDS particion, in JDeveloper there is no MDS particion to con

  • How to integrate 3D visual viewer with agentry android client

    Dear experts, I am working on SAP Work Manager 6.2,  integrating 3D visual viewer with agentry android client.      - 3D Visualization is working with my WPF client      - 3D Visualization is failing with my Android client (see below)      - GIS is w

  • Creating developer users in SOA

    Hello Can someone please reference me to a good link, book or whatever that discusses security in SOA? We are using SOA 11.1.1.7 with BPM, BPEL, BAM and OSB. I am having a hard time finding information on this topic and I don't want to give out the W

  • Can't see IMAP log in Server Admin

    For some reason, when I click on the IMAP log in Server Admin, it's just empty. Anyone know how I can get it back? Where is the actual log so it can be viewed in the console?