Remove-NetIntent
Removes the requested net intent.
Syntax
Remove-NetIntent
[-Name] <String>
[[-ComputerName] <String>]
[-SkipServiceStop <Boolean>]
[<CommonParameters>]
Remove-NetIntent
[-Name] <String>
[-ClusterName] <String>
[-SkipServiceStop <Boolean>]
[<CommonParameters>]
Remove-NetIntent
[-GlobalOverrides]
[-SkipServiceStop <Boolean>]
[<CommonParameters>]
Description
This command removes the given Intent.
If the a ClusterName is specified, then the removal would impact all the nodes on the given cluster. Otherwise, only net intents for a given node will be removed.
Remove-NetIntent
doesn't remove the provisioning on the target hosts. The device administrator
should remove any old intent configuration from the node manually.
Examples
Example 1
PS C:\> {{ Add example code here }}
{{ Add example description here }}
Parameters
-ClusterName
{{ Fill ClusterName Description }}
Type: | String |
Position: | 2 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ComputerName
{{ Fill ComputerName Description }}
Type: | String |
Position: | 2 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-GlobalOverrides
{{ Fill GlobalOverrides Description }}
Type: | SwitchParameter |
Position: | 2 |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Name
{{ Fill Name Description }}
Type: | String |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SkipServiceStop
{{ Fill SkipServiceStop Description }}
Type: | Boolean |
Position: | Named |
Default value: | True |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |