< Back
Copy-AMCondition
Post
NAME Copy-AMCondition
SYNOPSIS
Copies an AutoMate Enterprise condition.
SYNTAX
Copy-AMCondition [-InputObject] <Object> [[-Name] <String>] [[-Folder] <Object>] [[-Connection] <Object>]
[<CommonParameters>]
DESCRIPTION
Copy-AMCondition can copy a condition object within, or between servers.
PARAMETERS
-InputObject <Object>
The object to copy.
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
-Name <String>
The new name to set on the object.
Required? false
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Folder <Object>
The folder to place the object in.
Required? false
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Connection <Object>
The server to copy the object to.
Required? false
Position? 4
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
The following AutoMate object types can be modified by this function:
Condition
OUTPUTS
Condition
-------------------------- EXAMPLE 1 --------------------------
PS C:\\># Copy condition "Daily at 12:00PM" from server1 to server2
Get-AMCondition "Daily at 12:00PM" -Connection server1 | Copy-AMCondition -Folder (Get-AMFolder CONDITIONS
-Connection server2) -Connection server2
RELATED LINKS
https://github.com/AutomatePS/AutomatePS
SYNOPSIS
Copies an AutoMate Enterprise condition.
SYNTAX
Copy-AMCondition [-InputObject] <Object> [[-Name] <String>] [[-Folder] <Object>] [[-Connection] <Object>]
[<CommonParameters>]
DESCRIPTION
Copy-AMCondition can copy a condition object within, or between servers.
PARAMETERS
-InputObject <Object>
The object to copy.
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
-Name <String>
The new name to set on the object.
Required? false
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Folder <Object>
The folder to place the object in.
Required? false
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Connection <Object>
The server to copy the object to.
Required? false
Position? 4
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
The following AutoMate object types can be modified by this function:
Condition
OUTPUTS
Condition
-------------------------- EXAMPLE 1 --------------------------
PS C:\\># Copy condition "Daily at 12:00PM" from server1 to server2
Get-AMCondition "Daily at 12:00PM" -Connection server1 | Copy-AMCondition -Folder (Get-AMFolder CONDITIONS
-Connection server2) -Connection server2
RELATED LINKS
https://github.com/AutomatePS/AutomatePS