Clearing AIP client and PowerShell module token cache

The question on how to “log out” of the Azure Information Protection client or the corresponding Office add-in is one that seems to pop up often. The AIP team has actually published information on how to achieve this task in the following article. In a nutshell, in order to reset authentication for the client, you …

Continue readingClearing AIP client and PowerShell module token cache

New version of the AzureAD PowerShell (Preview) module released, brings support for Groups lifecycle policies

In case you missed it, a new version of the AzureADPreview PowerShell module has been released yesterday, namely version 2.0.0.137. This new version brings support for controlling Office 365 Groups lifecycle policies, by means of the following cmdlets: Add-AzureADMSLifecyclePolicyGroup Get-AzureADMSGroupLifecyclePolicy Get-AzureADMSLifecyclePolicyGroup New-AzureADMSGroupLifecyclePolicy Remove-AzureADMSGroupLifecyclePolicy Remove-AzureADMSLifecyclePolicyGroup Reset-AzureADMSLifeCycleGroup Set-AzureADMSGroupLifecyclePolicy The cmdlets help is still not …

Continue readingNew version of the AzureAD PowerShell (Preview) module released, brings support for Groups lifecycle policies

The issue that shouldn’t have been #1 – Office digital signatures

Introducing a new series There is no doubt that we live in interesting times as the world of IT changes with faster pace than ever. Cloud, DevOps, continuous integration/deployment – it’s all so exciting. When it works. There is no denying that it does work most of the time, at …

Continue readingThe issue that shouldn’t have been #1 – Office digital signatures

Office 365 Permissions Inventory scripts vol3

Continuing the Permissions inventory series, I’ve published two more scripts on the TechNet Gallery. Both scripts deal with mailbox folder permissions, in the first case only covering the default Calendar folder. Both scripts use much of the same code, after all getting the permissions is performed via the Get-MailboxFolderPermission cmdlet. …

Continue readingOffice 365 Permissions Inventory scripts vol3

Office 365 Permission Inventory: Mailbox folder permissions

For the next article in our “permissions inventory” series, we will cover mailbox folder permissions. The PowerShell script included in this article will help you generate a detailed report on all (or some) folders across all (or some) mailboxes in the company, along with their permissions. While similar to the …

Continue readingOffice 365 Permission Inventory: Mailbox folder permissions