Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Latest commit

 

History

History
64 lines (45 loc) · 1.67 KB

Get-PartnerEnvironment.md

File metadata and controls

64 lines (45 loc) · 1.67 KB
content_git_url external help file Module Name online version original_content_git_url schema
Microsoft.Store.PartnerCenter.PowerShell.dll-Help.xml
PartnerCenter
2.0.0

Get-PartnerEnvironment

SYNOPSIS

Get endpoints and metadata for an instance of Partner Center.

SYNTAX

Get-PartnerEnvironment [[-Name] <String>] [<CommonParameters>]

DESCRIPTION

Get endpoints and metadata for an instance of Partner Center.

EXAMPLES

Example 1

PS C:\> Get-PartnerEnvironment

Get endpoints and metadata for an instance of Partner Center.

PARAMETERS

-Name

The name of the environment.

Type: String
Parameter Sets: (All)
Aliases:
Accepted values: AzureChinaCloud, AzureCloud, AzureGermanCloud, AzurePPE, AzureUSGovernment

Required: False
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.String

OUTPUTS

Microsoft.Store.PartnerCenter.PowerShell.Models.Authentication.PSPartnerEnvironment

NOTES

RELATED LINKS