diff --git a/sharepoint/docs-conceptual/sharepoint-server/sharepoint-server-cmdlets.md b/sharepoint/docs-conceptual/sharepoint-server/sharepoint-server-cmdlets.md index aea417b50..d9b448c8d 100644 --- a/sharepoint/docs-conceptual/sharepoint-server/sharepoint-server-cmdlets.md +++ b/sharepoint/docs-conceptual/sharepoint-server/sharepoint-server-cmdlets.md @@ -85,5 +85,5 @@ sessions. For more information about scripts and execution policies, see [about_ [01]: /dotnet/api/system.management.automation.runspaces.psthreadoptions [02]: /powershell/module/microsoft.powershell.core/about/about_execution_policies [03]: /powershell/module/microsoft.powershell.core/about/about_scripts -[04]: xref:Microsoft.SharePoint.Powershell -[05]: xref:Microsoft.SharePoint.Powershell.Add-SPShellAdmin +[04]: /powershell/module/microsoft.sharepoint.powershell +[05]: /powershell/module/microsoft.sharepoint.powershell/add-spshelladmin?view=sharepoint-ps&preserve-view=true diff --git a/sharepoint/docs-conceptual/sharepoint-server/sharepoint-server-sub-cmdlets.md b/sharepoint/docs-conceptual/sharepoint-server/sharepoint-server-sub-cmdlets.md index ba4734fe0..b3c37831f 100644 --- a/sharepoint/docs-conceptual/sharepoint-server/sharepoint-server-sub-cmdlets.md +++ b/sharepoint/docs-conceptual/sharepoint-server/sharepoint-server-sub-cmdlets.md @@ -85,5 +85,5 @@ sessions. For more information about scripts and execution policies, see [about_ [01]: /dotnet/api/system.management.automation.runspaces.psthreadoptions [02]: /powershell/module/microsoft.powershell.core/about/about_execution_policies [03]: /powershell/module/microsoft.powershell.core/about/about_scripts -[04]: xref:SharePointServer -[05]: xref:SharePointServer.Add-SPShellAdmin +[04]: /powershell/module/sharepointserver +[05]: /powershell/module/sharepointserver/add-spshelladmin?view=sharepoint-server-ps&preserve-view=true diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOContentSecurityPolicy.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOContentSecurityPolicy.md index edf07b8aa..60bcdfffd 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOContentSecurityPolicy.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOContentSecurityPolicy.md @@ -28,6 +28,8 @@ Remove-SPOContentSecurityPolicy [-Source] [-WhatIf] [-Confirm] []' +aliases: '' +description: |- + Use this cmdlet to set settings of [built-in font packages](/sharepoint/brand-center-font-packages). +examples: +- title: Example 1 + description: >- + ```powershell + + Set-SPOBuiltInFontPackageSettings -HideBuiltInFontPackages $true + + ``` + + + This example sets the built-in font packages to be hidden from SharePoint sites. +parameters: +- name: HideBuiltInFontPackages + type: System.Boolean + description: '' + defaultValue: None + supportsWildcards: false + isDynamic: false + aliases: [] + dontShow: false + acceptedValues: [] + parameterSets: + - name: (All) + position: Named + isRequired: false + valueFromPipeline: true + valueFromPipelineByPropertyName: false + valueFromRemainingArguments: false + helpMessage: '' + +- name: CommonParameters + description: |- + This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, + -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, + -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see + [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). +inputs: +- name: System.Boolean + description: '' +outputs: +- name: System.Object + description: '' +notes: '' +links: +- text: 'Get-SPOBuiltInFontPackageSettings' + href: ./Get-SPOBuiltInFontPackageSettings.md