Skip to content

Commit c8748d6

Browse files
authored
Fix README.md syntax
1 parent aaebc93 commit c8748d6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Reads a .pol file containing group policy registry entries and applies its conte
5050
The division to which the contents must be applied to has to be defined using one of the three available
5151
options for **LocalMachine**, **CurrentUser**, or **Username**.
5252

53-
###Syntax##
53+
### Syntax
5454
```
5555
Import-GPRegistryPolicy [-Path] <string> [-LocalMachine] [-KeyPrefix <string>] [<CommonParameters>]
5656
@@ -67,7 +67,7 @@ Import-GPRegistryPolicy [-Path] <string> [-Username <string>] [-KeyPrefix <strin
6767
| Username | A string that selects the target user in the Users registry division. |
6868
| KeyPrefix | A prefix that will be prepended to the given key. |
6969

70-
#####Example####
70+
### Example
7171
```
7272
C:\PS> Import-GPRegistryPolicy -Path "C:\Registry.pol" -LocalMachine
7373
@@ -88,7 +88,7 @@ entries are read is 'Software\Policies'. However, if Entries are assinged in inp
8888
will export those instead. The division from which the contents must be read has to be defined using one
8989
of the three available options for **LocalMachine**, **CurrentUser**, or **Username**.
9090

91-
###Syntax##
91+
### Syntax
9292
```
9393
Export-GPRegistryPolicy [-Path] <string> [[-Entries] <string[]>] -LocalMachine [<CommonParameters>]
9494
@@ -105,7 +105,7 @@ Export-GPRegistryPolicy [-Path] <string> [[-Entries] <string[]>] [-Username <str
105105
| Username | A string that selects the target user in the Users registry division. |
106106
| Entries | Specifies the list of registry keys to be exported. The default value is set to 'Software\Policies'. |
107107

108-
#####Example####
108+
### Example
109109
```
110110
C:\PS> Export-GPRegistryPolicy -Path "C:\Registry.pol" -LocalMachine
111111
@@ -125,7 +125,7 @@ Reads a .pol file containing group policy registry entries and tests its content
125125
The division to which the contents must be applied has to be defined using one of the three available options
126126
for **LocalMachine**, **CurrentUser**, or **Username**.
127127

128-
###Syntax##
128+
### Syntax
129129
```
130130
Test-GPRegistryPolicy [-Path] <string> [[-Entries] <string[]>] [-LocalMachine] [<CommonParameters>]
131131
@@ -142,7 +142,7 @@ Test-GPRegistryPolicy [-Path] <string> [[-Entries] <string[]>] [-Username <strin
142142
| Username | A string that selects the target user in the Users registry division. |
143143
| Entries | Specifies the list of registry keys to be exported. The default value is set to 'Software\Policies'. |
144144

145-
#####Example####
145+
### Example
146146
```
147147
C:\PS> Test-GPRegistryPolicy -Path "C:\Registry.pol" -LocalMachine
148148
@@ -163,4 +163,4 @@ This resource will allow you to synchronize registry settings with a .POL file w
163163

164164
| Parameter Name | Description |
165165
| --- | --- |
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

Comments
 (0)