bentaylorwork / awpAgent

A powershell module to aide with deployment and management of Auto Task Workplace Agents.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto Task Workplace Agent Management

Build Status

Overview

A powershell module to aide with deployment and management of Auto Task Workplace Agents.

Requirements

  • PowerShell Version 5.0

Commands

  • Install-AWP
  • Uninstall-AWP
  • Test-AWPInstall
  • Test-AWPPreReq

Examples

# Example - Install-AWP
Install-AWP -computername 'computer-one', 'computer-two' -path '<path to installer>' -credential Get-Credential -verbose

# Example - Test-AWPInstall
Test-AWPInstall -computername 'computer-one', 'computer-two'

# Example - Uninstall-AWP
Uninstall-AWP -computername 'computer-one', 'computer-two' -verbose

# Example - Test-AWPPreReq
Test-AWPPreReq -computername 'computer-one', 'computer-two'

Contributors

  • Ben Taylor

About

A powershell module to aide with deployment and management of Auto Task Workplace Agents.

License:MIT License


Languages

Language:PowerShell 100.0%