Creating contact folders for multiple users

Hi,
Im trying to create a contacts folder for all users within a domain. This falls into two problems I have come across:
Firstly how do I create a folder that is defined as a contacts folder using powershell. I can successfully create a folder using New-Mailboxfolder Cmd-Let but its a mail folder and does not appear in the contacts area of outlook as though you had created
it using outlook and selected the contacts item type.
Secondly how do I do this for all users using powershell. New-MailboxFolder appears to only work from the user I am logged in as (in this case administrator). I have found multiple sites stating this is the case but none that explain what we should be doing
instead or how to make it work correctly.
Appreciate any help
Thanks
Bill

Public Folder Contacts seems better option to me if i am not in old school. I am still following Public folder for this kind of Problem..
UMESH DEUJA MCP,MCTS,MCSA,CCNA

Similar Messages

  • About creating 'Job created by'-report for multiple user's jobs [sm37c]

    hi,
    Done some searching for the problem in my SM37C-query  with no luck...
    In SM37c there is a User name-field for filtering query for  "User name"-user's jobs. I'm aware that I can use asterisk '*' here but my need is more generic. I would need to filter my query to certain group of users that interest me.
    Q: Can I define a filter (or group) in SM37c that I could get listed only predefined user's jobs? If not, any other transaction or workaround thjat would work here?
    thanks,
    ari

    Hi,
    This is SAP Business one system administration forum. Please find correct forum and repost your question to get quick assistance.
    Please close this thread by marking helpful answer.
    Thanks & Regards,
    Nagarajan

  • How can I create a folders of apps for multiple users?

    I use several iPads with my students and would like to set up a folder for each student. I want to place "an alias" of each app the student uses in their folder. On my Mac, I can "make alias" and place aliases in seperate folders. How can I do that on my iPad? Thanks!

    You can drag one app on top of another and make a folder. However the limit to this is, for your situation, there can be no sharing of apps....the app Fred can only be in one folder because it's only on the device once.  (so it may not work for what you need)
    and I cannot recall if you can edit the name of the folder.
    Unfortunately, for situations like yours, the iPad was created to be a single user device, so there's really not support for multiple users or multiple levels of access.

  • Can we creat an Apple ID for multiple users?

    I work for a company where we are rolling out iPads in big amounts. The problem is that they all need an Apple ID in the training they get about the iPad they receive because they have to install MobiControl on it.
    It's no problem to let them create an Apple ID at home, but they have to fill in credit card numbers once they connect at work when they try to install apps. That's the problem... Not everyone want's or has credit cards...
    Maybe it's possible to create an Apple ID for multiple users???
    Thanks!

    iPad in Business and Education
    You may find a better answer in this part of the forum, since it's meant for situations like you're in.
    http://www.apple.com/support/appleid/
    is also info about apple ID's.
    You can make apple ID's without a credit card, you just have to jump through a couple of hoops to do it since the default is that people will always give a credit card. The key to making an ID without a credit card is that you try to download a free app first, then follow the 'make an ID' prompt. That will get you the 'none' option for payment.

  • Create folders for other users

    I have a process that automatically generates folders based on events in the database using Advanced Queues. This process will work if I am creating folders for the user I am currently connected as.
    What I can't seem to do is use the system admin account to create folders in other users home folders. I get insufficient privilege errors when I use findPublicObject to return the users home directory. This seems to happen because the users home folder has a private ACL, it works if I make the home folder public but I don't really want to do that.
    Does anyone have a solution for this?

    Sure, here are two suggestions.
    1. If you want to create the folders in response to the AQ messages, and you want to do so independently of your application's normal security policies, you can use the system admin user to perform the operations, as long as you enable administration mode. Use LibrarySession.setAdministrationMode(true) to do this. Security will be bypassed until you turn this mode off.
    2. If you want to make the changes within the concept of your application security model, then modify the model so that your system admin user has access to everything that it needs to be able to update or delete. You can do this by modifying the ACLs on the objects in question.

  • I am anew user. Initially I created several folders for my photos but now know how to transfer photo folders using iTunes. However I am unable to delete/remove the now empty folders I created in iPad.

    I am anew user.
    Initially I created several folders for my photos on the iPad itself but now know how to transfer photo folders using iTunes. However I am unable to delete/remove the now empty folders I created in iPad.
    Can anyone assist me please
    Thanks

    When you are in Album view in the Photos app - tap the edit button in the upper right corner - tap the X in the corner of the album to delete it.

  • Creating a custom cache location for multiple users

    If I use the browser.cache.disk.parent_directory method (http://kb.mozillazine.org/Browser.cache.disk.parent_directory) to set up a specific folder for the cache:
    Are there advantages to specifying a different (sub)folder for each of the users on my computer, or will Firefox handle things automatically just as well?

    Note that only one user can use a specific profile at the time, so if there is any chance that two or more users are active at the same time then you need separate profile folders and separate cache folders for each user.
    Note that you can also set prefs via a mozilla.cfg auto configuration file.<br />
    Such a configuration file can contain JavaScript, so you can detect the user profile (ProfD) and environment variables.
    See:
    *http://kb.mozillazine.org/Locking_preferences
    These functions can be used in the mozilla.cfg file:
    defaultPref(); // set new default value
    pref(); // set pref, but allow changes in current session
    lockPref(); // lock pref, disallow changes

  • How to restrict login for multiple users having same Role

    Our Web Application is deployed on Tomcat 5.5
    The requirement is ?
    There are roles in application like "operator", "admin"?
    There are multiple users created for each of the above role.
    When one user of "operator" role is logged in, then
    It should not allow to login for another user of "operator" role.
    Also, if user did not log out & application gets close, then
    It should not allow to login for another user of "operator" role.
    Also, it should not allow to login for multiple requests of same user
    (using another browser instance...)
    Is it possible using session object?
    But, using session object, it will create separate objects for different users,
    So here I will not be able to restrict session object creation rolewise.
    Also, how to retrieve these multiple session objects created for different users on server?
    If anyone is having the solution please reply as soon as possible,
    Thank you.

    To tell you the truth, this is a stupid requirement. It must be an extremely fragile application.
    In any case, you will have to write your stuff for that. Probably a filter that on login, logout, and session expiration checks, makes, or removes entries in a DB (using a synchronized resource to prevent race conditions) or possibly even simply in an application context object.

  • Triggering a sub work flow for multiple users at same time.

    I have a scenario in which I have created sub workflow as an activity for approval process. This sub work flow should be triggered for multiple users at the same time and their decison is independent of each other.
    This is like creating multipe instance of the same sub work flow and then the sub work flow runs indepedently as a new work flow for each of the approver and the process is completeded for approver independently.
    How can this be achieved?

    Tyr to do like this,
    1. First include the subworkflow in the main workflow template.
    2. Now include standard Block Step in the main workflow template.
    3. In the block select the block type as ParForEach.
    4. Before doing the 3rd point make sure that all the agents for whom you want whom you want to initiate the workflow, populate them in a Multiline conatiner element.
    5. Once completing 3rd and 4th points open the block step under the tab ParallelProcessing  assign the multiline container element name in the   for e;g if the multi line container element name is COSTCENTER then do the binding like below. the conatiner element COSTCENTERLINE is created by default once you include the multi line conatiner element under parller processing tab.
    &COSTCENTER[&_WF_PARFOREACH_INDEX&]&   -------->     &_COSTCENTER_LINE&
    Now assign the agent of the subworkflow as COSTCENTERLINE , imean if suppose you have 3 entries in the internal table then three separate and for three different agents the workflow is instantiated.

  • Is there a way for multiple users to connect to my home sharing with their iOS device to select music to stream to my A/V receiver jukebox style?

    I have an A/V receiver that I can connect to and select music to stream over my network but I want to know if I have a party if it's possible for multiple users to have access on their own devices to my home shared music and select music to play like a jukebox.

    I almost forgot that using folders can allow each folder to contain a song. I also recall touch tracks or one key play...

  • GRC 10: Initial password for multiple users creation in a ARQ request???

    Hi All,
    I was trying to create a request in ARQ for multiple users. I noticed that, I could add all the necessary required information for multiple users using the template. I added the roles as well. However, I could not set the initial password for multiple users as the tab "User System Details" (where the initial password is provided for a single user) is disabled!!!
    The users were successfully created in the R/3 system. However, due to non-availability of initial password, these users could not log into the R/3 system.
    May I know how to set the initial password for multiple users?
    Regards,
    faisal

    Vit,
    I was trying to test this multiple user creation scenario. But I am surprise to get a template where in I have only below mentioned fields:
    1. User Name
    2. User Id
    3. Email
    I filled these details and uploaded. Then filled the "User Access" details. While submitting the request, I got the error:
    "Last name is not mentioned for user id XXX"
    But there is not such column in provided template by GRC!
    I added 2 columns: First Name and Last Name and saved it and uploaded again. These details are not picked up!
    Following are the only columns shown:
    1. User Name
    2. User Id
    3. Email
    4. Manager
    Out of above, only "Manager" field is editable and others are disabled.
    Last time I remember, I has got complete template with all the columns. Unfortunately, I have deleted it and not available with me now.
    Any idea you have why am I getting such incomplete template?
    Regards,
    faisal

  • SESSION VARIABLES : HOW TO TEST FOR MULTIPLE USERS

    I have a username session variable set up on a localhost testing envirnoment.
    This works fine for one user, but when I open another occurence of the browser (or just another tab) to test for multiple users the system overwrites the session variable with the last username input.
    So the question is:
             Why doesn't dreamweaver hold an instance of the session variable for each browser session? and if not what are your suggestions?
    Thanks
    Adam.

    Thanks for that.
    After scouring the internet I found the only way of running 2 instances of firefox  without them sharing the session variables is to create 2 new firefox profiles in windows + set the MOZ_NO_REMOTE environment variable.
    Internet explorer is much easier as it has a 'new session' option in the file menu, but seems to have more trouble displaying tables correctly.
    Hope this helps anyone with a similar problem.

  • Call for adobe form is going for dump for multiple users

    hi,
    i am calling an adobe form in a program i.e. for multiple users. now my problem is.....
    3 people are using same tcode to generate the adobe form output for different data. but when they click at a time on the button to generate the adobe output, then adobe form is coming for only one user and it is going for dump for other users.
    and this dump is coming because of exception "CX_FP_API_INTERNAL" in funtion module FP_FUNCTION_MODULE_NAME which i am using to get the function module name of the adobe form in my program.
    can u please give me some solution to rectify this issue....

    That's nothing!
    An engineer and I contacted Adobe technical support by phone to ensure the PC I was having custom built was configured to its optimum. They advised XP64 as the best operating environment. After that discussion we had to completely revise procurement, etc to get the bits and compatible XP64 compatible software, putting the build project back a few weeks as well, Imagine how I laughed when I found out on one of these forums that XP64 is the worst choice and totally unsupported by CS4!
    I have written to Shantanu Narayen, Adobe CEO and didn't even get an acknowledgement I raised this last week on the Adobe stand at BVE and was told they'd get someone to contact me asap but guess what, niet...! To be fair there has been one Adobe executive that recognises the problem and the damage poor customer support is causing the company; he has been as helpful as he can. Unfortunately, it seems the overall Adobe culture at the top is "get the money and run". If your problem goes beyond what's already on their web pages, tough luck!
    Regards,
    Graham

  • WebStart Single Install for multiple users

    Has anyone figured out how to solve the problem of having to install the software for multiple users now?
    With recent versions of the Sun WebStart, the cache directory has changed to the user's personal directory.
    It used to be that the cache directory was a common shared directory off the C: drive.
    For the software we have developed, it was great to install once as the admin, download the files so that they are cached, and then copy the links to the all users desktop which pointed at that shared location.
    Now there appears to be no way to do this. We've looked to find the default cache location to change it, but there is no way to specify this (that we've found).
    I know I can change each user's cache directory to point to a common location, but it means signing on as each user and making this change manually which takes a considerable more time than it did before. Java WebStart was the EASY way to install the software before (and did not require a browser). Now it is harder than just using a browser with the plugin. We'd like to get the browser out of the picture though still.
    I can see how this feature could benifit individual users who only want their own programs to show up , but we really need to make it work like before for ease of use. With the number of users we are dealing with, it would be very difficult to tell them to click on a link to install the program but only do that the first time, then start using the new link that is created by the program.
    Any suggestions from anyone?

    Sorry, I just realized this is in the wrong forum.
    I'll go post it in a more correct forum instead.

  • Create a MSDS for multiple Specifications via New Program

    Hi Friends
    I want to develope a new program, which will create MSDS (report) for multiple Specifications in Multiple languages and multple Generation variants.
    I can pull out specifications, Generation Variant and Languages for selection.
    My issues is what is standard FM or program which can be used to create report which can be utilized in my ABAP report.
    Can you please guide.
    With Warm Regards
    Mangesh Pande

    Dear Mangesh
    use an "UserExit" as described here:Customer Exits in SAP EHS MANAGEMENT (Exit: C1020001 EHS: Menu exit 1 of substance management/C1020002 EHS: Menu exit 2 of substance management) and establish first an user interface. Don't create e.g. own transaction etc. Use the realy nice enhancement options using these "Exits".
    In the background you can use function modules e.g.. as mentioned here: WWI for Experts
    C12J_WWI_RAW_REPORT_GENERATE
    C12J_WWI_RAW_REPORTS_CREATE
    C.B.

Maybe you are looking for

  • Video Playback in indesign swf page flipper

    Hi I need to know if I can set movie file parameters. When I up load the interactive document with a movie file on the page the clip has to load fully before playing. It used to be [CS5] the movie clip would start playing after buffering a bit. But w

  • CURRENCY FIELD IN TABLE CONTROLLS OF MODULE POOL PROGRAM

    Hi All. I am fasing an issue in module pool. I am using a table controll to display the data on the screen. There is  one field of currency type . the amount in that field is -ve(Negative) then the program giving a short dump by saying that the probl

  • How to end grep styles?

    Grep styles (in Paragraph style) is one of the fabulous option in indesign CS4, but i am having one doubt that do we have any option to end grep style at any particular instant like we have "END NESTED STYLE HERE" to end nested style.

  • Help with a stored procedure....

    i'll be honest, i have never written one, and i have been doing research all day to do one and i have not had much luck. Seems like they mostly all take variables or require data that i just do not want it to require. I have a query (using TOAD fyi)

  • CUE AUS Language Pack

    Hi all, anybody knows if there is the language pack in the suject for CUE 8.6? I'm looking for it but no luck. Any help is appreciated. Thank you in advance.