Set-SPOWebTheme
SharePoint サイトのテーマを設定します。
構文
Set-SPOWebTheme
[-Theme] <SpoThemePipeBind>
[-Web] <SpoSitePipeBind>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
説明
このコマンドレットを使用して、サイトのカスタム テーマを設定します
例
例 1
Set-SPOWebTheme -Theme "Custom cyan" -Web https://contoso.sharepoint.com/sites/Contoso1
次の使用例は、"Custom Cyan" テーマをサイトに設定します https://contoso.sharepoint.com/sites/Contoso1 。
パラメーター
-Confirm
コマンドを実行する前に確認メッセージを表示します。
詳細については、次のコマンドを入力します。get-help about_commonparameters
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
-Theme
テーマまたは SPOTheme オブジェクトの名前
Type: | SpoThemePipeBind |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
-Web
サイトの URL
Type: | SpoSitePipeBind |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
-WhatIf
コマンドを実行する代わりに、コマンドの実行結果を説明するメッセージを表示します。
詳細については、次のコマンドを入力します。get-help about_commonparameters
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |