View all of our Customer and Partner Stories from the MSOnline Blog
See who picked BPOS over the competition
Read past blog posts from This Week in BPOS News
View recordings of webinars
Watch Executive Videos
Microsoft Online Services Announcements
Get walkthroughs and help with these posts that show you "How To"
Microsoft is updating the Microsoft Online Services Transporter Tools (aka Microsoft Online Services Migration Tools), adding commandlets to allow Administrators to manage password expiration for user accounts, permissions for Exchange Online mailboxes, and server-side forwarding rules for Exchange Online.
The following commandlets are included as part of this update:
Administrators setting non-expiring passwords for user accounts in their organization will need to be aware of actions required when the organization transitions from BPOS-Standard to Office 365. Required steps for organizations with non-expiring passwords can be found in an earlier post to this blog on the topic.
Add-MSOnlineMailPermission. With this commandlet, Administrators can establish alternate permissions for an Exchange Online mailbox, such as granting full access to a delegate or granting send-as and send-on-behalf permissions to a delegate.
The updated Transporter Tool supporting these PowerShell commandlets are now available via the Microsoft Download Center.
When can we expect a script to set all passwords to never expire for our organization. Support does not have one yet.
doing it one by one should not be our only option.
You can try this command within Office 365:
Get-MSOLUser | Set-MsolUser -PasswordNeverExpires $true