You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: GPO/Check-LocalGroupPolicy.ps1
+5-8
Original file line number
Diff line number
Diff line change
@@ -6,20 +6,17 @@
6
6
.DESCRIPTION
7
7
Check local EventLog for signes of issues with Local GPO and fixed them if needed. Malformed local GPO prevent GPO processing. This mean changes in GPOs will not be processed by this client. The script needs to be run with Administrative permissions.
8
8
.EXAMPLE
9
-
.\configure-AD.ps1 -XMLfile .\securead.xml
10
-
11
-
.PARAMETERXMLfile
12
-
Path to XML config file
9
+
Check-LocalGroupPolicy.ps1
13
10
14
11
.NOTES
15
12
Author : Fabian Niesen
16
-
Filename : configure-AD.ps1
13
+
Filename : Check-LocalGroupPolicy.ps1
17
14
Requires : PowerShell Version 4.0
18
15
19
16
Version : 0.3
20
17
History : 0.3 23.12.2022 FN Some Cleanup and Housekeeping
21
-
0.2 08.03.2021 FN Found in personal archive and published to GitHub
22
-
0.1 FN 2016 Initial version.
18
+
0.2 08.03.2021 FN Found in personal archive and published to GitHub
0 commit comments