Getting default Public Folder names again

I just installed Leopard and updated to 10.5.4. I set up two users both as Admins. When I set up File Sharing, both user's public folders, were already installed, and were named "[username]'s Public Folder". This was great as they both showed up with their different respective names when accessed.
I then changed the User Names of both Admin accounts. The second user Admin account automatically changed the Public Folder's name (in the file sharing section), to match the new User Name but the first Admin account did not, retaining the original User Name I had given the main Admin account. Trying in vain to get it to change to match, (you can't rename the public folder there), I removed it from the shared folder field and added it back. While successful, it now only has the name "Public" rather than "[username]'s Public Folder".
Can anyone help me get the original OS default name back again?

I see. as I said I don't know how to do it properly but you can try the follwoing (admittedly clumsy) workaround.
Rename your public folder. It's not quite easy to do actually because that folder is protected by a deny delete ACL and you won't be able to rename it without some extra work.
First run the following command in terminal ( from the same account as that Public folder) to remove the ACL.
chmod -N ~/Public
You can now rename it as you like. Let's say you call it
Joe's Public folder
(or whatever). You can put the deny delete ACL back if you want to protect that folder from accidental deletion as it was by default. to do that run the following terminal command
chmod +a "everyone deny delete" ~/"Joe's Public folder"
keep the quotes in the command. I'm not sure if there is any downside to doing this. It might be that the name of the Public folder is hard coded somewhere and renaming it will have some unintended consequences. I tested it on one of my accounts and everything seems to work fine there but something might still come up later. If it does you can always rename the folder back to Public.

