Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
57 lines (37 loc) · 1.07 KB

Get-PCAddressRulesByMarket.md

File metadata and controls

57 lines (37 loc) · 1.07 KB

Get-PCAddressRulesByMarket

Retrieves a list of address rules for a specified market.

SYNTAX

Get-PCAddressRulesByMarket [-CountryId] <String> [[-SaToken] <String>] [<CommonParameters>]

DESCRIPTION

The Get-PCAddressRulesByMarket returns a list of rules for the specified market.

PARAMETERS

-CountryId <String>

Specifies a two-character ISO 2 country code.

Required?                    true
Position?                    1
Default value
Accept pipeline input?       false
Accept wildcard characters?  false

-SaToken <String>

Specifies an authentication token you have created with your Partner Center credentials.

Required?                    false
Position?                    2
Default value                $GlobalToken
Accept pipeline input?       false
Accept wildcard characters?  false

INPUTS

OUTPUTS

NOTES

You need to have authenticated before running this cmdlet.

EXAMPLES

EXAMPLE 1

Return the address rules for the US.

PS C:\>Get-PCAddressRulesByMarket -CountryId US