AndrewPla / TOPdeskPS

PowerShell module to interact with the TOPdesk API
MIT License
30 stars 12 forks source link

Improved Get-TdIncident #45

Closed AndrewPla closed 5 years ago

AndrewPla commented 5 years ago

Replaced the PageSize parameter with ResultSize Added logic to accept a large resultsize and then we will send api calls until the resultsize is met. I improved a few other things as well.