Similar Messages

  • Changing the Public Folder name or owner's name of a MacBook running 10.5

    Hi
    Does anyone know how or if, I can change the name of my Public Folder or alternatively change my MacBook's owner name?
    It seems crazy that after years of releasing software Apple would default a folder name to the full name of the owner with no shortname option and not warn you that the name you use would become a long winded folder name.
    Thanks
    John

    Hi,
    To change the name of your computer just open System Preferences from the Applications folder and click on sharing.
    Click on the lock in the bottom left corner of the window if it is locked. At the top of the window there is a box with the computer name in it, just change this to what you want.
    I would advise against changing the name of the Public folder but if you don't want it to be viewable on the local network click on it and press command + i, under the general tab you can untick the shared folder option. You can then create another folder within your home directory (name it anything you want) and bring up the get info window and select the shared folder option.
    Hope this helps
    J.C

  • Get the root folder name once user will upload any files to subfolder with in this root folder using sharepoint designer WF??

    Hi,
    How to get the root folder name using sharepoint designer WF? i have a document library with root folders and subfolders. so i am trying to get the root specific root folder name attaching with email once user will
    upload any files to subfolders within that root folder.
    Thanks in advanced!

    Hi,
    According to your description, you might want to get the root folder name in SharePoint Designer Workflow when there is file uploading.
    The “Path” field of the current item holds the relative path of a file, as a workaround, you can retrieve the value of the “Path” as string, then split the string
    value with a delimiter character of “/” to meet your requirement.
    In SharePoint Designer 2010, there is no OOTB action to split the string. You can use the custom workflow actions below to achieve it.
    Here is a link about the related actions I use in this scenario:
    https://spdwfstringactions.codeplex.com/
    Settings of workflow as below:
    It works well in my environment:
    Best regards
    Patrick Liang
    TechNet Community Support

  • 2010 - 2013 Migration of Public Folders blank spaces in Public Folder names

    So I found the problem that I was running into with this thread:
    http://social.technet.microsoft.com/Forums/en-US/466106c8-33a4-4474-83eb-2f6451e0d4eb/2010-2013-public-folder-migration-failed-property-expression-isnt-valid?forum=exchangesvrdeploy , however the question I have is a bulk solution for this problem.
    The customer I am working with has just shy of 200GB of Public Folder items with many, well organized public folders that they have been using for many years. I am trying to finish up their migration to 2013 and the solution of ADSI Edit removing blank spaces
    is not going to be a good option, it would add days to the migration and many hours of labor.
    What I am looking for is to see if there is a way to remove these spaces in a bulk or automated fashion. It may be asking a lot but it will save MUCH time and effort. If there is anyone that has any ideas I would love to hear them.
    Thanks,
    Joe

    I ended up opening a support case with MS to resolve this issue. The issue took us through a few different things, on our Get-PublicFolders we had to add the -ResultSize Unlimited flag. He had a modified script that enumerated all of the special characters
    and performed a replace like the script in the prior link had performed.
    From there we also had another issue with trailing blank characters. For that we had a three step process.
    1. Get the list of Public Folders that were Mail Enabled
    2. Disable Mail for all Public Folders
    3. Enable Mail flow to the above Public Folders that had mail flow going to them.
    Finally I was able to get the public folders to migrate.

  • Get default printer share name

    Can someone give a code snippet of how to get the default printer share name?
    I'm able to get the printer name with the following but can't get the share name.
        private void listClientPrinters(PrintService[] pServers) {
            for (int i = 0; i < pServers.length; i++) {
                javax.print.PrintService ps = pServers;
    write_message("Client Printer "+i+": "+ps.getName());
    }Thanks,                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    hi,
    Please refer the code elow..u should be able to crack this roblem..
      data: l_usr01 like usr01.
      CALL FUNCTION 'GET_PRINT_PARAM'
        EXPORTING
          I_BNAME = sy-uname
        IMPORTING
          E_USR01 = l_usr01.
      output_options-TDARMOD = '1'.
      output_options-TDDEST = l_usr01-spld.
      output_options-TDRECEIVER = sy-uname.
      output_options-TDCOPIES = '1'.
      output_options-TDIMMED ='X'.
      output_options-TDDELETE = 'X'.
      output_options-TDLIFETIME = 0.
      output_options-tdnoprev = 'X'.
      output_options-tdnoprint = space.
      output_options-tddelete = 'X'.
    Please, assign points, if u have found it useful..
    Thanks,
    Nivin

  • How to get default SMTP server name

    Hi,
    I want to know the name default SMTP server configured in machine. How i can get this through my java code.
    Help me on this

    You can find STMP server configured in hostname, in ask to dns of domain who is mailserver, you need to find MX records :
    - look a DNS config : NS (name server) , CNAME (Alias) , MX (mailexchange) etc...
    import java.util.ArrayList;
    import java.util.Hashtable;
    import javax.naming.*;
    import javax.naming.directory.*;
    public class MXLookup
         public static void main(String args[]) throws NamingException
              System.out.println(getMX("altern.org") + " mail servers");
         private static ArrayList getMX(String hostName) throws NamingException
              // Perform a DNS lookup for MX records in the domain
              Hashtable env = new Hashtable();
              env.put("java.naming.factory.initial", "com.sun.jndi.dns.DnsContextFactory");
              DirContext ictx = new InitialDirContext(env);
              Attributes attrs = ictx.getAttributes(hostName, new String[] { "MX" });
              Attribute attr = attrs.get("MX");
              // if we don't have an MX record, try the machine itself
              if ((attr == null) || (attr.size() == 0))
                   attrs = ictx.getAttributes(hostName, new String[] { "A" });
                   attr = attrs.get("A");
                   if (attr == null) throw new NamingException("No match for name '" + hostName + "'");
              ArrayList res = new ArrayList();
              NamingEnumeration en = attr.getAll();
              while (en.hasMore())
                   String x = (String) en.next();
                   String f[] = x.split(" ");
                   if (f[1].endsWith(".")) f[1] = f[1].substring(0, (f[1].length() - 1));
                   res.add(f[1]);
              return res;
    }

  • Get character of folder name preceding a character., get character of folder name preceding a character.

    set theFolderName to "Macintosh HD:Users:user:Desktop:Landscapes_WK30_PSD"
    set theCharacters to characters of theFolderName
    using the above how can I extract the digits that preceed the _WK I know I can get the first x number of characters but that number varies so it needs to be everything before _WK

    Indeed easier than i thought, assuming i haven't got the long way about it,
    set folderPath to "Macintosh HD:Users:user:Desktop:Landscapes_WK30_PSD"
    set {oldTID, my text item delimiters} to {my text item delimiters, ":"}
    set folderName to last text item of folderPath
    set my text item delimiters to "_WK"
    set FolderEndName to last text item of folderName
    set my text item delimiters to "_PSD"
    set weekNumber to first text item of FolderEndName
    set my text item delimiters to oldTID
    display dialog weekNumber

  • Why don't permissions get set correctly when add to Public folder?

    When I add files to my Public folder I expect the permissions to match my public folder. In particular, they should be readable by 'others'.
    Often the permissions don't update. The result is that other users can't read files in my public folder. I have to manually apply the default Public Folder permissions to all enclosed files.
    Is this only a problem on my machine? How would Public Folders work if they didn't update permissions when files are added to them?
    BTW, I run as a regular non-admin user. I enter my admin un/pw only as needed. It's a good practice.
    PS. I've repaired permissions, but that's a superstition anyway.

    The "Public" folder in OS X is just a regular folder - it won't modify anything added to it. In the context of file sharing, the sharing of folders can be configured so that items copied from one computer to another will have their permissions modified, but this only applies to file sharing, and by default, only to a folder with "Drop Box" permissions (ie. "write only").
    Regarding "read" access of files, in general (there are exceptions) files or folders created by a user are, by default, created with permissions such that everyone (user, group, other) gets at least "read" access - it shouldn't be necessary to change their permissions before making them available to others via the "Public" folder. If items don't have at least "read only" access, this suggests that the default permissions have been set to something more restrictive (possibly via a 'NSUmask' key added to the ".GlobalPreferences.plist" file). Or perhaps the files are coming from some other source. So this suggests that either the problem concerns a non-default configuration or a special case, but unfortunately there isn't enough information in the post to comment on what the problem might be.

  • Query to retrieve the 'My Favorites' sub folder names from InfoView

    Please help me with the query which can get all the folder names present in 'My Favorites' in the InfoView, and also query to get all the folder names in 'Public Folders' for the current user?
    Thanks

    To get all the folders under Public Folders accessible by current user:
    1. Logon as that user.
    2. Run the query: select * from ci_infoobjects where si_kind='folder' and si_parentid=0; This only returns the top level folders. To get the subfolders within these folders, you need to make a recursive call changing si_parentid. Si_parentid=0 stands for root, change it with SI_ID of folder for which you are trying to find subfolders. To run the query and get results the user may need some access at the root level ( not granted for a general user by default, granted only for administrator)
    The folders or objects listed under My Favorites are contents of a user's favorite or personal folder and a user should have full access to it by default. To retrieve contents of that:
    select si_id from ci_infoobjects where si_kind='favoritesfolder' and si_name='<user name>' which will give a User's favorite folder and SI_ID of it.
    then call:
    Select * from ci_infoobjects where si_parentid=<SI_ID obtained from previous query>
    will list all the top level objects, folders in a user's favorite folder.

  • Public folder not showing up as mail enabled, but it's receiving email.

    I've got several mail-enabled public folders that are showing up as not being mail-enabled in the public folder console, but are receiving email. If I run get-publicfolder -identity "\folder\name" | fl it shows that the folder is mail-enabled and
    all of the information listed there matches up with other folders that are showing up correctly. 
    With one of the folders doing this, I selected to mail enable it and see what happened. It accepted it, but it assigned it a completely different address, though if I search AD for the old address, it shows that it's attached to the very same public folder.
    Also, if I check the GAL, the public folder shows up twice, one with the old address and one with the new. 
    Any suggestions? Thanks! 

    We have the exact same problem.
    The "easy" way would be to export all mail-enabled objects from the MESO to text files to have smtp addresses saved :
    get-mailpublicfolder * | select displayname,emailaddresses,grantsendonbehalfto, primarysmtpaddress | fl >> C:\temp\export.txt
    Then delete Public Folder objects from the MESO
    After that, you should be able to mail-enable your public-folder and add previously saved smtp addresses.
    But this is just a workaround, not a real solution.
    This is why we have just opened a case with Microsoft to clearly identify what is causing this post-migration (2007-2013) issue. I will update this post as soon as i have some news.

  • Owner of the public folder is not able to move or remove or create items underneath

    Scenario:
    "ABCD" is the parent folder to which the user A given owner rights using EMC console.
    system admin creates 2 new sub-folders underneath and given user A with "owner" rights. Now the problem is out of 2 sub-folders one works fine(it means "user A" got full rights) and other one does not allow the "user A" to move,
    remove, created items.
    Issue is specific to only one user, any more ideas if you can suggest me to resolve this please?
    this is for Exchange 2010 SP3 environment.

    Hi,
    From your description, this issue affects only one user.
    Please use the Get-PublicFolderClientPermission -Identity "public folder" command to check the permissions.
    If possible, please remove and re-add the public folder permission to check result.
    If you have multiple DCs, please make sure there is no replication issue.
    Besides, please run the get-mailbox  | fl default* cmdlet to check the default public folder mailbox and compare with other normal users.
    Best regards,
    Belinda Ma
    TechNet Community Support

  • Exchange 2010 to Exchange 2013 Public Folder Problem

    Dear Experts,
    I am in a face of migrating Exchange 2010 to Exchange 2013. Below are my infrastructure details,
    1) Parent Domain in Site A (abc.com)
    2) One Child domain in Site A named child1.abc.com and Exchange 2007 is running in Site A child domain
    3) One Child domain in Site B named me.abc.com and currently Exchange 2010 is running in Site B.
    I have installed Exchange 2013 in Site B in coexistence scenario now Exchange 2013 users in Site B trying to attempt connection with a public folder store in the Site A Exchange 2007 servers instead of Site B Exchange 2010 servers.
    Anyone help will be highly appreciated.
    Thanks & Regards,
    ZB

    so you want users to access the PF in site B.
    Check the setting of Databases in Exchange 2013 and find out what is default Public Folder setup for those Database. You will basically need to change the default Public Folder in Exchange 2013 from Site A PF to Site B,, the way you have explained the scenario.
    run this for Exchanger 2013 DA
    Get-mailboxDatabase -Identity Exchange2013DBNAME | fl
    Get-MailboxDatabase -Identity e15-db1 | fl *PublicFolder*
    Where Technology Meets Talent

  • Public Folder Deletion/Removal and Replication

    Hi All
    Overview:
    I have a single DAG with 3 Members with all roles on each server, each has a Public Folder and is replicated, ie; PF1, PF2 & PF3
    the edb on PF1 has grown very large compared to the other 2 almost out of freespace (whitespace issue i think), so I plan to remove it whilst leaving PF2 & PF3 intact, then i need to re-replicate to an newly created PF1 so i'm back
    to having all 3 servers replicating the public folder DB
    I plan to point everyone to PF2 as they are currently split between PF1 & PF2 along with the DBs.
    Can someone guide me through the process, I've looked at Removing public folders but nothing gives me a good guide in my scenario ?
    Thanks

    Hi,
    Based on my understanding, you want to remove PF1, however you didn't want to interrupt the clients from accessing public folders, so you would like these users to access PF2. If I misunderstood your concern, please let me know.
    Before you delete PF1, please specify PF2 for mailbox databases on the Mailbox server where this PF1 reside. After you recreate a new PF and configure Public Folder Replication, you can specify this new PF for mailbox databases to get it back when all data
    have been replicated.
    Here is an article about how to change the default Public Folder Database for a Mailbox Database for your reference.
    Change the Default Public Folder Database for a Mailbox Database
    http://technet.microsoft.com/en-us/library/bb629522(v=exchg.141).aspx
    Hope this helps.
    Best regards,
    Belinda
    Belinda Ma
    TechNet Community Support

  • Where does WebDynpro ABAP URL get defaulted

    When creating a WebDynpro ABAP application, the URL gets generated automatically.
    My question is where does this path get generated from.  Is there a place to edit the settings?
    The reason why I ask is that the Basis team has disabled protocol HTTP and are now using HTTPS. 
    The problem is, our WebDynpro ABAP applications still get defaulted to HTTP in the URL string.
    Where do you change the settings?

    Yes, I replied to your question before realizing the answer had been given by Shruti.  By going to tcode SMICM, in GOTO/services menu, I noticed that HTTP and HTTPS were both set to active.  So, I inactivated the HTTP and by doing that the WebDynpro ABAP application URL's that get defaulted (tab folder adminstrative data) now default to HTTPS and the port defined in SMICM.
    The Basis team had disabled HTTP, I assuming by removing the port address, but keeping the HTTP service active and this was causing a problem for all the WebDynpro ABAP programs.  They were still defaulting to HTTP.  Why they did not make this change I just did, I don't know.
    I couldn't get anyone to take charge of this, so I did.
    Problem solved.

  • Exchange 2013 Public Folder Migration Problem

    Hi All,
    Wonder if any of you can assist with a public folder issue I am having with Exchange 2013. We have migrated from Exchange 2010 to 2013.
    I have followed the guide for public folder migration here
    http://technet.microsoft.com/en-us/library/jj150486(v=exchg.150).aspx
    Everything went fine and as per the document - except I had to use the "largeitemlimit" parameter to get the public folder migration to complete.
    We tested the public folder migration by adding content to public folders and creating public folders and it all appeared to be OK, we completed the migration and removed our old public folder databases from Exchange 2010.
    However we noticed later that users cannot CREATE folders in SOME public folders. It appears from some testing that any folder that does not lie in the first public folder mailbox, end users cannot create public folders.  Administrators can create them
    fine from the ECP - just not from outlook.
    It also appears some users cannot see some folders that they have permissions to.
    Can anyone assist with some ideas to resolve ?
    Thanks.

    Question?
    Are you able to create the Folder in OWA?
    Cheers,
    Gulab Prasad,
    Technology Consultant
    Blog:
    www.exchangeranger.com 
    Twitter:
       LinkedIn:
    Check out CodeTwo’s tools for Exchange admins   
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.
    it is not functionally possible to create Public Folders in OWA user interface in Exchange 2013!.... From admin ECP it works fine!
    My Bad, that's what I was trying to say.
    Testing the same thing in the LAB, should have some update tomorrow morning.
    Cheers,
    Gulab Prasad,
    Technology Consultant
    Blog:
    www.exchangeranger.com 
    Twitter:   
    LinkedIn:   
    Check out CodeTwo’s tools for Exchange admins   
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

