Zuletzt geändert von Tom Altenbrunn am 2023/01/27 09:15

Von Version 3.1
bearbeitet von Jonas Mayer
am 2022/03/23 11:21
Änderungskommentar: Es gibt keinen Kommentar für diese Version
Auf Version 2.4
bearbeitet von Michael Ecer
am 2022/03/08 09:18
Änderungskommentar: Update document after refactoring.

Zusammenfassung

Details

Seiteneigenschaften
Übergeordnete Seite
... ... @@ -1,1 +1,1 @@
1 -Main.LD Deploy.Allgemein.WebHome
1 +Main.LD Deploy.Allgemein2.WebHome
Dokument-Autor
... ... @@ -1,1 +1,1 @@
1 -XWiki.jonasmayer@sbede
1 +XWiki.michaelecer@sbede
Inhalt
... ... @@ -1,4 +1,4 @@
1 -(% style="color:#000000" %)**__Wichtiger Hinweis:__** Die nachfolgenden Kommandosssen in der PowerShell als (% style="color:#e74c3c" %)**SYSTEM-User**(% style="color:#000000" %) ausgeführt werden.
1 +(% style="color:#000000" %)Hinweis: Muss in der PowerShell als SYSTEM-User ausgeführt werden
2 2  
3 3  (% style="color:#000000" %)1. Cmd als Administrator öffnen
4 4  
... ... @@ -5,23 +5,40 @@
5 5  (% style="color:#000000" %)2. psexec -i -s powershell.exe
6 6  
7 7  
8 +
9 +(% style="color:#000000" %)# Disable
10 +
8 8  (% class="box" %)
9 9  (((
10 -(% style="color:#16a085" %)### Disable Shared PC Mode##
11 -
12 12  (% style="color:#000000" %)##$sharedPC = Get-CimInstance -Namespace "root\cimv2\mdm\dmmap" -ClassName "MDM_SharedPC"##
14 +)))
13 13  
16 +(% class="box" %)
17 +(((
14 14  (% style="color:#000000" %)##$sharedPC.EnableSharedPCMode = $False##
19 +)))
15 15  
21 +(% class="box" %)
22 +(((
16 16  (% style="color:#000000" %)##$sharedPC.SetEduPolicies = $False##
24 +)))
17 17  
26 +(% class="box" %)
27 +(((
18 18  (% style="color:#000000" %)##$sharedPC.EnableAccountManager = $False##
29 +)))
19 19  
31 +(% class="box" %)
32 +(((
20 20  (% style="color:#000000" %)##$sharedPC.AccountModel = 2##
34 +)))
21 21  
36 +(% class="box" %)
37 +(((
22 22  (% style="color:#000000" %)##$sharedPC.DeletionPolicy = ""##
39 +)))
23 23  
41 +(% class="box" %)
42 +(((
24 24  (% style="color:#000000" %)##Set-CimInstance -CimInstance $sharedPC##
25 25  )))
26 -
27 -