< Back

Publish-CrmTheme

Sat Jan 18, 2020 4:04 pm

NAME Publish-CrmTheme



SYNOPSIS

Publishes a Theme for a CRM Organization.





SYNTAX

Publish-CrmTheme [-conn <CrmServiceClient>] [-ThemeName] <String> [<CommonParameters>]



Publish-CrmTheme [-conn <CrmServiceClient>] [-ThemeId] <Guid> [<CommonParameters>]





DESCRIPTION

The Publish-CrmTheme cmdlet lets you publish a Theme.





PARAMETERS

-conn <CrmServiceClient>

A connection to your CRM organization. Use $conn = Get-CrmConnection <Parameters> to generate it.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ThemeName <String>

Name of the Theme you want to publish.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ThemeId <Guid>

Id for the Theme you want to publish.



Required? true

Position? 1

Default value

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









OUTPUTS









NOTES









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



Publish-CrmTheme -conn $conn -ThemeName "CRM Default Theme"



This example publishes "CRM Default Theme" theme.







-------------------------- Example 2 --------------------------



Publish-CrmTheme -conn $conn -ThemeId f499443d-2082-4938-8842-e7ee62de9a23



This example publishes theme with id "This example publishes "CRM Default Theme" theme."









RELATED LINKS