Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 422 Bytes

File metadata and controls

16 lines (10 loc) · 422 Bytes

Example 2: Code snippet

Import-Module Microsoft.Graph.Beta.DeviceManagement.Enrollment

$params = @{
	displayName = "NewName"
	description = "A new roleAssignment"
}

Update-MgBetaRoleManagementCloudPcRoleAssignment -UnifiedRoleAssignmentMultipleId $unifiedRoleAssignmentMultipleId -BodyParameter $params

This example shows how to use the Update-MgBetaRoleManagementCloudPcRoleAssignment Cmdlet.