mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-15 10:23:37 +00:00
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:
committed by
GitHub
parent
8ca4c5bd4d
commit
ba8b2987e1
@ -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
|
||||
|
Reference in New Issue
Block a user