awickham10 / psdpa

PowerShell module for the Solarwinds DPA REST API
MIT License
8 stars 0 forks source link

Start-DpaMonitor - Allow Pipelining Monitors #13

Open awickham10 opened 5 years ago

awickham10 commented 5 years ago

Allow a monitor to be passed to Add-DpaMonitor through the pipeline.

Get-DpaMonitor -MonitorName 'ComingOutOfMaintenance' | Start-DpaMonitor