AndrewPla / TOPdeskPS

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

Better Experience for Connect-TdService #67

Closed AndrewPla closed 5 years ago

AndrewPla commented 5 years ago

Better error when the user doesn't provide a url. I should probably add some better parameter validation for the -Url parameter.

AndrewPla commented 5 years ago

I updated the -Url Parameter to use Get-TdUrl which throws an error when no url is stored. Changes were merged in #70