Skip to content

Commit c750ab7

Browse files
Merge pull request #24 from AnirbanPaul/patch-16
Update get-networkcontrollermacpool.md
2 parents 8e487a6 + 0eb87b5 commit c750ab7

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

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

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ ms.assetid: 1E83335E-BFEF-409D-B201-06A8AD05C41A
2020
# Get-NetworkControllerMacPool
2121

2222
## SYNOPSIS
23+
This cmdlet retrieves the properties of a MAC pool from the Network Controller
2324

2425
## SYNTAX
2526

@@ -29,13 +30,19 @@ Get-NetworkControllerMacPool [[-ResourceId] <String[]>] -ConnectionUri <Uri> [-C
2930
```
3031

3132
## DESCRIPTION
33+
This cmdlet retrieves the properties of a MAC pool from the Network Controller
3234

3335
## EXAMPLES
34-
36+
This example retrieves a particular MAC pool named macPool1 from the Network Controller.
37+
```
38+
Get-NetworkControllerMacPool -ConnectionUri https://networkcontroller -ResourceId macPool1
39+
```
3540

3641
## PARAMETERS
3742

3843
### -CertificateThumbprint
44+
Specifies the digital public key X.509 certificate of a user account that has permission to perform this action.This is the certificate thumbprint of the certificate.This thumbprint must also be provided in the *ClientCertificateThumbprint* parameter in the **Install-NetworkController** or **Set-NetworkController** cmdlet so that Network Controller can authorize this user.
45+
3946
```yaml
4047
Type: String
4148
Parameter Sets: (All)
@@ -49,6 +56,8 @@ Accept wildcard characters: False
4956
```
5057
5158
### -ConnectionUri
59+
Specifies the Uniform Resource Identifier (URI) of the Network Controller, used by all Representational State Transfer (REST) clients to connect to Network Controller.
60+
5261
```yaml
5362
Type: Uri
5463
Parameter Sets: (All)
@@ -62,6 +71,8 @@ Accept wildcard characters: False
6271
```
6372
6473
### -Credential
74+
Specifies a user credential that has permission to perform this action.The default value is the current user.This user must be present in the security group provided in the *ClientSecurityGroup* parameter in the **Install-NetworkController** cmdlet.
75+
6576
```yaml
6677
Type: PSCredential
6778
Parameter Sets: (All)
@@ -88,6 +99,7 @@ Accept wildcard characters: False
8899
```
89100
90101
### -ResourceId
102+
Specifies the unique identifier for the MAC pool
91103
```yaml
92104
Type: String[]
93105
Parameter Sets: (All)
@@ -106,6 +118,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
106118
## INPUTS
107119
108120
## OUTPUTS
121+
Following properties of a MAC pool can be retrieved:
122+
1. Start MAC address
123+
2. End MAC address
124+
3. MAC pool usage including the total number of MAC addresses and the number of MAC addresses allocated
109125
110126
## NOTES
111127

0 commit comments

Comments
 (0)