Allowing a user access to all calendars in his OU

Hi Everyone.
I have a hosted exchange environment (Meaning we have many little companies that buy mailboxes from us, and each one has its own OU under the main OU called Hosting.Local)
One of our bigger clients has about 250 mailboxes in his OU, the CEO wants permission to view the calendars of all users in his OU.
I was wondering, is there a way to do it with a script to grant him this access or must I really do it manually for each mailbox?
Hoping for a quick response.

Hi,
We should edit the
Get-Mailbox to get a list of all the mailboxes in your organization in that OU.
The script should be like this:
$allmailbox = Get-Mailbox -OrganizationalUnit “OUname” -Resultsize Unlimited
Foreach ($Mailbox in $allmailbox)
{Set-mailboxfolderpermission –identity ($Mailbox.alias+':\calendar’) –user Default –Accessrights AvailabilityOnly}
Best Regards.
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
Lynn-Li
TechNet Community Support

Similar Messages

  • Despite following instructions to allow my husband access to my calendar it doesn't  show up on his device, have I missed something?

    Despite following instructions to allow my husband access to my calendar it doesn't  show up on his device, have I missed something?

    I used the iPad user guide instructions for sharing calendars

  • Way to allow the user access to the saved lists of this Z report

    We have a Z report that we want to run at midnight each Sunday and then view the output/layout first thing Monday morning. We can schedule the report to run but it appears that the only way we can save the output as a 'file' for later viewing is by using the "Save with ID" option, which puts the output into a SAP 'saved list'.
    The problem with this is that it doesn't appear to be possible to access that list from the Z-report - it would appear that you have to go into SQ01 and use the 'saved list' button. This means giving the Z- report user access to SQ01 as well as Z-report, which, for security (SOD) reasons we don't want to do.
    We can run the report in foreground with the output option "File store" and save the output as a file to a specified location,. But this option doesn't appear to be available when the report is scheduled as a background job. If this is done, the background job runs but there's no output anywhere, as far as we can tell.
    So what want is to run the report in background but with the output option 'File store' or equivalent (i.e. an output stored somewhere that the report user can view). Is this not possible, or have we missed something in setting up the report run?
    Or is there a way to allow the user access to the saved lists of this Z report without giving them T-code SQ01?
    Thanks

    Hi !
    I just wonder if the answer from Varishtb below did solve your propblem.
    I have exactly the same problem as you. I also want to be able to look at the saved list without using the sq01.
    If you solved it I will be grateful to get the solution.
    regards Lars
    answer:
    You can call the infoset query directly from a transaction code. There's
    no need to copy it as a 'Z-report' (or as a custom report). In fact,
    everytime you're copying an infoset query to a report, you're calling
    for problems the next time you face an upgrade. (That is because SAP
    changes the internal logic used to handle the infosets queries from
    version to version)
    We're using some infoset queries and they work fine this way.

  • MobileMe Gallery - allowing multiple users access

    Hi,
    I have a simple question - can allow more than one user access to a hidden MobileMe Gallery?
    I seem to be able to choose only one name from a drop-down list. I'd like to allow two people access to my gallery. Is this possible?
    Thanks,
    :-Joe

    Joe:
    Give the same name and password to both viewers.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. Just put the application in the Dock and click on it whenever you want to backup the dB file. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    Note: There's now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

  • Allowing unauthenticated users access to gatewayed pages - problem

    Hi,
    I was trying to allow the Guest user access to a specific gatewayed page. For this, I followed the instructions posted here: [ALUI 6.1 Anonymously Access Gatewayed Page|http://forums.oracle.com/forums/thread.jspa?threadID=902777&tstart=0].
    But when I try to access that gatewayed page as guest, the portal throws a permissions exception several times in the process, followed by a redirect to the SSO.
    The curious thing about this is that the exception says that "Current User does not have sufficient permission to object with id = 2". That object is exactly the Guest user object!
    There must be something wrong in my setup, but I can't figure out what it is.
    Below is the exception. Any idea?
    6-25-2009 9:42:45.207 Warning Core ********OEL4.5.1.root [ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)' com.plumtree.server.impl.core.PTBase *** PTBase.ThrowException *** (-2147024891) Current User does not have sufficient permission to object with id = 2
    com.plumtree.server.marshalers.PTException: -2147024891 - Current User does not have sufficient permission to object with id = 2
    at com.plumtree.server.impl.core.PTBase.ThrowException(PTBase.java:86)
    at com.plumtree.server.impl.core.PTBaseObjectManager.VerifyObjectAccess(PTBaseObjectManager.java:1638)
    at com.plumtree.server.impl.core.PTBaseObjectManager.Open(PTBaseObjectManager.java:769)
    at com.plumtree.server.impl.community.CommunityInfoCacheEntry.Initialize(CommunityInfoCacheEntry.java:90)
    at com.plumtree.server.impl.community.CommunityInfoCache.InternalCreateObject(CommunityInfoCache.java:75)
    at com.plumtree.server.impl.core.PlumtreeObjectCache.FindOrCreateObjectInsecure(PlumtreeObjectCache.java:181)
    at com.plumtree.server.impl.core.PlumtreeObjectCache.FindOrCreateObjectCheckSecurity(PlumtreeObjectCache.java:223)
    at com.plumtree.server.impl.community.CommunityInfoCache.FindCommunitySecured(CommunityInfoCache.java:135)
    at com.plumtree.server.impl.community.PTCommunityInfo.GetSecuredCommunityInfoCacheObj(PTCommunityInfo.java:712)
    at com.plumtree.server.impl.community.PTCommunityInfo.<init>(PTCommunityInfo.java:61)
    at com.plumtree.server.impl.community.PTCommunityManager.CachedOpenCommunityInfo(PTCommunityManager.java:584)
    at com.plumtree.server.impl.portlet.providers.CSPPortletProvider.GetCanSetCommunity(CSPPortletProvider.java:1289)
    at com.plumtree.server.impl.portlet.providers.CSPPortletProvider.GetContentInternal(CSPPortletProvider.java:1114)
    at com.plumtree.server.impl.portlet.providers.CSPPortletProvider.GetContent(CSPPortletProvider.java:926)
    at com.plumtree.server.impl.webservice.PTGadgetGateway.GetContentInternal(PTGadgetGateway.java:318)
    at com.plumtree.server.impl.webservice.PTGadgetGateway.GetContent(PTGadgetGateway.java:352)
    at com.plumtree.portalpages.browsing.gateway.GatewayControl.CheckActionSecurityAndExecute(GatewayControl.java:264)
    at com.plumtree.uiinfrastructure.interpreter.filter.utils.GatewayHandlers.HandleGatewayRequest(GatewayHandlers.java:232)
    at com.plumtree.uiinfrastructure.interpreter.filter.GatewayFilter.PreFilter(GatewayFilter.java:54)
    at com.plumtree.uiinfrastructure.interpreter.Interpreter.DoPreFilter(Interpreter.java:1786)
    at com.plumtree.uiinfrastructure.interpreter.Interpreter.HandleRequest(Interpreter.java:234)
    at com.plumtree.uiinfrastructure.interpreter.Interpreter.DoService(Interpreter.java:155)
    at com.plumtree.uiinfrastructure.web.XPPage.service(XPPage.java:306)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:226)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:124)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at com.plumtree.binarygateway.BinaryGatewayFilter.doFilter(BinaryGatewayFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3393)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2140)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2046)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:172 <ptLogMsgEnd>
    Thank you

    i'm not saying this is what it is...(hopefully its not), but there are certain folders that you absolutely can't remove the everyone user from... i think Plumtree is an expert on this.
    have you been 'locking down' your portal recently?

  • Allow a user access to start and stop a particular service in Solaris 11 using RBAC controls

    So, using svcbundle I created a service called "oracle" that starts and shutdown a db. I'm aware of how to grant RBAC access to be a "service operator" to be able to control start/stop ALL services. But I'd like to grant a user access to start and stop JUST this service.
    in this document on page 15, it states that it's possible to do this kind of granularity but doesn't explain how to do it step by step.
    how does one achieve this?
    thanks.

    You need to add a property group such as
    <property_group name='general' type='framework'>
      <!-- to start stop oracle -->
      <propval name='action_authorization' type='astring'
      value='solaris.smf.manage.oracle' />
    </property_group>
    Then add the solaris.smf.manage.oracle authorization to the user profile.
    As an example, see Less known Solaris features: RBAC and Privileges - Part 2: Role based access control - c0t0d0s0.org

  • User Access to all tables of a database

    Hi,
    Is it possible to create a user that has access to all tables in a particular database?  I know I can grant permissions on individual tables, but I would like to create a user that can add, delete, and insert data into any table in the database.  This is easy in MSSQL, but not so easy with MaxDB
    Thanks and Kind Regards,
    Diana Hoppe

    It's not so easy, because it's a nonsense requirement!
    While it may be convenient to be able to just access data and db-objects during development, this becomes a nightmare on production.
    It's far easier and usually better to create schemas to put the database objects in and roles that have the required permissions.
    Then you can grant the roles to the users that need them.
    This way you've cleanly separated the naming (schemas) from the permission (roles/users/grants) aspect.
    A common approach for this is:
    - SYSDBA user (e.g. SUPERDBA) owns the application schemas and can create/alter the objects in it
    - SYDBA also owns the roles and users.
    One step more secure would be to have a specific user own the application schemas - just like it is the case for NetWeaver databases.
    With this, you can have your DBAs have their superuser access to the database and still not the super-easy option to look at the data.
    regards,
    Lars

  • Allow multiple users access to iphoto

    I would like to allow multiple users on same computer to access Iphoto files.  What setting changes need to be made?
    Thanks
    mfandml

    iPhoto: Sharing libraries among multiple users...
    http://support.apple.com/kb/HT1198

  • With iTunes on an external hard drive can I allow multiple users access?

    I keep my iTunes library on my time capsule since it is far to large to keep on my hard drive.  We have always had only one user account.  Now that my daughter is onl enough to use the computer on her own I set up her own account so that I could enact parental controls, but I noticed her iTunes is empty.  Can I have it access the library on the time capsule.  If I do this do I run the risk of her deleting files?  If I let her create her own library isn't it just a bunch of duplicate files eating up space?  Any help is greatly appreciated!  Thanks !

    PhoenixR wrote:
    If I do this do I run the risk of her deleting files?
    yes.
    If I let her create her own library isn't it just a bunch of duplicate files eating up space?
    yes, but it would be safer.

  • Receiving a FAX or allowing PC user access to idisk file

    Hello everyone,
    I work with someone who uses a PC and Outlook Express and I need to be able to receive her appointment schedule in some manner. I have Verizon DSL, I followed the Help instructions to set up my ibook to receive a fax and connected a cable from the modem on the ibook to the modem connection on my power strip but when she sends me a fax my ibook doesn't recognize it and stays in idle mode. I tried to set up a place on my idisk that she could put the schedule but it puts some photos in there from another homepage that I have and I can't figure out how she can put anything there.
    Any assistance would be greatly appreciated. We have resorted to snail mail arrrrrgh!!
    Thanks,
    Anna

    I know, that would be simple but apparently Outlook Express doesn't allow her to do that. She can print it and that's why we thought setting my ibook up to receive a fax would work.
    Thanks anyway,
    Anna

  • Can Captivate 5 allow user to answer all questions and then submit?

    Good morning,
    I am doing a management comparision so our team can select our standard quizzing tool.  I am comparing Quizmaker by Articulate and Captivate.  What we are not going to do is say; "this tool is our standard and we will always use it."  We know that not one tool will do everything we need all the time.  But I need to provide the pros and cons of each tool.  Which is root of my question below:
    As for CP, I thought there was a way to allow a users to answer all questions and submit them at the end.  But I cannot seem to find that.  Quizmaker does a really good job with this and the review is really quite good.  I find the skip and back buttons kinda buggy in that a novice user could very easily skip through each and every question and get a 0% at the end.  Ideally, I would like for them to be able to answer all the questions and submit them all at once.
    Can CP5 do this?
    Thanks,
    Eric Fields

    The option to submit all scoring data to the LMS only at the end of the project is dependent on selecting a particular SCORM template when publishing the movie.
    If you have Captivate 5 with the latest update, or Captivate 5.5 this option should appear under the SCORM options.

  • Can multiple XP users access the same iTunes library?

    Because I'm having a REALLY hard time getting that to work at all. I've moved my entire iTunes folder into 'Shared Documents' so that all users should be able to access it and changed the option in iTunes Preferences to the correct 'all users' path, but iTunes still tries to find the info in 'my' (sal's) documents instead of 'all.'
    Anyone figure this out, or does it somehow break the EULA and isn't supported? The wife and I just want to use the same library since we're on one computer. Seems silly to not allow a user with admin rights to allow other users access.
    Thanks,
    Sal
      Windows XP  

    Sal,
    As this article in the Apple Knowledge Base explains the trick is to move the iTunes Music folder, not the entire iTunes folder, to "a publicly accessible location" and I believe they mean to suggest C:\Documents and Settings\All Users\Documents\My Music as a good place.
    It is important that the iTunes Library files remain in Sal's Documents and Sal's Wife's Documents.

  • Multiple users accessing same events

    Good Afternoon, i wondered if anyone could assist me. I have described what is going on and have a few questins which i have added in bold.
    We are a school in the UK running three Apple suites with a mixture of iMacs and macbooks.
    The scenario:  We have local users accessing some video footage to create a trailer and i would like to find the best method for this.
    The Problem:  We opted to use local users rather than network users as i believe imported video events are stored locally. Is this correct?
    Based on the previous problem i have created two users, User1 & User2.  If User1 imports the event then User2 cant see this and would like to work on the same event, then they have to import the event again.  Is there anyway that User1 & User 2 could access the same event without doubling it up?
    The problem does change slightly that if i use a networked user, and run iMovie then they can see the events on the local hdd. This only happens on certain machines.  Any ideas why this would happen?
    If anyone can help in anyway it would be much appreciated.
    Thanks

    The Problem:  We opted to use local users rather than network users as i believe imported video events are stored locally. Is this correct?
    Yes, the are stored locally, I don't know if Network users do anything more than authenticate over the network then use the local hard drive anyway. That depends on whether or not your users are setup with Network Home drives or are Mobile users that use the local hard drive instead. You might be able to find out from your SysAdmins whether or not Home folders are on a central server of some kind.
    Network users authenticate and have a network home drives.
    Is there anyway that User1 & User 2 could access the same event without doubling it up?
    It seems like there would be a benefit to using an external Mac HD in this case as the permissions on that folder could easily be ignored. Then any user on that Mac will be able to see the iMovie Projects and Events saved onto that external HD and use them without doubling up the Events folder material. Unfortunately I don't think you can force iMovie to use a different folder for the Movies folder on an internal Hard drive. So an external HD might provide an easy workaround if that's possible. And better yet, it makes it all portable BETWEEN Macs if you need to setup on a different machine for some reason.
    Thanks, thats was what i wanted to know.  Although I dont think the department will be too keep on buying a minimum of 30 external hdd.
    This only happens on certain machines.  Any ideas why this would happen?
    I don't want to blame this on how the machines are configured, but it may be the network users are seeing a Network Home folder in some cases when they are logged in, and in other cases they are seeing the local home folder on the internal Mac HD. I'm just guessing at this point. But it should be consistent across all the machines depending on if the network users is a Network Home user or a Mobile user.
    I have double checked and all users are seeing their network home and no local version.
    I just wondered if myabe an older version of iMovie(09) allowed the users to see all events even as local users or network. - bizarre really

  • Default view and date format for anonymous access in convergence calendar

    Hi,
    is there an option to configure default view and date format when user access to a calendar with anonymous access ?
    Actually, date format is M/D and I want D/M.
    And the default view is monthly, and I would like to set to 7 days view.
    Thx for your help
    Regars,
    JC

    jchatriot wrote:
    is there an option to configure default view and date format when user access to a calendar with anonymous access ?No. I've raise a new Request For Enhancement:
    RFE #6961895 - "Provide configuration option and URL parameter to set Anonymous Calendar view and date format"
    Regards,
    Shane.

  • Unable to allow Family Laptop access to Web through my Router

    I have a desktop and laptop wirelessly linked in a LAN using a DSL modem and a Linksys WRT54GS router.
    This is working OK.
    I now want to allow my grandson access to the WEB using his laptop when he visits me.
    I have XP Pro installed on both my LAN machines whereas the grandson's laptop has Vista.
    However when he enters my router's password on his laptop he is unable to connect to the WEB through my router.
    I notice than in the WIRELESS SECURITY section of my router I have the firewall set to "BLOCK WAN REQUESTS".
    Could this be the reason for this failure to connect ?
    I am reluctant to change any settings needlessly.

    Evidently the " BLOCK WAN REQUESTS " is not the reason why your grandson's vista laptop , because other wireless computer were able to get online.
     make sure that you have the right network key
    - click on the tab wireless
    - click on wireless security ( underneath security )
    - what is our sec. mode?
               ► if  wpa personal / wp2personal / wpa radius you most like could check ahead if the password is right ( the password is in: passphrase, wpa shared key, etc.. )
              ► if wep , what is your encryption? your tx key or default transmit key? if 1 the basically what you need is what is written in key 1
     - check if wireless mac filter is disabled , if enabled and permit only , make sure that mac address of the wireless lan card of your grandson's laptop is in the list.
    Message Edited by PastorsWife on 04-25-2008 05:54 PM
    " I can do all things through Christ which strengthens me. "

Maybe you are looking for

  • HP LaserJet 400 MFP My PCL 6

    My HP LaserJet 400 MFP M425 PCL 6 sends a message that paper is caught up near the cartridge area. I had my IT guy look at it and he says there's a wheel on the inside of the machine that is supposed to engage another wheel on the paper feeder. He sa

  • How does the VCA-DCV online exam work? What happens if I got disconnected?

    Hello guys, How does the online exam work? What happens if I my internet got disconnected in the middle of the exam? Does it pause / can I resume it later? Or is it gone forever and I am considered as "failed" ?

  • How to disable icloud drive?

    I enabled icloud Drive when updating my iphone to ios 8, but Yosemite (wich is required on my mac to make my documents work with Drive) is not released in Norway until late october or later. My Q: How do I disable icloud drive now?

  • -36 an I/O error when compressing MP4 files

    I am using QT 7 Pro and attempting to compress MP4 files so as to load them on my iPhone without large file sizes. When compressing via export --> Movie to MPEG-4 --> MP4 --> MPEG-4 Basic it will get to 99% and then give me the below error: -36 and I

  • "Whine" - Given up?

    It looks the problem about the CPU "whine" has quiet down on this forum. Either fewer and fewer Macbooks are being delievered with the whine, or people just give up to the fact that there are no solutions. Hopefully, people who just received their Ma