@@ -28,8 +28,8 @@ Get-NetIntent [-ClusterName] <String> [-Name <String>] [-GlobalOverrides] [<Comm
28
28
29
29
## DESCRIPTION
30
30
31
- The ` Get-NetIntent ` cmdlet retrieves the current network intents that have been
32
- configured either on a standalone host or a cluster.
31
+ The ` Get-NetIntent ` cmdlet retrieves the current network intents that have been configured either on
32
+ a standalone host or a cluster.
33
33
34
34
## EXAMPLES
35
35
@@ -45,10 +45,9 @@ This example retrieves the network intent `MyIntent` on the standalone host `Ser
45
45
46
46
### -ComputerName
47
47
48
- Specifies the computer name of the target host on which the network
49
- intent configuration will be applied. For standalone hosts, use the local
50
- computer name; for scenarios where the script is executed remotely, ensure the
51
- current user has administrative privileges on the target machine.
48
+ Specifies the computer name of the target host on which the network intent configuration will be
49
+ applied. For standalone hosts, use the local computer name; for scenarios where the script is
50
+ executed remotely, ensure the current user has administrative privileges on the target machine.
52
51
53
52
``` yaml
54
53
Type : String
@@ -64,10 +63,9 @@ Accept wildcard characters: False
64
63
65
64
### -ClusterName
66
65
67
- Specifies the name of the cluster for which the network intent is being
68
- defined. When used, the intent "floats" across the cluster. Any node with
69
- matching physical adapter names will automatically apply the intended
70
- configuration.
66
+ Specifies the name of the cluster for which the network intent is being defined. When used, the
67
+ intent "floats" across the cluster. Any node with matching physical adapter names will automatically
68
+ apply the intended configuration.
71
69
72
70
` ` ` yaml
73
71
Type : String
@@ -83,9 +81,9 @@ Accept wildcard characters: False
83
81
84
82
### -Name
85
83
86
- Defines a unique name that identifies the network intent. Since intents are
87
- uniquely determined by their list of physical adapters, the name is used as an
88
- identifier to ensure that each intent is distinct.
84
+ Defines a unique name that identifies the network intent. Since intents are uniquely determined by
85
+ their list of physical adapters, the name is used as an identifier to ensure that each intent is
86
+ distinct.
89
87
90
88
` ` ` yaml
91
89
Type : String
@@ -117,11 +115,10 @@ Accept wildcard characters: False
117
115
118
116
### CommonParameters
119
117
120
- This cmdlet supports the common parameters: -Debug, -ErrorAction,
121
- -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable,
122
- -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
123
- For more information, see
124
- [about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
118
+ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
119
+ -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
120
+ -WarningAction, and -WarningVariable. For more information, see
121
+ [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
125
122
126
123
## INPUTS
127
124
@@ -131,12 +128,12 @@ For more information, see
131
128
132
129
## RELATED LINKS
133
130
134
- - [Add-NetIntent](Add-NetIntent.md)
131
+ [Add-NetIntent](Add-NetIntent.md)
135
132
136
- - [Copy-NetIntent](Copy-NetIntent.md)
133
+ [Copy-NetIntent](Copy-NetIntent.md)
137
134
138
- - [Get-NetIntentStatus](Get-NetIntentStatus.md)
135
+ [Get-NetIntentStatus](Get-NetIntentStatus.md)
139
136
140
- - [Remove-NetIntent](Remove-NetIntent.md)
137
+ [Remove-NetIntent](Remove-NetIntent.md)
141
138
142
- - [Set-NetIntent](Set-NetIntent.md)
139
+ [Set-NetIntent](Set-NetIntent.md)
0 commit comments