sgtoj / PSConnectWise

PowerShell Module that provide several CmdLets to interact with ConnectWise REST API service.
MIT License
45 stars 13 forks source link

Add -Name and -Descending Param for All Functions #16

Closed sgtoj closed 8 years ago

sgtoj commented 8 years ago

Add -Name w/ the ability to use wildcards and -Descending parameters to each of the functions. These were partially implemented with Get-CWServiceBoard and Get-CWServiceTicket. Now going to implement to all functions and make it consistent.