< Back
Get-PartnerCustomerManagedService
Post
NAME Get-PartnerCustomerManagedService
SYNOPSIS
Gets the managed services for a customer.
SYNTAX
Get-PartnerCustomerManagedService [-CustomerId] <String> [-ManagedServiceId <String>] [<CommonParameters>]
DESCRIPTION
Gets the managed services for a customer. In other words, get links to all of the customer's subscriptions for
which you have delegated admin privileges. You can use these links to provide support and file service requests
with Microsoft.
PARAMETERS
-CustomerId <String>
Identifier for the customer.
Required? true
Position? 0
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-ManagedServiceId <String>
A string that identifies the managed service.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
OUTPUTS
Microsoft.Store.PartnerCenter.PowerShell.Models.ManagedServices.PSManagedService
NOTES
-------------------------- Example 1 --------------------------
PS C:\\> Get-PartnerCustomerManagedService 46a62ece-10ad-42e5-b3f1-b2ed53e6fc08
Gets the managed services for the customer with the identifier of 46a62ece-10ad-42e5-b3f1-b2ed53e6fc08.
-------------------------- Example 2 --------------------------
PS C:\\> Get-PartnerCustomerManagedService -CustomerId 46a62ece-10ad-42e5-b3f1-b2ed53e6fc08 -ManagedServiceId
Exchange
Gets the Exchange managed services for the customer with the identifier of 46a62ece-10ad-42e5-b3f1-b2ed53e6fc08.
RELATED LINKS
Online Version: https://docs.microsoft.com/powershell/m ... gedService
SYNOPSIS
Gets the managed services for a customer.
SYNTAX
Get-PartnerCustomerManagedService [-CustomerId] <String> [-ManagedServiceId <String>] [<CommonParameters>]
DESCRIPTION
Gets the managed services for a customer. In other words, get links to all of the customer's subscriptions for
which you have delegated admin privileges. You can use these links to provide support and file service requests
with Microsoft.
PARAMETERS
-CustomerId <String>
Identifier for the customer.
Required? true
Position? 0
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-ManagedServiceId <String>
A string that identifies the managed service.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
OUTPUTS
Microsoft.Store.PartnerCenter.PowerShell.Models.ManagedServices.PSManagedService
NOTES
-------------------------- Example 1 --------------------------
PS C:\\> Get-PartnerCustomerManagedService 46a62ece-10ad-42e5-b3f1-b2ed53e6fc08
Gets the managed services for the customer with the identifier of 46a62ece-10ad-42e5-b3f1-b2ed53e6fc08.
-------------------------- Example 2 --------------------------
PS C:\\> Get-PartnerCustomerManagedService -CustomerId 46a62ece-10ad-42e5-b3f1-b2ed53e6fc08 -ManagedServiceId
Exchange
Gets the Exchange managed services for the customer with the identifier of 46a62ece-10ad-42e5-b3f1-b2ed53e6fc08.
RELATED LINKS
Online Version: https://docs.microsoft.com/powershell/m ... gedService