Set-NetIntentRetryState
Changes the provisioning state of the goal state for the network intent on a given host.
Syntax
Set-NetIntentRetryState
[-ComputerName <String>]
-Name <String>
[-Wait]
[<CommonParameters>]
Set-NetIntentRetryState
[-ClusterName <String>]
[-ComputerName <String>]
[-NodeName <String>]
[-Wait]
[-GlobalOverrides]
[<CommonParameters>]
Set-NetIntentRetryState
[-ClusterName <String>]
-Name <String>
-NodeName <String>
[-Wait]
[<CommonParameters>]
Description
The Set-NetIntentRetryState
cmdlet changes the provisioning state of the goal state for a network
intent on a given host. This is useful for resetting failed provisioning attempts, as it resets the
RetryRequired state.
Examples
Example 1
Set-NetIntentRetryState -ComputerName "Server01" -Name "MyIntent" -Wait
This example resets the provisioning state for the network intent named MyIntent
on the computer
Server01
and waits for the operation to complete.
Parameters
-ClusterName
Specifies the name of the cluster.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ComputerName
Specifies the name of the computer.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-GlobalOverrides
Indicates the global overrides that should be applied when resetting the provisioning state.
Type: | SwitchParameter |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Name
Specifies the name of the network intent to be reset.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-NodeName
Specifies the name of the node within the cluster.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Wait
Indicates that the cmdlet should wait for the operation to complete before returning control to the command line.
Type: | SwitchParameter |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |