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

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

Zusammenfassung

Details

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