What disabled really means in Exchange Online

Some fun facts about the status of accounts/mailboxes in Exchange Online: Shared and resource mailbox accounts are not blocked by default (i.e. the BlockCredential property is not set to True), they are disabled in Exchange. You can change the password for a shared/resource mailbox account by using the Set-MsolPassword cmdlet, and …

Continue readingWhat disabled really means in Exchange Online

Obtain SharePoint Online URL for Connect-SPOService

This goes under the category “mostly useless”, but nevertheless is an interesting example. Hardcoding stuff in scripts is never a good thing, so why not obtain the correct URL using the tools we already have (apart from copy/paste that is). Turns out the information about all accessible endpoints can be …

Continue readingObtain SharePoint Online URL for Connect-SPOService