No announcements
Found 1358160 threads
-
10 Votes
Command to get mailbox calendar permissions
Also is there a command that can give me all the delegates that have been set for a user's mailbox and the associated permissions?Answered | 10 Replies | 288279 Views | Created by BGM2 - Wednesday, January 2, 2013 10:30 PM | Last reply by MrSedam - Thursday, January 16, 2020 6:57 PM -
0 Votes
Enable-Mailbox and Mailbox Permissions
>In additions, if I do get-mailboxpermission on a mailbox created by the EMC, I see tons of permission entries, whereas I only see one, which is the full access ...Answered | 3 Replies | 4792 Views | Created by techie0329 - Friday, September 16, 2011 4:07 PM | Last reply by Rich Matheisen [Ex-MVP (retired)] - Friday, September 16, 2011 7:35 PM -
2 Votes
Creating list of mailbox permissions with Get-mailboxpermission cmd
Hi, When i ran below Get-Mailboxpermission command it gives SendAs permissions as well.Answered | 3 Replies | 29256 Views | Created by itzafugasi - Wednesday, November 18, 2009 3:21 PM | Last reply by Exchange_support - Friday, September 30, 2016 7:30 AM -
1 Votes
How to get mailbox folder permissions to all mailbox folders in all mailboxes?
I thought there could be something like Get-Mailbox and then foreach get-mailboxfolders piped to ...Answered | 4 Replies | 46158 Views | Created by Lance_Me - Monday, January 9, 2012 10:01 PM | Last reply by dlmillen - Monday, June 17, 2013 6:28 PM -
0 Votes
Export Mailbox permissions to CSV
Hi all, is it possible to reverse the command to get out all users that does not have access to shared mailbox instead?Answered | 3 Replies | 12762 Views | Created by Issue with Site to Site and Point to Site - Wednesday, June 4, 2014 8:50 PM | Last reply by Off2work - Wednesday, September 24, 2014 8:13 AM -
0 Votes
Separate permissions for Archive Mailbox
If someone has access to the primary mailbox, those permissions also apply to the archive.Answered | 1 Replies | 656 Views | Created by bisha - Friday, December 12, 2014 4:59 PM | Last reply by Will Martin, PFE - Friday, December 12, 2014 6:29 PM -
0 Votes
get-wmi class to get the permissions on an Exchange 2003 mailbox
Hi, For more related information, I would like suggest you also refer to the below ...Answered | 2 Replies | 3229 Views | Created by navarro_aries - Thursday, May 17, 2012 9:35 AM | Last reply by Yan Li_ - Friday, May 18, 2012 9:12 AM -
0 Votes
Permission on mailbox
Mailboxes need to inherit Exchange permissions particularly so they can managed by Exchange and Admins.Answered | 1 Replies | 820 Views | Created by Valery Tyurin - Friday, May 30, 2014 1:52 PM | Last reply by Andy David - Friday, May 30, 2014 3:07 PM -
1 Votes
Shared Mailbox - SendAs Permission
Because when I did this, Get-Mailbox | fl ShareMailboxName and I'm not getting any results?Answered | 29 Replies | 4138 Views | Created by ITGeek_AL - Thursday, February 23, 2017 7:19 PM | Last reply by Akabe - Monday, February 27, 2017 8:21 PM -
2 Votes
shared mailbox permissions
If you want to list all permissions(for specific shared mailboxes) in single output file, you can run script as follows .Answered | 6 Replies | 901 Views | Created by Risingflight - Wednesday, December 18, 2019 6:10 AM | Last reply by Kathy Cooper - Monday, January 6, 2020 7:39 AM -
0 Votes
Mailbox folder permission
Hi, You can try something below:- $folder=Get-MailboxFolderStatistics test1@testlab.com | Where { $_.FolderPath.Contains("/") -eq $True ...Answered | 1 Replies | 673 Views | Created by AustinSundar - Monday, February 18, 2019 9:38 AM | Last reply by Ashish (Exchange Rocks) - Monday, February 18, 2019 1:06 PM -
0 Votes
mailbox permission report
Hi, You can use below script to get Exchange Online mailbox' permissions like send as, Full access and send onbehalf.Answered | 7 Replies | 1305 Views | Created by Risingflight - Wednesday, October 17, 2018 1:17 PM | Last reply by Kathy Cooper - Tuesday, April 30, 2019 6:02 AM -
2 Votes
Shared Mailbox Permissions
For getting the permissions, adding the permissions and resetting the default permissions $mailbox = ...Answered | 5 Replies | 1591 Views | Created by David S. Araujo - Monday, September 12, 2016 6:29 PM | Last reply by Johan2 Parlevliet - Monday, September 10, 2018 8:06 PM -
0 Votes
Resource Mailboxes and Permissions
Did you get this query answer or not??Answered | 14 Replies | 15209 Views | Created by Chaz4031 - Wednesday, May 26, 2010 12:49 PM | Last reply by Wintel.Amit - Friday, April 29, 2011 2:32 PM -
0 Votes
Send As Permissions for Second Mailbox
First, of all if you dont want them to, remove those permission which seems like you have done.Answered | 2 Replies | 2516 Views | Created by M Cam - Friday, April 20, 2012 10:53 AM | Last reply by - Thursday, April 16, 2015 10:54 AM -
0 Votes
Need to write powershell commandlet that will get the MailBox permission and SendAs permission
This is the coding I eventually found that gives me the information I needed for the SendAs: Get-Mailbox -ResultSize Unlimited | Get-RecipientPermission | ...Answered | 10 Replies | 773 Views | Created by ChrisPremo - Wednesday, October 18, 2017 7:53 PM | Last reply by Albert Ling - Thursday, October 26, 2017 8:17 AM -
0 Votes
"Full Mailbox Access" permission
Hi, In simple words, You are giving Full Access permission to UserB on UserA's mailbox.Answered | 3 Replies | 4481 Views | Created by Pancamo - Thursday, July 29, 2010 7:38 PM | Last reply by Gen Lin - Friday, July 30, 2010 10:18 AM -
1 Votes
reset room mailbox permissions
You cannot schedule a meeting with "CONF-Merchandising" because you do not have the appropriate permissions for that account.Answered | 5 Replies | 6590 Views | Created by Mike Koch - Wednesday, August 24, 2011 5:25 PM | Last reply by Mike Koch - Saturday, August 27, 2011 3:14 AM -
0 Votes
Mailbox owner permissions
Hi, For your expectation, I recommend configure mailbox folder permission with Reviewer instead of edit permission for all users, and add ...Answered | 4 Replies | 528 Views | Created by vic127 - Tuesday, September 13, 2016 11:45 AM | Last reply by Allen_WangJF - Wednesday, September 14, 2016 5:59 AM -
0 Votes
MailBox permissions Exchange 2010
Hi, According to your description, please run below command in EMS to double check the mailbox permission: Get-MailboxPermission ...Answered | 1 Replies | 683 Views | Created by SunOfWar - Thursday, March 12, 2015 1:12 PM | Last reply by Allen_WangJF - Friday, March 13, 2015 3:05 AM - Items 1 to 20 of 1358160 Next ›
No announcements