This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

SwisPowerShell module released

You can now use a PowerShell module to access Orion and SWIS. To install it from the PowerShell Gallery, run this command:

Install-Module SwisPowerShell

To load it into the current PowerShell session, run this command:

Import-Module SwisPowerShell

Documentation for this module is provided on GitHub: https://github.com/solarwinds/OrionSDK/wiki/PowerShell

This module provides the same cmdlets as the old PowerShell snapin, SwisSnapin. Existing scripts will work with the module with no changes other than replacing "Add-PSSnapin SwisSnapin" with "Import-Module SwisPowerShell". The OrionSDK.msi installer still provides SwisSnapin for compatibility.