PowerShell Automation

<< Click to Display Table of Contents >>

RayVentory Scan Engine > 12.6 u4 > User Guide 

PowerShell Automation

RayVentory Scan Engine exposes its core functions via PowerShell commandlets bundled in a module. To automate the operations via PowerShell import the following module to your session:

 

[INSTALLDIR]\Libs\Raynet.RayVentory.ScanEngine.Automation.psd1

 

The following commands are avilable:

 

Get-DeviceConnections

Get-OracleConnections

Get-SnmpConnections

Get-VsphereConnections

Import-DeviceList

Import-LdapDevices

Import-NetworkDevices

Send-Inventory

Start-DeviceInventory

Start-OracleInventory

Start-SnmpInventory

Start-VsphereInventory

 

This user describes the usage of the Get-DeviceConnections and the Send-Inventory commandlets. For more information about other commands, execute the following command in the PowerShell session (after importing the module first):

 

Get-Help <command_name> -Full