Corrected sharedPC example

$namespaceName variable was undefined, was replaced with the actual Namespace string

https://github.com/MicrosoftDocs/windows-itpro-docs/issues/3268
This commit is contained in:
Andres Mariano Gorzelany
2019-04-29 12:12:37 -03:00
committed by GitHub
parent 8ca4c5bd4d
commit ba8b2987e1

View File

@ -109,7 +109,7 @@ $sharedPC.KioskModeAUMID = ""
$sharedPC.KioskModeUserTileDisplayText = ""
$sharedPC.InactiveThreshold = 0
Set-CimInstance -CimInstance $sharedPC
Get-CimInstance -Namespace $namespaceName -ClassName MDM_SharedPC
Get-CimInstance -Namespace "root\cimv2\mdm\dmmap" -ClassName MDM_SharedPC
```
### Create a provisioning package for shared use