Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 624 Bytes

File metadata and controls

15 lines (12 loc) · 624 Bytes

General

Windows PowerShell module for accessing the Trend Micro Worry Free Business Security REST API.

This project is also published in the PowerShell Gallery at https://www.powershellgallery.com/packages/TrendMicroWorryFreeBusinessSecurity.

Installation

  • From PowerShell Gallery: Install-Module -Name TrendMicroWorryFreeBusinessSecurity
  • From GitHub: Save /bin/<version>/TrendMicroWorryFreeBusinessSecurity/<files> to your module directory

Behavior changes

1.0.0.13

  • Out-PsLogging
    • Prepending [INFO], [WARNING], [ERROR], [VERBOSE] blocks before each message.

1.0.0.0

  • Initial release.