Self-service trial experience available for Teams Exploratory


Message Summary

Starting in April, individual users in your organization can initiate a self-service trial of Microsoft Teams Exploratory using their AAD credentials with no requirement to input payment information, while providing complete visibility and control to their Microsoft 365 admin.

When this will happen:

Will begin rolling this out in early April and expect to complete by mid-April.

How this will affect your organization:

Users will be able to initiate a Teams Exploratory trial by signing into the Teams desktop app or the web app using their AAD account. Self-service trial licenses will be a part of your Microsoft organizational tenant, and you will be able to manage these licenses like other Microsoft subscriptions. You will be able to cancel trial licenses at any time.

You will also fully control whether trials are converted to paid subscriptions. Users won’t need to input payment information when signing up. If a user would like to convert to a paid license, they must work with you directly to do so as there is no auto-renew functionality for these trials.

If a user isn’t upgraded to a paid subscription, all services included in their Microsoft Teams Exploratory will end, and your user may lose access to their data stored in Microsoft Teams, OneDrive, and SharePoint. The customer data for all services associated with the Microsoft Teams Exploratory trial will be handled in accordance with the Microsoft Online Subscription Agreement and the Product Terms

What you need to do to prepare:

Global or billing admins can use the same self-service purchase controls to disable self-service trials while making use of subscription management capabilities to oversee and manage trial licenses on the Your Products page in the Billing section of Microsoft 365 admin center. 

Note: This is a new Teams Exploratory trial and is enabled or disabled independently of past trial offerings. 

Review our updated self-service purchase and trial documentation here. We’ve added important information about the way trials work, the data that is collected, and the terms that apply.

Within the admin center, you can move users to a paid Microsoft 365 subscription to allow users with a Microsoft Teams Exploratory trial to continue using Teams after their trial expires. Alternatively, if you have Teams Premium or Microsoft 365 licenses available, you can also choose to let users auto-claim licenses the first time they sign in by creating an auto-claim policy. This provides users the ability to automatically claim a product license the first time they sign into an app such as Microsoft Teams. Learn more about managing auto-claim policies for Teams here.

Learn more about Teams Exploratory here

How to control it using PowerShell:

  1. Install-Module -Name MSCommerce
  2. Import-Module -Name MSCommerce
  3. Connect-MSCommerce
  4. Get-MSCommercePolicy -PolicyId AllowSelfServicePurchase - This will display what is the current status
  5. Get-MSCommerceProductPolicies -PolicyId AllowSelfServicePurchase - This will list of self-service purchase products and their status.
Get the policy setting for a specific product: Get-MSCommerceProductPolicy -PolicyId AllowSelfServicePurchase -ProductId CFQ7TTC0KP0N

Enable a policy setting for a specific product: Update-MSCommerceProductPolicy -PolicyId AllowSelfServicePurchase -ProductId CFQ7TTC0KP0N -Value "Enabled"

Disable a policy setting for a specific product: Update-MSCommerceProductPolicy -PolicyId AllowSelfServicePurchase -ProductId CFQ7TTC0KP0N -Value "Disabled"

All a user to try a specific product without a payment method: Update-MSCommerceProductPolicy -PolicyId AllowSelfServicePurchase -ProductId CFQ7TTC0KP0N -Value "OnlyTrialsWithoutPaymentMethod"

Microsoft provided this example script how to automate this PowerShell module. This will disable Power Automate per user licence. 

Import-Module -Name MSCommerce
Connect-MSCommerce #sign-in with your global or billing administrator account when prompted
$product = Get-MSCommerceProductPolicies -PolicyId AllowSelfServicePurchase | where {$_.ProductName -match 'Power Automate per user'}
Update-MSCommerceProductPolicy -PolicyId AllowSelfServicePurchase -ProductId $product.ProductID -Value "Disabled"


Comments

Popular posts from this blog

Understanding Microsoft Teams Room Licence Changes Coming July 2023

Microsoft Teams Elevates External Collaboration with its New Feature Rollout

Enhance Teamwork with Microsoft Teams' New Feature: Collaborative Stageview