Shared folders on accounts

I am looking for a good way to list accounts in our GroupWise system that has shared folders under it. We have allot of accounts that are no longer around and want to remove them, but first want to make sure there aren't shared folders tied to them. Once I can list out the accounts that have shared folders, we can decide if they still used or not and go from there. Looking for suggestions on best way to attack this issue.

Originally Posted by jlewter
I am looking for a good way to list accounts in our GroupWise system that has shared folders under it. We have allot of accounts that are no longer around and want to remove them, but first want to make sure there aren't shared folders tied to them. Once I can list out the accounts that have shared folders, we can decide if they still used or not and go from there. Looking for suggestions on best way to attack this issue.
This can be done with the GroupWise object API and VBScript. This code when run using cscript.exe will list the shared and with which they are shared for the currently logged in GroupWise account. I have not tested this using GroupWise 2012 but it works well with GroupWise 8.x.
listFolders.vbs
option explicit
dim GWApplication
dim GWAccount
set GWApplication = CreateObject("NovellGroupwareSession")
set GWAccount = GWApplication.Login()
WalkFolders GWAccount.RootFolder, ""
set GWAccount = Nothing
sub WalkFolders (Folder, PathName)
dim i
if Folder.Folders.Count > 0 then
for i = 1 to Folder.Folders.Count
wscript.echo PathName & "/" & Folder.Folders.Item(i).name
walkFolders Folder.Folders.Item(i), PathName & "/" & Folder.Folders.Item(i).namenextend if
end sub
The output is comma separated value and can be redirected into a file which can be imported into a spreadsheet or database for analysis and reporting.
Iterating through multiple users is done using a trusted application key and the multilogin method. If there is interest I can post sample code.

