For the complete documentation index, see llms.txt. This page is also available as Markdown.

Protect Section

Das Cmdlet Protect-UDSection verbirgt seinen Inhalt, wenn ein Benutzer nicht über die angegebenen Rollen verfügt.

Protect-UDSection -Role @("Administrator") -Content {
   New-UDTypography -Text 'Only Administrators see this'
}

Zuletzt aktualisiert

War das hilfreich?