< Back

Set-PartnerLegalProfile

Sat Jan 18, 2020 6:37 pm

NAME Set-PartnerLegalProfile



SYNOPSIS

Updates the partner's legal profile.





SYNTAX

Set-PartnerLegalProfile [-AddressLine1 <String>] [-AddressLine2 <String>] [-City <String>] [-Country <String>]

[-DisableValidation] [-EmailAddress <String>] [-FirstName <String>] [-LastName <String>] [-PhoneNumber <String>]

[-PostalCode <String>] [-Region <String>] [-State <String>] [-Confirm] [-WhatIf] [<CommonParameters>]





DESCRIPTION

Updates the partner's legal profile.





PARAMETERS

-AddressLine1 <String>

The first line of the address.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-AddressLine2 <String>

The second line of the adress.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-City <String>

The city portion of the address.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Country <String>

The country portion of the address.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-DisableValidation [<SwitchParameter>]

A flag that indicates whether the additional client side validation should be disabled.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-EmailAddress <String>

The email address of the primary billing contact.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-FirstName <String>

The first name of the primary billing contact.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-LastName <String>

The last name of the primary billing contact.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-PhoneNumber <String>

The phone number of the primary billing contact.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-PostalCode <String>

The postal code portion of the address.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Region <String>

The region portion of the address.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-State <String>

The state portion of the address.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Prompts you for confirmation before running the cmdlet.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]

Shows what would happen if the cmdlet runs. The cmdlet is not run.



Required? false

Position? named

Default value False

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.Partners.PSLegalBusinessProfile







NOTES









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



PS C:\\> Set-PartnerLegalProfile -AddressLine1 '700 Bellevue Way NE' -City 'Bellevue' -PostalCode '98004' -State

'WA'



Updates the partner's legal profile.







RELATED LINKS

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