Copy-NetIntent
Moves (or copies) net intent across different hosts or clusters
Syntax
Copy-NetIntent
[[-Name] <String>]
[-SourceComputerName] <String>
[-DestinationComputerName] <String>
[-RemoveSource <Boolean>]
[-Wait]
[<CommonParameters>]
Copy-NetIntent
[[-Name] <String>]
[-SourceClusterName] <String>
[-DestinationClusterName] <String>
[-RemoveSource <Boolean>]
[-Wait]
[<CommonParameters>]
Copy-NetIntent
[[-Name] <String>]
[-SourceClusterName] <String>
[-DestinationComputerName] <String>
[-RemoveSource <Boolean>]
[-Wait]
[<CommonParameters>]
Copy-NetIntent
[[-Name] <String>]
[-SourceComputerName] <String>
[-DestinationClusterName] <String>
[-RemoveSource <Boolean>]
[-Wait]
[<CommonParameters>]
Copy-NetIntent
[-GlobalOverrides]
[-SourceClusterName] <String>
[-DestinationComputerName] <String>
[-RemoveSource <Boolean>]
[-Wait]
[<CommonParameters>]
Copy-NetIntent
[-GlobalOverrides]
[-SourceClusterName] <String>
[-DestinationClusterName] <String>
[-RemoveSource <Boolean>]
[-Wait]
[<CommonParameters>]
Copy-NetIntent
[-GlobalOverrides]
[-SourceComputerName] <String>
[-DestinationClusterName] <String>
[-RemoveSource <Boolean>]
[-Wait]
[<CommonParameters>]
Copy-NetIntent
[-GlobalOverrides]
[-SourceComputerName] <String>
[-DestinationComputerName] <String>
[-RemoveSource <Boolean>]
[-Wait]
[<CommonParameters>]
Description
{{ Fill in the Description }}
Examples
EXAMPLE 1
Copy-NetIntent
Parameters
-DestinationClusterName
The name of the cluster that the intent is copied to.
Type: | String |
Position: | 3 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-DestinationComputerName
The name of the computer that the intent is copied to.
Type: | String |
Position: | 3 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-GlobalOverrides
{{ Fill GlobalOverrides Description }}
Type: | SwitchParameter |
Position: | Named |
Default value: | False |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Name
The name of the intent to be copied.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-RemoveSource
Indicates that the source needs to be removed after the copy.
Type: | Boolean |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SourceClusterName
The name of the cluster that the intent is copied from.
Type: | String |
Position: | 2 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SourceComputerName
The name of the computer that the intent is copied from.
Type: | String |
Position: | 2 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Wait
{{ Fill Wait Description }}
Type: | SwitchParameter |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Notes
The copy & removal operation of the intent is not a transacted operation`.