< Back
Set-PartnerOrganizationProfile
Post
NAME Set-PartnerOrganizationProfile
SYNOPSIS
Updates the partner's organization profile
SYNTAX
Set-PartnerOrganizationProfile [-AddressLine1 <String>] [-AddressLine2 <String>] [-City <String>] [-CompanyName
<String>] [-Country <String>] [-Culture <String>] [-DisableValidation] [-Email <String>] [-FirstName <String>]
[-Language <String>] [-LastName <String>] [-PhoneNumber <String>] [-PostalCode <String>] [-State <String>]
[-Confirm] [-WhatIf] [<CommonParameters>]
DESCRIPTION
Updates the partner's organization 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 address.
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
-CompanyName <String>
The company name.
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
-Culture <String>
The preferred organization culture.
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
-Email <String>
The organization technical contact's email address.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-FirstName <String>
The primary organization contact's first name.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Language <String>
The primary organization language.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-LastName <String>
The primary organization contact's last name.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-PhoneNumber <String>
The primary organization contact's phone number.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-PostalCode <String>
The postal code 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.PSOrganizationProfile
NOTES
-------------------------- Example 1 --------------------------
PS C:\\> Set-PartnerOrganizationProfile -AddressLine1 '700 Bellevue Way NE' -City 'Bellevue' -PostalCode '98004'
-State 'WA'
Updates the partner's organization profile
RELATED LINKS
Online Version: https://docs.microsoft.com/powershell/m ... ionProfile
SYNOPSIS
Updates the partner's organization profile
SYNTAX
Set-PartnerOrganizationProfile [-AddressLine1 <String>] [-AddressLine2 <String>] [-City <String>] [-CompanyName
<String>] [-Country <String>] [-Culture <String>] [-DisableValidation] [-Email <String>] [-FirstName <String>]
[-Language <String>] [-LastName <String>] [-PhoneNumber <String>] [-PostalCode <String>] [-State <String>]
[-Confirm] [-WhatIf] [<CommonParameters>]
DESCRIPTION
Updates the partner's organization 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 address.
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
-CompanyName <String>
The company name.
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
-Culture <String>
The preferred organization culture.
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
-Email <String>
The organization technical contact's email address.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-FirstName <String>
The primary organization contact's first name.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Language <String>
The primary organization language.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-LastName <String>
The primary organization contact's last name.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-PhoneNumber <String>
The primary organization contact's phone number.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-PostalCode <String>
The postal code 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.PSOrganizationProfile
NOTES
-------------------------- Example 1 --------------------------
PS C:\\> Set-PartnerOrganizationProfile -AddressLine1 '700 Bellevue Way NE' -City 'Bellevue' -PostalCode '98004'
-State 'WA'
Updates the partner's organization profile
RELATED LINKS
Online Version: https://docs.microsoft.com/powershell/m ... ionProfile