|
| 1 | +--- |
| 2 | +external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml |
| 3 | +applicable: Skype for Business Online |
| 4 | +title: Get-CsTeamsUpgradeStatus |
| 5 | +schema: 2.0.0 |
| 6 | +manager: |
| 7 | +author: salarson |
| 8 | +ms.author: salarson |
| 9 | +ms.reviewer: |
| 10 | +--- |
| 11 | + |
| 12 | +# Get-CsTeamsUpgradeStatus |
| 13 | + |
| 14 | +## SYNOPSIS |
| 15 | +Returns information related to the Microsoft-driven automated upgrade status from Skype for Business Online to Teams. |
| 16 | + |
| 17 | + |
| 18 | +## SYNTAX |
| 19 | + |
| 20 | +### Identity (Default) |
| 21 | +``` |
| 22 | +Get-CsTeamsUpgradeStatus [-Tenant <Guid>] [-WhatIf] [-Confirm] [<CommonParameters>] |
| 23 | +``` |
| 24 | + |
| 25 | +### Filter |
| 26 | +``` |
| 27 | +Get-CsTeamsUpgradeStatus [-Tenant <Guid>] [-WhatIf] [-Confirm] [<CommonParameters>] |
| 28 | +``` |
| 29 | + |
| 30 | +## DESCRIPTION |
| 31 | +TeamsUpgradeStatus is used to check the status of customers eligible for Microsoft-driven automated upgrade of Skype for Business Online to Teams. |
| 32 | + |
| 33 | +You can also find more guidance here: [Getting started with your Microsoft Teams upgrade](https://docs.microsoft.com/MicrosoftTeams/upgrade-start-here). |
| 34 | + |
| 35 | +## EXAMPLES |
| 36 | + |
| 37 | +### Example 1: The below example shows an example of TeamsUpgradeStatus with the tenant being scheduled for Microsoft-driven automated upgrade. |
| 38 | +``` |
| 39 | +PS C:\> Get-CsTeamsUpgradeStatus |
| 40 | +
|
| 41 | +TenantId : ca573b31-a0db-4185-951e-3af848668397 |
| 42 | +State : ScheduledForUpgrade |
| 43 | +OptInEligibleDate : 2018-04-12 18:06:36Z |
| 44 | +UpgradeScheduledDate : 2018-06-15 00:00:00Z |
| 45 | +UserNotificationDate : 2018-07-05 00:00:00Z |
| 46 | +UpgradeDate : 2018-07-10 00:00:00Z |
| 47 | +LastStateChangeDate : 2018-06-06 22:52:21Z |
| 48 | +
|
| 49 | +
|
| 50 | +``` |
| 51 | + |
| 52 | +For more information on the results from the above example please reference the table below: |
| 53 | + |
| 54 | +* State: Tenant is scheduled to be upgraded via automated upgrade on the date returned. |
| 55 | +* OptInEligbleDate: Tenant is OptInEligible since 2018-04-12 18:06:36Z. (tenant admin can upgrade users on own since 2018-04-12 18:06:36Z) |
| 56 | +* UpgradeScheduledDate: Tenant’s upgrade is/was scheduled to start at 2018-06-15 00:00:00Z. (When the tenant was first notified of the upgrade via the M365 Message Center) |
| 57 | +* UserNotificationDate: Tenant’s end users will be/were notified starting 2018-07-05 00:00:00Z via SfB Client. |
| 58 | +* UpgradeDate: Tenant will be/was upgraded by Microsoft at 2018-07-10 00:00:00Z |
| 59 | +* LastStateChangeDate: Tenant’s state was last changed at 2018-06-06 22:52:21Z. |
| 60 | + |
| 61 | +For more information on the various upgrade “States” please reference the table below: |
| 62 | + |
| 63 | +* Null – Tenant isn't yet in the automated upgrade system. |
| 64 | +* OptInEligible – Tenant will be invited to a Microsoft driven upgrade at some point in the future. |
| 65 | +* ScheduledForUpgrade – Tenant is scheduled to be upgraded via automated upgrade on the date returned. This refers to the date that the tenant was first scheduled. Admins who click the Postpone button in the Teams Admin Portal will see the UpgradeDate move out 30 days but will not see a change in the Upgrade ScheduledDate field nor the OptInEligibleDate field. |
| 66 | +* Upgraded – Date that Tenant will be or has been upgraded. |
| 67 | +* Exempt – Tenant is exempt from Microsoft drive upgrade currently. |
| 68 | + |
| 69 | + |
| 70 | +## PARAMETERS |
| 71 | + |
| 72 | +### -Confirm |
| 73 | +Prompts you for confirmation before executing the command. |
| 74 | + |
| 75 | +```yaml |
| 76 | +Type: SwitchParameter |
| 77 | +Parameter Sets: (All) |
| 78 | +Aliases: cf |
| 79 | +Applicable: Skype for Business Online |
| 80 | + |
| 81 | +Required: False |
| 82 | +Position: Named |
| 83 | +Default value: None |
| 84 | +Accept pipeline input: False |
| 85 | +Accept wildcard characters: False |
| 86 | +``` |
| 87 | +
|
| 88 | +### -WhatIf |
| 89 | +Describes what would happen if you executed the command without actually executing the command. |
| 90 | +
|
| 91 | +```yaml |
| 92 | +Type: SwitchParameter |
| 93 | +Parameter Sets: (All) |
| 94 | +Aliases: wi |
| 95 | +Applicable: Skype for Business Online |
| 96 | + |
| 97 | +Required: False |
| 98 | +Position: Named |
| 99 | +Default value: None |
| 100 | +Accept pipeline input: False |
| 101 | +Accept wildcard characters: False |
| 102 | +``` |
| 103 | +
|
| 104 | +### -Tenant |
| 105 | +{{Fill Tenant Description}} |
| 106 | +
|
| 107 | +```yaml |
| 108 | +Type: Guid |
| 109 | +Parameter Sets: (All) |
| 110 | +Aliases: |
| 111 | +Applicable: Skype for Business Online |
| 112 | + |
| 113 | +Required: False |
| 114 | +Position: Named |
| 115 | +Default value: None |
| 116 | +Accept pipeline input: False |
| 117 | +Accept wildcard characters: False |
| 118 | +``` |
| 119 | +
|
| 120 | +### CommonParameters |
| 121 | +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. |
| 122 | +For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216). |
| 123 | +
|
| 124 | +## INPUTS |
| 125 | +
|
| 126 | +### None |
| 127 | +
|
| 128 | +## OUTPUTS |
| 129 | +
|
| 130 | +### None |
| 131 | +## NOTES |
| 132 | +
|
| 133 | +## RELATED LINKS |
| 134 | +
|
| 135 | +* [Get-CsTeamsUpgradeConfiguration](Get-CsTeamsUpgradeConfiguration.md) |
| 136 | +
|
| 137 | +* [Grant-CsTeamsUpgradePolicy](Grant-CsTeamsUpgradePolicy.md) |
| 138 | +
|
| 139 | +* [Migration and interoperability guidance for organizations using Teams together with Skype for Business](https://docs.microsoft.com/MicrosoftTeams/migration-interop-guidance-for-teams-with-skype) |
| 140 | +
|
| 141 | +* [Skype for Business Online retirement on July 31, 2021](https://support.microsoft.com/en-us/help/4511540/retirement-of-skype-for-business-online) |
| 142 | +
|
| 143 | +* [Upgrade Basic guidance](https://docs.microsoft.com/en-us/MicrosoftTeams/upgrade-basic) |
| 144 | +
|
| 145 | +* [Transitioning from Skype for Business to Microsoft Teams via FastTrack](https://www.microsoft.com/en-us/fasttrack/skype-for-business-transition-to-teams?rtc=1 |
| 146 | +) |
0 commit comments