From the course: PowerShell for Microsoft 365 Administration
Unlock the full course today
Join today to access over 25,200 courses taught by industry experts.
How to create, update, delete, and manage mailboxes
From the course: PowerShell for Microsoft 365 Administration
How to create, update, delete, and manage mailboxes
- [Instructor] My managing exchange mailboxes is fairly straightforward. Using the new commands for example, we can say, Get-EXOMailbox. And the first thing we can do is learn about what's called the result size, which is going to allow us to return all of the mailboxes, and the Get-EXOMailbox is obviously a faster option. Now, obviously when it returns back, we get this kind of weird structure where it just renders everything. So what we can do is do a select object. And then for example, we could say, I want name, let's have a quick look here. We can say, just copy this value. So primary SMTP, we can paste this here and then I can do Enter. And then of course we get a different view. We get the name of the user and the primary SMTP. So when we bring information back, we don't actually have to stick with the view that's there, but the EXO mailbox one will return all of the values about a specific mailbox. Now, if…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.