< Back

Get-PartnerEnvironment

Sat Jan 18, 2020 6:31 pm

NAME Get-PartnerEnvironment



SYNOPSIS

Get endpoints and metadata for an instance of Partner Center.





SYNTAX

Get-PartnerEnvironment [[-Name] {AzureChinaCloud | AzureCloud | AzureGermanCloud | AzurePPE | AzureUSGovernment}]

[<CommonParameters>]





DESCRIPTION

Get endpoints and metadata for an instance of Partner Center.





PARAMETERS

-Name <String>

The name of the environment.



Required? false

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

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

System.String







OUTPUTS

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







NOTES









-------------------------- Example 1 --------------------------



PS C:\\> Get-PartnerEnvironment



Get endpoints and metadata for an instance of Partner Center.







RELATED LINKS

Online Version: https://docs.microsoft.com/powershell/m ... nvironment