Get-NetIntentAllGoalStates

Looks up all intent goal state configurations available.

Syntax

Get-NetIntentAllGoalStates
   [[-ClusterName] <String>]
   [[-ComputerName] <String>]
   [<CommonParameters>]

Description

The Get-NetIntentAllGoalStates retrieves the goal states stored for each intent. These configurations are the settings used for initial provisioning and drift checks. This information is useful for debugging and troubleshooting.

Examples

EXAMPLE 1

Get-NetIntentAllGoalStates -ComputerName "Server01"

This example retrieves all of the network intent goal states from the Server01 standalone host.

Parameters

-ClusterName

Specifies the name of the cluster for which the goal states are to be retrieved.

Type:String
Position:1
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ComputerName

Specifies the name of the computer for which the goal states are to be retrieved.

Type:String
Position:2
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False