Skip to content

ProVal-Tech/LabTech-Powershell-Module

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

392 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LabTech-Powershell-Module

This is an attempt to create a comprehensive LT PoSH module. To import this module in your scripts you can run:

$ProgressPreference = 'SilentlyContinue'
[System.Net.ServicePointManager]::SecurityProtocol = 3072 -bor 12288
. ([scriptblock]::Create(((Invoke-RestMethod -Uri 'https://contentrepo.net/repo/script/LabTech.psm1') -join [Environment]::NewLine)))

Functions

ConvertFrom-LTSecurity

ConvertTo-LTSecurity

Get-LTError

Get-LTLogging

Get-LTProbeErrors

Get-LTProxy

Get-LTServiceInfo

Get-LTServiceInfoBackup

Get-LTServiceSettings

Hide-LTAddRemove

Install-LTService

Invoke-LTServiceCommand

New-LTServiceBackup

Redo-LTService

Rename-LTAddRemove

Reset-LTService

Restart-LTService

Set-LTLogging

Set-LTProxy

Show-LTAddRemove

Start-LTService

Stop-LTService

Test-LTPorts

Uninstall-LTService

Update-LTService

About

This is an attempt to create a comprehensive LT PoSH module.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages