@@ -50,7 +50,7 @@ Reads a .pol file containing group policy registry entries and applies its conte
50
50
The division to which the contents must be applied to has to be defined using one of the three available
51
51
options for ** LocalMachine** , ** CurrentUser** , or ** Username** .
52
52
53
- ###Syntax##
53
+ ### Syntax
54
54
```
55
55
Import-GPRegistryPolicy [-Path] <string> [-LocalMachine] [-KeyPrefix <string>] [<CommonParameters>]
56
56
@@ -67,7 +67,7 @@ Import-GPRegistryPolicy [-Path] <string> [-Username <string>] [-KeyPrefix <strin
67
67
| Username | A string that selects the target user in the Users registry division. |
68
68
| KeyPrefix | A prefix that will be prepended to the given key. |
69
69
70
- ##### Example####
70
+ ### Example
71
71
```
72
72
C:\PS> Import-GPRegistryPolicy -Path "C:\Registry.pol" -LocalMachine
73
73
@@ -88,7 +88,7 @@ entries are read is 'Software\Policies'. However, if Entries are assinged in inp
88
88
will export those instead. The division from which the contents must be read has to be defined using one
89
89
of the three available options for ** LocalMachine** , ** CurrentUser** , or ** Username** .
90
90
91
- ###Syntax##
91
+ ### Syntax
92
92
```
93
93
Export-GPRegistryPolicy [-Path] <string> [[-Entries] <string[]>] -LocalMachine [<CommonParameters>]
94
94
@@ -105,7 +105,7 @@ Export-GPRegistryPolicy [-Path] <string> [[-Entries] <string[]>] [-Username <str
105
105
| Username | A string that selects the target user in the Users registry division. |
106
106
| Entries | Specifies the list of registry keys to be exported. The default value is set to 'Software\Policies'. |
107
107
108
- ##### Example####
108
+ ### Example
109
109
```
110
110
C:\PS> Export-GPRegistryPolicy -Path "C:\Registry.pol" -LocalMachine
111
111
@@ -125,7 +125,7 @@ Reads a .pol file containing group policy registry entries and tests its content
125
125
The division to which the contents must be applied has to be defined using one of the three available options
126
126
for ** LocalMachine** , ** CurrentUser** , or ** Username** .
127
127
128
- ###Syntax##
128
+ ### Syntax
129
129
```
130
130
Test-GPRegistryPolicy [-Path] <string> [[-Entries] <string[]>] [-LocalMachine] [<CommonParameters>]
131
131
@@ -142,7 +142,7 @@ Test-GPRegistryPolicy [-Path] <string> [[-Entries] <string[]>] [-Username <strin
142
142
| Username | A string that selects the target user in the Users registry division. |
143
143
| Entries | Specifies the list of registry keys to be exported. The default value is set to 'Software\Policies'. |
144
144
145
- ##### Example####
145
+ ### Example
146
146
```
147
147
C:\PS> Test-GPRegistryPolicy -Path "C:\Registry.pol" -LocalMachine
148
148
@@ -163,4 +163,4 @@ This resource will allow you to synchronize registry settings with a .POL file w
163
163
164
164
| Parameter Name | Description |
165
165
| --- | --- |
166
- | Path | Specifies the path to the .pol file containing the registry keys enacted by Group Policy. |
166
+ | Path | Specifies the path to the .pol file containing the registry keys enacted by Group Policy. |
0 commit comments