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

Sección protegida

El cmdlet Protect-UDSection oculta su contenido si un usuario no tiene los roles especificados.

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

Última actualización

¿Te fue útil?