Monday, January 13, 2014

Create Shared Mailbox Exchange 2010 when and Why !!!

We like to create shared mailbox in Exchange 2010 , yet we get the option from GUI

image

Open PS

New-Mailbox -Shared -name MeetingsHR  -UserPrincipalName MeetingsHR@ZtekZone.com

image

It is Great we have now what we call is Shared mailbox, if you pay attention the icon within GUI has changed for the shared mailbox.

image

so what is the purpose of  this shared mailbox and why it is different then the regular mailbox ?

Shared mailbox has Disabled AD account therefore it does not have password ( wont associate with one)  therefore user principle information CANNOT be used by the shared owners to log into this mailbox. Sole Purpose to be used as Shared MB, e-mails , calendar etc..

image

Now you have the Shared mailbox you can assign Full MB permissions to users who wish to have access to this mailbox

 

Add-MailboxPermission MeetingsHR -AccessRights FullAccess -User Casey.Dedeal

image

 

image

image

image

Now for some reason if I want to change the “RecipientTypedetails” for this shared mailbox.

The different Recipient Types you can set:
Regular
Room
Equipment
Shared

get-mailbox  MeetingsHR | Set-Mailbox -Type Regular

him since the account did not have any password we could not convert it as you can see so we need to set proper password for the account

image

Lets do that

image

Try again

get-mailbox  MeetingsHR | Set-Mailbox -Type Regular

Now it is set to ne UserMailbox

image

So what happens if I set regular user mailbox to shared MB ?

 

image

image

Get-Mailbox *dedeal* | fl name,*recipient*

image

Nice now my account says it is shared mailbox, so what happen to my AD account ?

As you can guess it is disabled

image

happy playing….

Best regards,
Oz Casey , Dedeal
MCITP (EMA), MCITP (SA)
MCSE 2003, M+, S+, MCDST
Security+, Project +, Server +
Http://smtp25.blogspot.com (Blog)
Http://telnet25.wordpress.com (Blog)

Wednesday, January 8, 2014

Use to retrieve the status of the Exchange Server related VSS Writers

 

If you are in the large enterprise environment and wondering  if you could run one script to get all Exchange related VSS writers and their status here is simple script that will help you get the work done

http://gallery.technet.microsoft.com/scriptcenter/Use-to-retrieve-the-status-3fc45df6

image

image

Oz Casey, Dedeal

Exchange Server North America MVP

MCITP (EMA), MCITP (SA)
MCSE 2003, M+, S+, MCDST
Security+, Project +, Server +
http://smtp25.blogspot.com/ (Blog)
http://telnet25.wordpress.com/ (Blog)
--------------------------------------------------------