You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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:
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.
The text was updated successfully, but these errors were encountered: