You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the [Get-EnrollmentAccount command](/powershell/module/azurerm.billing/get-azurermenrollmentaccount) to list all enrollment accounts you have access to.
88
+
Use the [Get-AzureRmEnrollmentAccount command](/powershell/module/azurerm.billing/get-azurermenrollmentaccount) to list all enrollment accounts you have access to.
89
89
90
90
```azurepowershell-interactive
91
-
Get-EnrollmentAccount
91
+
Get-AzureRmEnrollmentAccount
92
92
```
93
93
94
94
Azure responds with a list of the Object IDs and email addresses of accounts.
0 commit comments