Maybe you are looking for

  • Itunes wont open june 22 2012

    Itunes wont open on my computer it says when i try to open it"This item reffered by this shortcut cannot be accessed.You may not have the approprite permissions." I have deleted Itunes and it still wonnt open after the last update. PLEASE HELP ME!!!!

  • How to set a value to a Presentation Variable using GO URL?

    Hi All,      I am working on a drill (GO URL) from Dashboard page1 to Dashboard page2.      The problem I am facing is, I am not able to pass a value to the presentation variable through GO URL. (I have to pass "Customer Category" static value to The

  • Mirroring via Tunderbolt (NOT Airplay)

    So, does standard display mirroring via Thunderbolt to VGA still work as expected?  With all the complaining about Airplay, this point has been obscured.  I do lots of standard mirroring with a cable to present using Keynote.  Still fine?

  • Oracle 10g R2 whitout RAC in a cluster hw (Windows Server 2008 cluster)

    Hi, Is this possible? I ask it 'cause my customer wants to improve this solution. I know that Oracle 10gR2 vs Windows Server 2008 is not supported and Oracle Standalone vs Hardware Cluster, neither too, but it's possible or will be a source of big pr

  • InDesign Buttons

    I have created lots of buttons, about 29, that have 2 events, roll-over and roll-off, triggering  pop-up information, with the hide/show action. Now the file will not export to interactive PDF. HELP