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

Sezione protetta

Il cmdlet Protect-UDSection nasconde il proprio contenuto se un utente non dispone dei ruoli specificati.

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

Ultimo aggiornamento

È stato utile?