Skip to content

Latest commit

 

History

History
62 lines (34 loc) · 1.69 KB

File metadata and controls

62 lines (34 loc) · 1.69 KB

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