Copy scheduled jobs from another computer to this one, using a GUI list to choose jobs.
Copy-SchTasks.ps1 [-ComputerName] <String> [[-DestinationComputerName] <String>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
Copy-SchTasks.ps1 SourceComputer DestComputer
Attempts to copy tasks from SourceComputer to DestComputer.
The name of the computer to copy jobs from.
Type: String
Parameter Sets: (All)
Aliases: CN, Source
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The name of the computer to copy jobs to (local computer by default).
Type: String
Parameter Sets: (All)
Aliases: To, Destination
Required: False
Position: 2
Default value: $env:COMPUTERNAME
Accept pipeline input: False
Accept wildcard characters: False
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.