Delete site collection

Remove-SPODeletedSite – Actually removing a SharePoint Online Site Collection

This post describes the actual, working, and the fast process of removing a site collection in SharePoint Online using the Remove-SPODeletedSite commandlet in SharePoint Online Management Shell (a flavor of PowerShell). Description Sometimes you need to get rid of a site collection you’ve created in SharePoint Online. The most typical example perhaps…Continue reading Remove-SPODeletedSite – Actually removing a SharePoint Online Site Collection

IDCRL error in PowerShell

Fixing “Connect-SPOService : Identity Client Runtime Library (IDCRL) could not look up the realm information for a federated sign-in.” -error

This post describes my super-simple fix to a weird error about “Identity Client Runtime Library (IDCRL)” failing with federated sign-in when running PowerShell scripts against SharePoint Online. One typical form of the error might be something along the lines of “Identity Client Runtime Library (IDCRL) could not look up the…Continue reading Fixing “Connect-SPOService : Identity Client Runtime Library (IDCRL) could not look up the realm information for a federated sign-in.” -error