mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 05:17:22 +00:00
Fix issue 11377
This commit is contained in:
parent
d60b9559e0
commit
432aedbdf3
@ -946,9 +946,9 @@ The ApplicationControl CSP can also be managed locally from PowerShell or via Co
|
|||||||
3. Use WMI Interface:
|
3. Use WMI Interface:
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
$namespace = "root\cimv2\mdm\dmmap"
|
$namespace = "root\cimv2\mdm\dmmap"
|
||||||
$policyClassName = "MDM_AppControl_Policies"
|
$policyClassName = "MDM_ApplicationControl_Policies01_01"
|
||||||
$policyBase64 = …
|
$policyBase64 = "<base64policy>"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Deploying a policy via WMI Bridge
|
### Deploying a policy via WMI Bridge
|
||||||
|
Loading…
x
Reference in New Issue
Block a user