Skip to content

sbergwall/TMDeepSecurity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TMDeepSecurity

PowerShell Module for interacting with Trend Micro Deep Security API

TMDeepSecurity is a Powershell module for interacting with the API for Trend Micro Deep Security Manager.

Getting started

First you will need to create an API key from Deep Security Manager (DSM). Go to Administration -> User Management -> API Keys and create you API key.

Start with setting your variables that will be used by most, if not all, functions.

Set-TmdsConfig -DeepSecurityManager 'https://<YOUR URL>:4119' -APIKey 'YourAPIKey'

Get all computer objects

Get-TmdsComputer

If you want to see more information about the computer object you can choose which PropertySet you want to use.

Get-TmdsComputer -PropertySet computerStatus

Get computer object by ID.

Get-TmdsComputer -ComputerID 1

About

PowerShell Module for interacting with Trend Micro Deep Security API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published