Set-ZeroPortalModulePermission

Sets one cell of the module permission matrix.

Syntax

Set-ZeroPortalModulePermission -Provider <string> -Identifier <string> -GroupId <int> -Module <string> -Level <string> [-DisplayName <string>]

Beschreibung

Level None removes the assignment. Grant to a portal group with -GroupId so membership can change later without touching the matrix again.

Beispiele

Set-ZeroPortalModulePermission -Provider Ad -Identifier 'S-1-5-21-…-1604' -Module msix -Level Administrate
Set-ZeroPortalModulePermission -GroupId 3 -Module policies -Level Read