Konkretor Blog, IT Stuff and more

linux, windows, ubuntu, aws, vmware

Skip to content
  • About
Search

Day: February 8, 2018

create a exchange role to edit active directory contacts

February 8, 2018October 21, 2019 / Konkretor / Leave a comment

Challenge: Employee want to create a  contact object in active directory ou, to manage it selfs. So they can add and remove external e-mail address on his manage distribution groups.

 

You need some powershell commands for this.

Most commands found here, thanks to paul for his great blog post.

https://practical365.com/exchange-server/exchange-server-role-based-access-control-in-action/

 

Get-ManagementRoleEntry “Mail Recipients\*” | Select Name

Get-ManagementRoleEntry “View-Only Recipients\*” | Select Name

 

New-ManagementRole -Parent “Mail Recipients” -Name “Custom Role – Mail Contacts”
New-ManagementRole -Parent “Mail Recipient Creation” -Name “Custom Role – Mail Contacts Creation”

 

Get-ManagementRoleEntry “Custom Role – Mail Contacts\*” | Where {$_.Name -notlike “*MailContact”} | Remove-ManagementRoleEntry
Get-ManagementRoleEntry “Custom Role – Mail Contacts Creation\*” | Where {$_.Name -notlike “*MailContact”} | Remove-ManagementRoleEntry

 

Get-ManagementRoleEntry “Custom Role – Mail Contacts\*”

 

Get-ManagementRoleEntry “Custom Role – Mail Contacts Creation\*”

 

New-ManagementRole -Parent “View-Only Recipients” -Name “Custom Role – View-Only Recipients”

 

Get-ManagementRoleEntry “Custom Role – View-Only Recipients\*” | Where {$_.Name -notlike “*MailContact”} | Remove-ManagementRoleEntry

 

Add-ManagementRoleEntry “Custom Role – View-Only Recipients\Get-OrganizationalUnit”
Add-ManagementRoleEntry “Custom Role – View-Only Recipients\Get-Recipient”
Add-ManagementRoleEntry “Custom Role – View-Only Recipients\Get-Contact”

 

Get-ManagementRoleEntry “Custom Role – View-Only Recipients\*”

 

New-RoleGroup –Name “Contact Editor” –Roles “Custom Role – View-Only Recipients”, “Custom Role – Mail Contacts”, “Custom Role – Mail Contacts Creation”

 

 

 

 

February 2018
M T W T F S S
 1234
567891011
12131415161718
19202122232425
262728  
« Jan   Mar »

Categories

  • apache
  • aws
  • browser
  • exchange
  • GlusterFS
  • iwsva
  • linux
  • MysSQL
  • nginx
  • other stuff
  • powershell
  • puppet
  • ubuntu
  • umwelt
  • Uncategorized
  • varnish
  • vmware
  • Windows
Follow Konkretor Blog, IT Stuff and more on WordPress.com

RSS

  • RSS - Posts
  • RSS - Comments

apache aws browser exchange GlusterFS iwsva linux MysSQL nginx other stuff powershell puppet ubuntu umwelt Uncategorized varnish vmware Windows

Tags

active directory afrika alternative apache azure conveter deployment dritte welt e-mail organisation editor elektronikschrott entsorgung erfahrung exchange exchange 2010 ext3 ext4 freeware geek os Geplante Obsoleszenz ghana green it haiku HP N36L hyper-v iscsi iscsi boot java linux linux alternative lvm mini client mini computer monitoring msi nginx nur so open source outlook 2010 performance Planned Obsolescence powershell pptp alternative putty raspberry pi rdp browser rdp im browser remote desktop privat remote desktop windows 7 samba SBS 2011 sbs exchange console schattenseiten der technik server 2012 silent install silent setup smb 2.2 smb 3.0 stop ttip subsonc ssl svn swap erweitern thin client ersatz tomcat ubuntu ubuntu werbung entfernen umwelt umweltschutz unity-lens-shopping entfernen varnish vmware werbeblocker windows 7 windows alternative zfs zfs dateisystem
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy