Get nodes that make up the Hive system.
Get-HiveNode [[-Id] <Guid>] [[-Filter] <Array>] [-Minimal]
Get all Hive nodes or a specific node. Filters can be applied to minimise data and improve overall response times.
Get-HiveNode
Get all nodes
Get-HiveNode -Minimal -Filter name
Get all nodes and restrict the response data to mandatory fields and name.
Apply custom filters that reduce the requested data fields to the requested set and any mandatory fields like id.
Type: Array
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Hive node identifier
Type: Guid
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: [guid]::Empty
Accept pipeline input: False
Accept wildcard characters: False
Reduce requested data to minimal working set that consists of id and nodeType that are required for resolving most objects.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: False
Accept pipeline input: False
Accept wildcard characters: False