Skip to content

Disable Mpr

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

Synopsis

Disables a MPR.

Syntax

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

Description

Disables the given management policy rule.

Parameters

DisplayName

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

Examples

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

Clone this wiki locally