Skip to content

Enable Mpr

wim-beck edited this page Feb 28, 2017 · 2 revisions

Synopsis

Enables a MPR.

Syntax

Enable-Mpr [-DisplayName] <Object> [<CommonParameters>]

Description

Enables the given management policy rule.

Parameters

DisplayName

Property Value
Type Object
Required true
Position 1
Default value
Accept pipeline input false

Examples

PS C:\$ Enable-Mpr "Administration: Administrators can read and update Users"

Clone this wiki locally