tjames192/PSCUC

Remove-CUCUser

Closed this issue · 1 comments

I found an issue with the Remove-CUCUser cmdlet. There is an extra / in the URI for the delete request. Here is what the verbose output was before I changed the code:

image

I removed the / in the second URI so it looks like this:

image

Here is the verbose output after the change:

image

Cool thanks I will patch master code.