Similar Messages

  • Sharing folders between accounts

    How do I share a folder between accounts in the same iMac without having to move the original folders to public folders or without having to connect via AFP/SMB? I want another user to log in to his account and being able to see a shared folder in his desktop.

    FIrstly create a folder in the root of you hard drive (generally Macintosh HD is the name of the system drive so you would double click on Macintosh HD then hold control on your keyboard and click within the White space in the window and you should see the option to create a new folder once you select new folder give it a name I would call it share but the name can be anything) once that's done again hold control on the keyboard then click on your new folder and you should see the option for get info click on that and than click on the arrow next to sharing and permissions and then click on the padlock and enter your admin password to unlock it after that click the plus button and add the users you want the folder shared with and then make sure each user has read write permission and then click on the aarow pointing down and select apply to enclosed items and that should be it ( you don't have to place the new folder in the root of the hard drive but if you place it anywhere within your home folder it will most likely cause issues somewhere down the line) the other option you have is to section off a part of your hard drive to use for data using a process called partitioning but i would recommend just to create a folder as partitioning can have undesirable results such as data loss and issues booting your Mac hope this helps

  • Sharing Folders Between Accounts - Advice Needed

    Looking for advice. I am running 10.5.2 on a MacPro and have several people on my network logging in to a Standard User Account.
    These users need to read and write files in the Documents folder but I do not want them to have the ability to delete or move to the trash.
    If I create the Files and Folders in the Admin Account and then share them to the Standard Account, would this accomplish what I need to do?
    I know that in any User Account you can not prohibit people from deleting (both in Admin and Standard).
    Any ideas here or would we need 10.5 Server to prohibit deletion?
    Thanks

    You can do this by adding an ACE to your Documents folder as follows.
    run this in terminal:
    *chmod +a "username deny delete_child" ~/Documents*
    This command will prohibit user username from deleteing anything in your Documents folder. You can use group name instead of the user name.
    For example
    *chmod +a "admin deny delete_child" ~/Documents*
    or simply say
    *chmod +a "everyone deny delete_child" ~/Documents*
    which will require an admin password to delete anything from ~/Documents for everyone (including yourself).
    You can make this command recursive by adding -R option:
    *chmod +a -R "username deny delete_child" ~/Documents*
    However, if afterwards someone creates a new directory in ~/Documents, files from that directory will be deletable unless you run the command again.
    There might be an ACE which will protect all future subdirectories but I can't figure it out.

  • Shared Folders - User Accounts

    HELP! I was having some problems with some software so Apple support had me create a new User profile (testing) and put my files into a shared folder. I signed on with the new User account (testing) and the software worked. But then I realized that I didn't have permissions for some of my files in the Shared folder. So I deleted the Testing user account. I signed back in as myself (administrator) account, but now my files are gone. Is there any way to get them back?

    Do you have backups?

  • Proper way to delete 10.5 mail accounts and shared folders

    I have always used the procedure written by Ben Masters that is available at topicdesk.com for my 10.4 servers, but I have a 10.5.8 server that needs some spring cleaning and I am wondering if this is safe for a 10.5.8 box as well?
    I also have several Shared Folders that are the same on all users of my mail server that I didn't put there. 1. How do these get there. 2. How do I delete them. 3. How do I set these up for a client if requested.
    Thanks for your help in Advance.

    Yes, this will work on 10.5.x as well. Although using SirAdmin is much easier.
    SirAdmin can also be used to manage Shared Folders.

  • What happens to shared folders/mail when I disable/remove a mailbox in Exch2010 and which is better to get space back?

    We have a number of old mailboxes taking up room.  The users are long gone and I looked into removing them.  The clients of these users have been moved to others.  The users had shared folders that held this info.  I have a few questions
    about the removal.
    1. Is there a difference in time before space is given back if I disable versus remove the user in EMC?
    2. If an ex-employee had folders that others are sharing, what happens when I do the remove/disable?  Will the folders still be out there on the people who had it shared or will it vanish from them too?
    Thanks for your help.

    "Best practice" is going to be defined by each company.  I worked for Microsoft for 13.5 years, assisting over 100 large companies deploy either Windows or Exchange, and none had the same definition for their "best practice". 
    If you need access to a mailbox for a time period, you figure out a way to keep it.  If you want any terminated employee's mailbox gone tomorrow, it is gone tomorrow.
    I am a fan of having some sort of process that runs periodically to clear out unnecessary mailboxes and accounts, but if there are business reasons for keeping them around, that needs to be defined into the process.  In my current company, terminated
    accounts are kept for 30 days, mailbox included.  We give mailbox access to a different employee if required and tell them that if they need anything, they need to pull it into their own mailbox.  Then, when the account disappears, the mailbox goes
    into the dumpster.  So, if someone forgot to pull a message, they tell their boss and live with the consequences.
    But again, that's just another example of how it might be handled.  You get to define what will work for you, including pulling your business units in to help with the definition.

  • Sharing folders for 2 users on the same mac

    Hey
    I have a Vista Virtual Machine (VM) created in VMware fusion and it is stored on a partition on my Bay 2 HDD in my mac pro. it all runs fine when i log in since i am the admin on the box.
    I created a Standard user account for my wife. I want my wife to open up VMware Fusion and launch the Vista VM as she pleases to do her work under her account. So i went to sharing in system preferances and selected the folder that contains the VM in "Shared folders" and under "Users" i gave her account read & write permissions. When i log in as my wife and try to launch the VM it says she does not have permissions. I can browse to the folder without any issues. I get the same message if i were to double click the VM also.
    I then logged in as the admin and gave her account admin privileges to see if that will fix the issue. when i log in under her account i still get don't have permissions. If she has admin privileges should't she able to have access to any folder on my mac?
    The goal is to leave my VM on my Bay2 HDD and have both of us launch Vista VM using VMware fusion successfully from this location under both our accounts
    What am i doing wrong here?
    Thanks
    Rpk

    Admin permissions does not give you blanket rights to any file. It only gives you the ability to give yourself permission to access a file.
    doogald is correct to observe that you have to give your wife permission to read and write to the files inside the folder, and not just read and write permissions on the folder itself. In addition, if your wife doesn't have at least read permission on the folders in which the VM folder is contained, all the way up to the root folder, then she may continue to have problems.
    If VM Fusion will allow this, it might be best to move the folder which contains the VM to /Users/Shared. You will still need to ensure that your wife has read and write permission for the folder +and its contents+ but the purpose of /Users/Shared is to share files and folders. This way you won't need to manipulate your permissions beyond making sure the shared folders and files themselves are read-writable by you and your wife.

  • Shared folders (Windows file shares) show access denied and do not prompt for credentials

    Scenario:
    Like other admins, I log on and work as a 'standard user' (usera) with no admin rights anywhere in the domain, to perform admin tasks I have another account (userb) which I authenticate with as and when required. userb has been allocated/delegated permissions
    as required.
    Problem: 
    When trying to connect to shared folders on servers (2008 R2) using a UNC patch via Windows Explorer (Win 7 Ent.), I see an access denied error and do not get an option to supply alternative credentials.
    If I try to connect to the admin shares on the same server (\\server\C$ or \\server\e$) I get an access denied message AND get prompted for credentials. I supply my admin account and gain access as expected.
    If I check share and storage management when attempting to connect, I see that Windows is trying to connect me to each share as usera (which has no access). I understand why I get access denied at this point, but not why it can't just prompt me to supply an
    account that does have access. When trying the admin shares I also see the usera account, but I get a prompt to supply a user who does have access.
    Share permissions on the folders are for example 'Everyone' Full Control.  NTFS permissions are 'userb' has modify (read, execute, list, traverse etc) via a 'Server Admins' AD Universal security group.
    Note: If I do a NET USE from CMD and use the /USER switch, I can access the shares fine. But this is not great for accessing shared folders on the fly from various computers.
    How can I get the other shares on the server to prompt me, rather than just say access denied?
    Many thanks.

    Try to disable guest user from the server
    If you found this post helpful, please give it a "Helpful" vote. If it answered your question, remember to mark it as an "Answer". This posting is provided "AS IS" with no warranties and confers no rights! Always test ANY
    suggestion in a test environment before implementing!

  • Cannot open files created in shared folders by Windows 7

    Hi.
    I've been having issues with my shared folders.
    My scenario is that I primarily work on my Windows 7 machine and save a copy on my MacBook so I can work on the same file when I'm out and about. I have no issue saving the files, or even browsing the shared folders on my MacBook. I can create, edit, save and delete files in the shared folder from my Windows machine without problem. The issue is that I'm unable to open any of the files created by Windows on my MacBook; it shows a prompt saying "You do not have permission to open document (filename)." I can't even see the thumbnails of image files created by Windows.
    On the MacBook there is only one Standard user account which I use to login, and one Sharing Only account which I use to connect from the Windows machine with Read/Write permissions granted on my shared folders. The WINS workgroup has also been set to the same value as on the Windows machine.
    I am able to move the files to Trash, but that's all I can do to them, which defeats the entire purpose of me having a portable computer. My shared folders were setup when I was still on Snow Leopard and had no issues before.
    It's a hassle to have to bring a USB drive around to my meetings, and I'm completely clueless on what actions I must take to rectify this issue. Anyone out there ever have this issue? Any and all help is appreciated.
    Thanks.

    CR 8.5 is not supported on 64 bit OS's or ANY Terminal Servers.
    The location for 32 bit applications on a 64 bit OS is \windows\syswow64.
    Good luck
    Don

  • [SOLVED] Samba: Can browse shared folders, but can't open files

    Hi all, I've been using Samba to share some folders from my Arch box over the local network, and have not had any issues until just now. As the title says, I am able to browse (via Samba, both on a different device and from the Arch box itself) the folders being shared as well as see their contents, but trying to open a file fails, as does attempting to create a file in one of the shared folders. Accessing the files from the computer itself directly (not via Samba) works fine.
    The error given by Thunar when trying to create a file is simply:
    Failed to create empty file "test file".
    Invalid argument.
    Trying to read a file results in the same "invalid argument" error being given by the app that should open the file.
    I've removed Samba and reinstalled, following the steps on the wiki to get it set up. Still have the issue.
    Further, I only seem to be able to add shares via the smb.conf file - previously I was able to share folders via Thunar or the net usershare command, but now those also give an error:
    $ net usershare add tmp /tmp "tmp" everyone:F guest_ok=y
    net usershare add: cannot convert name "everyone" to a SID. Undetermined error.
    Any ideas on what could be causing the problems would be greatly appreciated!
    edit: my smb.conf file:
    # This is the main Samba configuration file. You should read the
    # smb.conf(5) manual page in order to understand the options listed
    # here. Samba has a huge number of configurable options (perhaps too
    # many!) most of which are not shown in this example
    # Any line which starts with a ; (semi-colon) or a # (hash)
    # is a comment and is ignored. In this example we will use a #
    # for commentry and a ; for parts of the config file that you
    # may wish to enable
    # NOTE: Whenever you modify this file you should run the command "testparm"
    # to check that you have not made any basic syntactic errors.
    #======================= Global Settings =====================================
    [global]
    usershare path = /var/lib/samba/usershare
    usershare max shares = 100
    usershare allow guests = yes
    usershare owner only = False
    # workgroup = NT-Domain-Name or Workgroup-Name
    workgroup = WORKGROUP
    # server string is the equivalent of the NT Description field
    server string = archpc
    # This option is important for security. It allows you to restrict
    # connections to machines which are on your local network. The
    # following example restricts access to two C class networks and
    # the "loopback" interface. For more examples of the syntax see
    # the smb.conf man page
    ; hosts allow = 192.168.1. 192.168.2. 127.
    # if you want to automatically load your printer list rather
    # than setting them up individually then you'll need this
    printcap name = /etc/printcap
    load printers = yes
    # It should not be necessary to spell out the print system type unless
    # yours is non-standard. Currently supported print systems include:
    # bsd, sysv, plp, lprng, aix, hpux, qnx
    ; printing = bsd
    # Uncomment this if you want a guest account, you must add this to /etc/passwd
    # otherwise the user "nobody" is used
    ; guest account = pcguest
    # this tells Samba to use a separate log file for each machine
    # that connects
    log file = /var/log/samba/%m.log
    # Put a capping on the size of the log files (in Kb).
    max log size = 50
    # Security mode. Most people will want user level security. See
    # security_level.txt for details.
    security = user
    # Use password server option only with security = server
    ; password server = <NT-Server-Name>
    # Password Level allows matching of _n_ characters of the password for
    # all combinations of upper and lower case.
    ; username level = 8
    # You may wish to use password encryption. Please read
    # ENCRYPTION.txt, Win95.txt and WinNT.txt in the Samba documentation.
    # Do not enable this option unless you have read those documents
    ; encrypt passwords = yes
    ; smb passwd file = /etc/samba/smbpasswd
    # The following are needed to allow password changing from Windows to
    # update the Linux sytsem password also.
    # NOTE: Use these with 'encrypt passwords' and 'smb passwd file' above.
    # NOTE2: You do NOT need these to allow workstations to change only
    # the encrypted SMB passwords. They allow the Unix password
    # to be kept in sync with the SMB password.
    ; unix password sync = Yes
    ; passwd program = /usr/bin/passwd %u
    ; passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n *passwd:*all*authentication*tokens*updated*successfully*
    # Unix users can map to different SMB User names
    ; username map = /etc/samba/smbusers
    # Using the following line enables you to customise your configuration
    # on a per machine basis. The %m gets replaced with the netbios name
    # of the machine that is connecting
    ; include = /etc/samba/smb.conf.%m
    # Configure Samba to use multiple interfaces
    # If you have multiple network interfaces then you must list them
    # here. See the man page for details.
    ; interfaces = 192.168.12.2/24 192.168.13.2/24
    # Configure remote browse list synchronisation here
    # request announcement to, or browse list sync from:
    # a specific host or from / to a whole subnet (see below)
    ; remote browse sync = 192.168.3.25 192.168.5.255
    # Cause this host to announce itself to local subnets here
    ; remote announce = 192.168.1.255 192.168.2.44
    # Browser Control Options:
    # set local master to no if you don't want Samba to become a master
    # browser on your network. Otherwise the normal election rules apply
    ; local master = no
    # OS Level determines the precedence of this server in master browser
    # elections. The default value should be reasonable
    ; os level = 33
    # Domain Master specifies Samba to be the Domain Master Browser. This
    # allows Samba to collate browse lists between subnets. Don't use this
    # if you already have a Windows NT domain controller doing this job
    ; domain master = yes
    # Preferred Master causes Samba to force a local browser election on startup
    # and gives it a slightly higher chance of winning the election
    ; preferred master = yes
    # Use only if you have an NT server on your network that has been
    # configured at install time to be a primary domain controller.
    ; domain controller = <NT-Domain-Controller-SMBName>
    # Enable this if you want Samba to be a domain logon server for
    # Windows95 workstations.
    ; domain logons = yes
    # if you enable domain logons then you may want a per-machine or
    # per user logon script
    # run a specific logon batch file per workstation (machine)
    ; logon script = %m.bat
    # run a specific logon batch file per username
    ; logon script = %U.bat
    # Where to store roving profiles (only for Win95 and WinNT)
    # %L substitutes for this servers netbios name, %U is username
    # You must uncomment the [Profiles] share below
    ; logon path = \\%L\Profiles\%U
    # All NetBIOS names must be resolved to IP Addresses
    # 'Name Resolve Order' allows the named resolution mechanism to be specified
    # the default order is "host lmhosts wins bcast". "host" means use the unix
    # system gethostbyname() function call that will use either /etc/hosts OR
    # DNS or NIS depending on the settings of /etc/host.config, /etc/nsswitch.conf
    # and the /etc/resolv.conf file. "host" therefore is system configuration
    # dependant. This parameter is most often of use to prevent DNS lookups
    # in order to resolve NetBIOS names to IP Addresses. Use with care!
    # The example below excludes use of name resolution for machines that are NOT
    # on the local network segment
    # - OR - are not deliberately to be known via lmhosts or via WINS.
    ; name resolve order = wins lmhosts bcast
    # Windows Internet Name Serving Support Section:
    # WINS Support - Tells the NMBD component of Samba to enable it's WINS Server
    ; wins support = yes
    # WINS Server - Tells the NMBD components of Samba to be a WINS Client
    # Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
    ; wins server = w.x.y.z
    # WINS Proxy - Tells Samba to answer name resolution queries on
    # behalf of a non WINS capable client, for this to work there must be
    # at least one WINS Server on the network. The default is NO.
    ; wins proxy = yes
    # DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names
    # via DNS nslookups. The built-in default for versions 1.9.17 is yes,
    # this has been changed in version 1.9.18 to no.
    dns proxy = no
    # Case Preservation can be handy - system default is _no_
    # NOTE: These can be set on a per share basis
    ; preserve case = no
    ; short preserve case = no
    # Default case is normally upper case for all DOS files
    ; default case = lower
    # Be very careful with case sensitivity - it can break things!
    ; case sensitive = no
    #============================ Share Definitions ==============================
    [homes]
    ; comment = Home Directories
    ; browseable = no
    ; writable = yes
    # Un-comment the following and create the netlogon directory for Domain Logons
    ; [netlogon]
    ; comment = Network Logon Service
    ; path = /home/netlogon
    ; guest ok = yes
    ; writable = no
    ; share modes = no
    # Un-comment the following to provide a specific roving profile share
    # the default is to use the user's home directory
    ;[Profiles]
    ; path = /home/profiles
    ; browseable = no
    ; guest ok = yes
    # NOTE: If you have a BSD-style print system there is no need to
    # specifically define each individual printer
    [printers]
    comment = All Printers
    path = /var/spool/samba
    browseable = no
    # Set public = yes to allow user 'guest account' to print
    guest ok = no
    writable = no
    printable = yes
    # This one is useful for people to share files
    [tmp]
    comment = Temporary file space
    path = /tmp
    read only = no
    public = yes
    writable = yes
    # A publicly accessible directory, but read only, except for people in
    # the "staff" group
    ;[public]
    ; comment = Public Stuff
    ; path = /home/samba
    ; public = yes
    ; read only = yes
    ; write list = @staff
    # Other examples.
    # A private printer, usable only by fred. Spool data will be placed in fred's
    # home directory. Note that fred must have write access to the spool directory,
    # wherever it is.
    ;[fredsprn]
    ; comment = Fred's Printer
    ; valid users = fred
    ; path = /homes/fred
    ; printer = freds_printer
    ; public = no
    ; writable = no
    ; printable = yes
    # A private directory, usable only by fred. Note that fred requires write
    # access to the directory.
    ;[fredsdir]
    ; comment = Fred's Service
    ; path = /usr/somewhere/private
    ; valid users = fred
    ; public = no
    ; writable = yes
    ; printable = no
    # a service which has a different directory for each machine that connects
    # this allows you to tailor configurations to incoming machines. You could
    # also use the %u option to tailor it by user name.
    # The %m gets replaced with the machine name that is connecting.
    ;[pchome]
    ; comment = PC Directories
    ; path = /usr/pc/%m
    ; public = no
    ; writable = yes
    # A publicly accessible directory, read/write to all users. Note that all files
    # created in the directory by users will be owned by the default user, so
    # any user with access can delete any other user's files. Obviously this
    # directory must be writable by the default user. Another user could of course
    # be specified, in which case all files would be owned by that user instead.
    ;[public]
    ; path = /usr/somewhere/else/public
    ; public = yes
    ; only guest = yes
    ; writable = yes
    ; printable = no
    # The following two entries demonstrate how to share a directory so that two
    # users can place files there that will be owned by the specific users. In this
    # setup, the directory should be writable by both users and should have the
    # sticky bit set on it to prevent abuse. Obviously this could be extended to
    # as many users as required.
    ;[myshare]
    ; comment = Mary's and Fred's stuff
    ; path = /usr/somewhere/shared
    ; valid users = mary fred
    ; public = no
    ; writable = yes
    ; printable = no
    ; create mask = 0765
    Last edited by m00se (2014-05-26 11:35:28)

    It seems your Samba is denying access to these files & dirs. My best guess would be that either the Samba user is not allowed to write (and read) those (in which case you'd have to modify the permissions accordingly) or Samba sets, when the share is mounted, the permissions such that your user is not allowed to read and write (you may in this case try to just set permissions for you to allow you what you want to do; or use "create mask" or "directory mask" or "writable" in your samba config. ).
    Also, what do the logs say about this? According to your samba conf they are in /var/log/samba/%m.log where %m is the hostname or IP.

  • Sharing Folders in Adobe Creative Cloud

    How do you share a folder on the Adobe Creative Cloud?  There are several references in the knowledge base about this functionality being available with the June 17 CC update.  I am unable to find a post about this issue after this date.  Am still unable to find a way to share a folder in a web browser.  The CC desktop app still says "coming soon".  BeHance is not an option here.
    or
    are you suggesting everyone out here set up a DropBox account?

    Hi Hokanator,
    Unfortunately the folder sharing option is still not available via Creative Cloud however we already have the next batch lined up and you will be seeing the following new features and functionality as soon as they are ready:
    File syncing on the desktop, including file versioning and private folder sharing. Customers may continue to upload and share files via the browser, with desktop functionality and more features coming soon. Private folders will let you share just the files you want in the cloud, and with versioning, every layer will be maintained and past versions will be saved. Comments on versions and invitations to join shared folders will appear in your activity stream in the Creative Cloud desktop app.
    Regards,
    Romit Sinha

  • Cannot access shared folders anymore....

    Hi,
    We have a naughty problem at the office for accessing shared folders .
    We use G5 Xserve + Xraid serving home access to 12 macs.
    Our problem started when we updated all machines to 10.5.2 (nor did we have a problem with 10.5.1 or with 10.5.0).
    All machines login correctly, fetch their folders with their home accesses located in the Xserve, as allways did, BUT :
    ·Almost all the machines running Leopard (except two) CANNOT access shared items. They get Error -5002
    ·The old machines running Tiger (G3 Imac's) acess shared items without problem.
    So after many weeks doing multiple tests, we got the following conclusions:
    ·Problem is not server related.
    ·Problem si related to Leopard clients , although not in all
    ·Problem is not related to the machine, but with the account (accounts that can access shared items do it on any machine, and accounts that can't, don't do it on any machine)
    ·It seems that the trouble is related somewhat with Kerberos authentication, but it's not related to tickets (renewing them is no use)
    ·If we create new account with new name, it can access shared items
    ·If we create new account with same name that of the faulty one (renaming the later), it CANNOT access shared items.
    We have got a problem in the office, and no clue of solving it.... Have read all over apple discussions over the internet, and although some people have similar issues, they are not as close as ours....
    And none of the solutions proposed have solved the problem.
    Any ideas would be greatly appreciated, cause we are starting to get desperate
    Thanks everyone.

    new update:
    we are able to connect to remote shared folders with a different remote server (dual G4) from every machine
    machines who can connect to local server are INTELs, the one who can't are PPCs
    makes any sense to anyone?¿

  • 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

  • How do I make Outlook 2010 shared folders sync immediately?

    Dear microsoft community,
    I have shared folders with a lot of collegues, where we receive mails, which we frequently access and process. A problem we have though, is that the mails that e.g. I access, do not turn up as "read" for my collegues. They still show as unread.
    Is there a way that this could be sync´ed realtime?
    Thank you in advance,
    Oskar.

    Hi,
    The users may have downloaded the shared folders in Outlook, this is kind of like Cached Exchange Mode & Online Mode, if we switch to "Online" it will be more "realtime".
    Check the following setting:
    File -> Account Settings -> Account Settings -> Double click on the Exchange account name -> More Settings -> Advanced tab -> Untick the checkbox of "Download shared folders" -> OK.
    This will abandon shared folders cache and should improve the performance in your scenario.
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Best place to put shared folders

    Switching from pc to mac. In windows you have a "shared folders" folder for all accounts and under each account a public shared folder. Where would I put the "shared folders" folder? at the HD root?

    I usually recommend the bootdrive -> Users ->Shared folder.

Maybe you are looking for

  • Can't install Windows 7 using Boot Camp

    Hi, I need some help here, I'm trying to install Windows 7 on my MacBook Pro (bought late 2012) using Boot Camp. I first open BC, click on the "Creat and Installation disk" and "Download software" optionsI used an ISO downloaded from the MS site (SW_

  • Are you obsessed with video? If so, I want to hear your story.

    As a storyteller, I'm always on the hunt for people who have a compelling story to tell. During the course of the year, I talk to hundreds of reporters and bloggers who are looking for folks who are passionate about technology. In this case, the tech

  • Customer Stock / Consignment Stock

    Hello, My customer wishes to handle stock for its customer. We don't want to generate any financial posting at all since the cost of good sold has already been triggered at the HQ level. We just want to use SBO as a stock management tool (stock in /

  • Will blink pro run with windows 8?

    I have installed Blink Lite on my windows 8 Acer. I want to upgrade to Pro, but need to be sure it will work, and find out the cost. I have been checking many Internet sites but either they time out, or do not have the information I need. If anyone k

  • Why New-SPConfigurationDatabase and other commands are not recognized?

    Hello Community     In Sharepoint 2013 Server I am an Administrator and in SQL Server 2012 I am a securityadmin, db_owner and sysadmin.  In the I am also a domain user and domain administrator.     Below is what is returned from the Powershell comman