Update-NetworkATC
Updates the Network ATC configuration settings.
Syntax
Default (Default)
Update-NetworkATC
[[-DriftTimerInMinutes] <Int32>]
[[-ConfigurationChangeInSeconds] <Int32>]
[<CommonParameters>]
Description
The Update-NetworkATC cmdlet updates the global configuration settings for Network ATC, such as
the drift detection timer and the configuration change detection interval.
Examples
Example 1
Update-NetworkATC -DriftTimerInMinutes 10 -ConfigurationChangeInSeconds 30
This example updates the Network ATC configuration to set the drift detection timer to 10 minutes
and the configuration change detection interval to 30 seconds.
Parameters
-ConfigurationChangeInSeconds
Specifies the interval, in seconds, for detecting changes in network configuration.
Parameter properties
| Type: | Int32 |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | 1 |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-DriftTimerInMinutes
Specifies the timer, in minutes, for detecting drift in network configuration settings.
Parameter properties
| Type: | Int32 |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | 0 |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.