Set-MsolPartnerInformation
Updated: July 30, 2015
Applies To: Azure, Office 365, Windows Intune
Note
- The cmdlets were previously known as the Microsoft Online Services Module for Windows PowerShell cmdlets.
The Set-MsolPartnerInformation cmdlet is used by partners to set partner-specific properties. These properties can be viewed by all tenants to whom the partner has access.
Syntax
Set-MsolPartnerInformation [-PartnerCommerceUrl <string>] [-PartnerHelpUrl <string>] [-PartnerSupportEmails <string>] [-PartnerSupportTelephones <string>] [-PartnerSupportUrl <string>] [-TenantId <Guid>] [<CommonParameters>]
Parameters
-PartnerCommerceUrl <string>
URL for the partner's commerce website.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-PartnerHelpUrl <string>
URL for the partner's Help website.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-PartnerSupportEmails <string>
Support email address for the partner.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-PartnerSupportTelephones <string>
Support telephone numbers for the partner.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-PartnerSupportUrl <string>
URL for the partner's support website.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-TenantId <Guid>
The unique ID of the tenant to perform the operation on. If this is
not provided, then the value will default to the tenant of the current
user. This parameter is only applicable to partner users.
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer and OutVariable. For more information, type,
"get-help about_commonparameters".
Examples
The following command updates the help URL for this partner.
Set-MsolPartnerInformation -PartnerHelpUrl "https://help.contoso.com"
Additional Resources
There are several other places you can get more information and help. These include: