Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bulk Create Exchange Mailboxes for AD users and configure settings #32

Open
CiscoK005 opened this issue Mar 3, 2021 · 1 comment
Open
Labels
post-idea up-for-grabs Tag - open for anyone to work

Comments

@CiscoK005
Copy link

I was trying to update an old line in our PowerShell script to create an exchange mailbox for users with no mailbox
Here's what I have so far:

The goal is to:

  1. Create Mailbox for all ADusers with No mailbox in a specific OU
  2. Add A CustomAttribute in Attribute9
  3. Disable IMAP and POP

Get-User -OrganizationalUnit Our UserOU -RecipentTypeDetails User | Enable-Mailbox -database “Your Database” | Set-Mailbox -CustomAttribute9 OurAttribute | Set-CASMailbox –PopEnabled $False –IMAPEnabled $False

Any help you provide would be extremely appreciated.

@doctordns
Copy link
Contributor

I like the idea.

What is the business use of this? What business problem would be being solved. I'd like to ensure this bog focuses on applying PowerShell rather than using it just because we can. :-).

What are you envisioning using for Attribute9. and where do you get the value for this object attribute?

@doctordns doctordns added the up-for-grabs Tag - open for anyone to work label Mar 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
post-idea up-for-grabs Tag - open for anyone to work
Projects
None yet
Development

No branches or pull requests

2 participants