Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions teams/teams-ps/MicrosoftTeams/Get-CsTenant.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ In the Teams PowerShell Module version 3.0.0 or later, the following attributes

- AdminDescription
- AllowedDataLocation
- AnnoucementDisabled
- AssignedLicenses
- DefaultDataLocation
- DefaultPoolFqdn
Expand All @@ -54,6 +55,7 @@ In the Teams PowerShell Module version 3.0.0 or later, the following attributes
- LastSubProvisionTimeStamp
- MNCEnableTimeStamp
- Name
- NameRecordingDisabled
- NonPrimarySource
- ObjectCategory
- ObjectClass
Expand All @@ -66,6 +68,7 @@ In the Teams PowerShell Module version 3.0.0 or later, the following attributes
- OnPremSecurityIdentifier
- OriginalRegistrarPool
- OriginatingServer
- Pools
- PendingDeletion
- Phone
- ProvisioningCounter
Expand All @@ -76,9 +79,12 @@ In the Teams PowerShell Module version 3.0.0 or later, the following attributes
- PublishingStamp
- RegistrarPool
- RemoteMachine
- ServiceNumberCount
- SubProvisioningCounter
- SubProvisioningStamp
- SubscriberNumberCount
- SyncingCounter
- TnmAccountId
- TeamsUpgradeEligible
- TelehealthEnabled
- TenantNotified
Expand Down Expand Up @@ -219,4 +225,15 @@ The `Get-CsTenant` cmdlet accepts pipelined instances of the Microsoft.Rtc.Manag

## NOTES

Post January 2026, administrators will no longer see values populated for the following properties in the output of the Get-CsTenant cmdlet for all existing and new TPM versions in Commercial and GCC High and DoD environments.

- DefaultDataLocation
- DefaultPoolFqdn
- Pools
- TnmAccountId
- ServiceNumberCount
- SubscriberNumberCount
- AnnoucementsDisabled
- NameRecordingDisabled

## RELATED LINKS