In this Azure PowerShell article, we will discuss the syntax and usage of the Get-AzTenantBackfillStatus Azure PowerShell cmdlet with examples.
Table of Contents
Get-AzTenantBackfillStatus
Get-AzTenantBackfillStatus is a very good PowerShell cmdlet to get the status of the Tenant Backfill Subscription.
Syntax
Below is the syntax of the Get-AzTenantBackfillStatus Azure PowerShell cmdlet.
Get-AzTenantBackfillStatus
Example:
You can run the below command to get your ongoing Tenant Backfill Subscription status.
Get-AzTenantBackfillStatus
After executing the above command, I got the below output
PS C:\Users\Bijay> Get-AzTenantBackfillStatus
TenantId Status
-------- ------
5d9d690a-0310-474d-ae9b-42df2d679228 Completed
You can see the same output here

You may also like following the below articles
Wrapping Up
In this Azure article, we have discussed the syntax and usage of Get-AzTenantBackfillStatus Azure PowerShell cmdlet with examples. Thanks for reading this article !!!