AzureADPreview 2.0.0.17

dotnet add package AzureADPreview --version 2.0.0.17
NuGet\Install-Package AzureADPreview -Version 2.0.0.17
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AzureADPreview" Version="2.0.0.17" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AzureADPreview --version 2.0.0.17
#r "nuget: AzureADPreview, 2.0.0.17"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AzureADPreview as a Cake Addin
#addin nuget:?package=AzureADPreview&version=2.0.0.17

// Install AzureADPreview as a Cake Tool
#tool nuget:?package=AzureADPreview&version=2.0.0.17

Azure Active Directory Module

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0.17 1,444 12/20/2018

New cmdlets New-AzureADMSGroup, Set-AzureADMSGroup and Remove-AzureADMSGroup added. These cmdlets can be used to manage Office 365 groups and dynamic groups in your directory
New cmdlets to revoke a user’s Refresh Tokens added: Revoke-AzureADSignedInUserAllRefreshTokens and Revoke-AzureADUserAllRefreshTokens
Connect-AzureAD no longer requires -Force
Naming convention change for cmdlets that call Microsoft Graph
Going forward, all cmdlets that call Microsoft Graph will have “MS” in their cmdlet names, as in “Get-AzureADMSGroup”. The cmdlets that call Azure AD Graph will not change, so there is also a “Get-AzureADGroup” cmdlet.