Skip to content

Commit 114238c

Browse files
authored
Merge pull request MicrosoftDocs#3771 from sdwheeler/add-hns
Add HostNetworkingService module
2 parents 3b086b1 + 6a5b496 commit 114238c

11 files changed

+680
-0
lines changed
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
external help file: HostNetworkingService-help.xml
3+
Module Name: HostNetworkingService
4+
ms.date: 02/22/2024
5+
online version: https://learn.microsoft.com/powershell/module/hostnetworkingservice/get-hnsendpoint?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
6+
schema: 2.0.0
7+
title: Get-HnsEndpoint
8+
---
9+
10+
# Get-HnsEndpoint
11+
12+
## SYNOPSIS
13+
{{ Fill in the Synopsis }}
14+
15+
## SYNTAX
16+
17+
```
18+
Get-HnsEndpoint [[-Id] <String>] [<CommonParameters>]
19+
```
20+
21+
## DESCRIPTION
22+
{{ Fill in the Description }}
23+
24+
## EXAMPLES
25+
26+
### Example 1
27+
```powershell
28+
PS C:\> {{ Add example code here }}
29+
```
30+
31+
{{ Add example description here }}
32+
33+
## PARAMETERS
34+
35+
### -Id
36+
{{ Fill Id Description }}
37+
38+
```yaml
39+
Type: System.String
40+
Parameter Sets: (All)
41+
Aliases:
42+
43+
Required: False
44+
Position: 0
45+
Default value: None
46+
Accept pipeline input: False
47+
Accept wildcard characters: False
48+
```
49+
50+
### CommonParameters
51+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
52+
53+
## INPUTS
54+
55+
### None
56+
57+
## OUTPUTS
58+
59+
### System.Object
60+
## NOTES
61+
62+
## RELATED LINKS
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
external help file: HostNetworkingService-help.xml
3+
Module Name: HostNetworkingService
4+
ms.date: 02/22/2024
5+
online version: https://learn.microsoft.com/powershell/module/hostnetworkingservice/get-hnsendpointaddresses?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
6+
schema: 2.0.0
7+
title: Get-HnsEndpointAddresses
8+
---
9+
10+
# Get-HnsEndpointAddresses
11+
12+
## SYNOPSIS
13+
{{ Fill in the Synopsis }}
14+
15+
## SYNTAX
16+
17+
```
18+
Get-HnsEndpointAddresses [-InputObjects] <Object[]> [<CommonParameters>]
19+
```
20+
21+
## DESCRIPTION
22+
{{ Fill in the Description }}
23+
24+
## EXAMPLES
25+
26+
### Example 1
27+
```powershell
28+
PS C:\> {{ Add example code here }}
29+
```
30+
31+
{{ Add example description here }}
32+
33+
## PARAMETERS
34+
35+
### -InputObjects
36+
{{ Fill InputObjects Description }}
37+
38+
```yaml
39+
Type: System.Object[]
40+
Parameter Sets: (All)
41+
Aliases:
42+
43+
Required: True
44+
Position: 0
45+
Default value: None
46+
Accept pipeline input: True (ByPropertyName, ByValue)
47+
Accept wildcard characters: False
48+
```
49+
50+
### CommonParameters
51+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
52+
53+
## INPUTS
54+
55+
### System.Object[]
56+
57+
## OUTPUTS
58+
59+
### System.Object
60+
## NOTES
61+
62+
## RELATED LINKS
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
external help file: HostNetworkingService-help.xml
3+
Module Name: HostNetworkingService
4+
ms.date: 02/22/2024
5+
online version: https://learn.microsoft.com/powershell/module/hostnetworkingservice/get-hnsendpointstats?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
6+
schema: 2.0.0
7+
title: Get-HnsEndpointStats
8+
---
9+
10+
# Get-HnsEndpointStats
11+
12+
## SYNOPSIS
13+
{{ Fill in the Synopsis }}
14+
15+
## SYNTAX
16+
17+
```
18+
Get-HnsEndpointStats [-InputObjects] <Object[]> [<CommonParameters>]
19+
```
20+
21+
## DESCRIPTION
22+
{{ Fill in the Description }}
23+
24+
## EXAMPLES
25+
26+
### Example 1
27+
```powershell
28+
PS C:\> {{ Add example code here }}
29+
```
30+
31+
{{ Add example description here }}
32+
33+
## PARAMETERS
34+
35+
### -InputObjects
36+
{{ Fill InputObjects Description }}
37+
38+
```yaml
39+
Type: System.Object[]
40+
Parameter Sets: (All)
41+
Aliases:
42+
43+
Required: True
44+
Position: 0
45+
Default value: None
46+
Accept pipeline input: True (ByPropertyName, ByValue)
47+
Accept wildcard characters: False
48+
```
49+
50+
### CommonParameters
51+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
52+
53+
## INPUTS
54+
55+
### System.Object[]
56+
57+
## OUTPUTS
58+
59+
### System.Object
60+
## NOTES
61+
62+
## RELATED LINKS
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
external help file: HostNetworkingService-help.xml
3+
Module Name: HostNetworkingService
4+
ms.date: 02/22/2024
5+
online version: https://learn.microsoft.com/powershell/module/hostnetworkingservice/get-hnsnamespace?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
6+
schema: 2.0.0
7+
title: Get-HnsNamespace
8+
---
9+
10+
# Get-HnsNamespace
11+
12+
## SYNOPSIS
13+
{{ Fill in the Synopsis }}
14+
15+
## SYNTAX
16+
17+
```
18+
Get-HnsNamespace [[-Id] <String>] [<CommonParameters>]
19+
```
20+
21+
## DESCRIPTION
22+
{{ Fill in the Description }}
23+
24+
## EXAMPLES
25+
26+
### Example 1
27+
```powershell
28+
PS C:\> {{ Add example code here }}
29+
```
30+
31+
{{ Add example description here }}
32+
33+
## PARAMETERS
34+
35+
### -Id
36+
{{ Fill Id Description }}
37+
38+
```yaml
39+
Type: System.String
40+
Parameter Sets: (All)
41+
Aliases:
42+
43+
Required: False
44+
Position: 0
45+
Default value: None
46+
Accept pipeline input: False
47+
Accept wildcard characters: False
48+
```
49+
50+
### CommonParameters
51+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
52+
53+
## INPUTS
54+
55+
### None
56+
57+
## OUTPUTS
58+
59+
### System.Object
60+
## NOTES
61+
62+
## RELATED LINKS
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
---
2+
external help file: HostNetworkingService-help.xml
3+
Module Name: HostNetworkingService
4+
ms.date: 02/22/2024
5+
online version: https://learn.microsoft.com/powershell/module/hostnetworkingservice/get-hnsnetwork?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
6+
schema: 2.0.0
7+
title: Get-HnsNetwork
8+
---
9+
10+
# Get-HnsNetwork
11+
12+
## SYNOPSIS
13+
{{ Fill in the Synopsis }}
14+
15+
## SYNTAX
16+
17+
```
18+
Get-HnsNetwork [[-Id] <String>] [-Detailed] [<CommonParameters>]
19+
```
20+
21+
## DESCRIPTION
22+
{{ Fill in the Description }}
23+
24+
## EXAMPLES
25+
26+
### Example 1
27+
```powershell
28+
PS C:\> {{ Add example code here }}
29+
```
30+
31+
{{ Add example description here }}
32+
33+
## PARAMETERS
34+
35+
### -Detailed
36+
{{ Fill Detailed Description }}
37+
38+
```yaml
39+
Type: System.Management.Automation.SwitchParameter
40+
Parameter Sets: (All)
41+
Aliases:
42+
43+
Required: False
44+
Position: Named
45+
Default value: None
46+
Accept pipeline input: False
47+
Accept wildcard characters: False
48+
```
49+
50+
### -Id
51+
{{ Fill Id Description }}
52+
53+
```yaml
54+
Type: System.String
55+
Parameter Sets: (All)
56+
Aliases:
57+
58+
Required: False
59+
Position: 0
60+
Default value: None
61+
Accept pipeline input: False
62+
Accept wildcard characters: False
63+
```
64+
65+
### CommonParameters
66+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
67+
68+
## INPUTS
69+
70+
### None
71+
72+
## OUTPUTS
73+
74+
### System.Object
75+
## NOTES
76+
77+
## RELATED LINKS
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
external help file: HostNetworkingService-help.xml
3+
Module Name: HostNetworkingService
4+
ms.date: 02/22/2024
5+
online version: https://learn.microsoft.com/powershell/module/hostnetworkingservice/get-hnspolicylist?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
6+
schema: 2.0.0
7+
title: Get-HnsPolicyList
8+
---
9+
10+
# Get-HnsPolicyList
11+
12+
## SYNOPSIS
13+
{{ Fill in the Synopsis }}
14+
15+
## SYNTAX
16+
17+
```
18+
Get-HnsPolicyList [[-Id] <String>] [<CommonParameters>]
19+
```
20+
21+
## DESCRIPTION
22+
{{ Fill in the Description }}
23+
24+
## EXAMPLES
25+
26+
### Example 1
27+
```powershell
28+
PS C:\> {{ Add example code here }}
29+
```
30+
31+
{{ Add example description here }}
32+
33+
## PARAMETERS
34+
35+
### -Id
36+
{{ Fill Id Description }}
37+
38+
```yaml
39+
Type: System.String
40+
Parameter Sets: (All)
41+
Aliases:
42+
43+
Required: False
44+
Position: 0
45+
Default value: None
46+
Accept pipeline input: False
47+
Accept wildcard characters: False
48+
```
49+
50+
### CommonParameters
51+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
52+
53+
## INPUTS
54+
55+
### None
56+
57+
## OUTPUTS
58+
59+
### System.Object
60+
## NOTES
61+
62+
## RELATED LINKS

0 commit comments

Comments
 (0)