awickham10 / psdpa

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

Stop-DpaMonitor - Allow Pipelining Monitors #12

Open awickham10 opened 5 years ago

awickham10 commented 5 years ago

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

Get-DpaMonitor -MonitorName 'GoingIntoMaintenance' | Stop-DpaMonitor