Get-B1NTPServiceConfiguration¶
SYNOPSIS¶
Retrieves the NTP configuration for a particular service
SYNTAX¶
Get-B1NTPServiceConfiguration [[-Name] <String>] [[-ServiceId] <String>] [-Strict] [<CommonParameters>]
DESCRIPTION¶
This function is used to retrieve the NTP configuration for a particular service
EXAMPLES¶
EXAMPLE 1¶
PARAMETERS¶
-Name¶
The name of the BloxOneDDI service to check the NTP configuration for
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ServiceId¶
The Service ID of the NTP service to check
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Strict¶
Use strict filter matching. By default, filters are searched using wildcards where possible. Using strict matching will only return results matching exactly what is entered in the applicable parameters.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters¶
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.