awickham10 / psdpa

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

Remove-DpaMonitor - Allow Pipelining Monitors #9

Open awickham10 opened 5 years ago

awickham10 commented 5 years ago

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

Get-DpaMonitor -MonitorName 'RemoveMe' | Remove-DpaMonitor