Skip to content

okay-scam/RemoteScheduledTasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PowerShell Gallery Version PowerShell Gallery License: MIT

Remote Scheduled Tasks

A simple wrapper for PowerShell's ScheduledTasks module to run against remote computers

Supports the following ScheduledTasks methods in a limited capacity.

Get-ScheduledTask
Start-ScheduledTask

Installing

Current user

Install-Module -Name RemoteScheduledTasks

All users

Install-Module -Name RemoteScheduledTasks -Scope AllUsers

Usage

Import-Module Remote-ScheduledTasks

$Tasks = Get-RemoteScheduledTask -ComputerName "SERVER01" -Credential $(Get-Credential)
 0. User Sync
 1. Computer Sync

$Tasks[0] | Start-RemoteScheduledTask
 Starting: User Sync

Links

PowerShell Gallery

About

A simple wrapper for PowerShell's scheduledtask module to run against remote computers

Resources

License

Stars

Watchers

Forks

Packages

No packages published