Set-MsolPartnerInformation
Sets company information for partners.
Syntax
Set-MsolPartnerInformation
[-ObjectId <Guid>]
[-CompanyType <CompanyType>]
[-PartnerCompanyName <String>]
[-PartnerSupportTelephones <String[]>]
[-PartnerSupportEmails <String[]>]
[-PartnerCommerceUrl <String>]
[-PartnerSupportUrl <String>]
[-PartnerHelpUrl <String>]
[-TenantId <Guid>]
[<CommonParameters>]
Description
The Set-MsolPartnerInformation cmdlet is used by partners to set partner-specific properties. These properties can be viewed by all tenants that the partner has access to.
Examples
Example 1: Update the help URL
PS C:\> Set-MsolPartnerInformation -PartnerHelpUrl "http://www.help.contoso.com"
This command updates the help URL for this partner.
Parameters
-CompanyType
Specifies the partner's company type.
Type: | CompanyType |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-ObjectId
Specifies the unique object ID of the partner.
Type: | Guid |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-PartnerCommerceUrl
Specifies the URL for the partner's commerce website.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-PartnerCompanyName
Specifies the partner's company name.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-PartnerHelpUrl
Specifies the URL for the partner's Help website.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-PartnerSupportEmails
Specifies the support email address for the partner.
Type: | String[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-PartnerSupportTelephones
Specifies the support telephone numbers for the partner.
Type: | String[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-PartnerSupportUrl
Specifies the URL for the partner's support website.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-TenantId
Specifies the unique ID of the tenant on which to perform the operation. The default value is the tenant of the current user. This parameter applies only to partner users.
Type: | Guid |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |