New Azure AD token defaults (and reminder of about token lifetime importance)

Few days ago, the Azure AD team announced that they are changing the default values for some of the parameters controlling token lifetimes. In a nutshell, any newly created tenants will have refresh token inactivity period of 90 days and unlimited max age for any refresh tokens. You can find …

Continue readingNew Azure AD token defaults (and reminder of about token lifetime importance)

Limiting eDiscovery results to specific folders only

In this month’s article for ENow’s Solutions Engine Blog, I’m doing a quick review of the recently introduced “targeted collection” feature in Office 365, one that allows you to limit the results when performing an eDiscovery or Content Search to specific folders only. This has been one of the most common asks for years, especially …

Continue readingLimiting eDiscovery results to specific folders only

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