Skip to content

Commit 5e4e96e

Browse files
Merge pull request #11 from AnirbanPaul/patch-3
Update get-networkcontrolleraccesscontrollist.md
2 parents 0c066cd + a6bf041 commit 5e4e96e

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

docset/windows/network-controller/get-networkcontrolleraccesscontrollist.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,14 @@ Get-NetworkControllerAccessControlList [[-ResourceId] <String[]>] -ConnectionUri
3030
```
3131

3232
## DESCRIPTION
33-
The **Get-NetworkControllerAccessControlList** cmdlet gets the access control list for a network controller.
33+
The **Get-NetworkControllerAccessControlList** cmdlet retrieves the contents of an access control list for a network controller.
3434

3535
## EXAMPLES
36+
This example retrieves all the access control lists configured in the Network Controller. Network Controller is represented by the REST endpoint https://networkcontroller
3637

38+
```
39+
Get-NetworkControllerAccessControlList -ConnectionUri https://networkcontroller
40+
```
3741

3842
## PARAMETERS
3943

@@ -102,7 +106,7 @@ Accept wildcard characters: False
102106
```
103107
104108
### -ResourceId
105-
Specifies an array of resource IDs of topology nodes that this cmdlet gets.
109+
Specifies the unique identifier for the access control list.
106110
107111
```yaml
108112
Type: String[]
@@ -122,6 +126,17 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
122126
## INPUTS
123127
124128
## OUTPUTS
129+
Each access control list contains multiple ACL rules. Each rule contains the following:
130+
1. Name
131+
2. Protocol
132+
3. Source port range
133+
4. Destination port range
134+
5. Action (Allow/Deny)
135+
6. Source Address prefix
136+
7. Destination address prefix
137+
8. Priority
138+
9. Type of rule (inbound/outbound)
139+
10. Whether logging is enabled or disabled
125140
126141
## NOTES
127142

0 commit comments

Comments
 (0)