Skip to content

Latest commit

 

History

History
72 lines (54 loc) · 1.37 KB

set-azslegalnotice.md

File metadata and controls

72 lines (54 loc) · 1.37 KB
title description author ms.topic ms.date ms.author ms.reviewer ms.lastreviewed
Set-AzSLegalNotice privileged endpoint for Azure Stack Hub
Reference for PowerShell Azure Stack privileged endpoint - Set-AzSLegalNotice
sethmanheim
reference
01/04/2022
sethm
fiseraci
02/19/2021

Set-AzSLegalNotice

Synopsis

Sets the legal notice caption and text.

Syntax

Set-AzSLegalNotice [-Caption <String>] [-Text <String>]

Description

Sets the legal notice caption and text that is presented:

  • After sign-in using the Enter-PSSession cmdlet.

or

  • When opening a new instance of the Azure Stack Hub portal.

Examples

Example 1

Set-AzSLegalNotice -Caption "New caption" -Text "First line\nSecond line\n"

Parameters

-Caption

The legal notice caption.

Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Text

The legal notice text, which shows below the caption.

Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

Next steps

For information on how to access and use the privileged endpoint, see Use the privileged endpoint in Azure Stack Hub.