Hi, I'm trying to delete a user and transfer the recording to another, my command and return is below
I can delete the account fine and I've check my scopes which look fine
Remove-ZoomUser -Email "b.h@email.school.nz" -Action delete -TransferRecording "zoomrecordingtransfer@email.school.nz" -Confirm:$false
Remove-ZoomUser : A positional parameter cannot be found that accepts argument 'zoomrecordingtransfer@email.school.nz
PSZoom version is 2.1
Daniel
Hi, I'm trying to delete a user and transfer the recording to another, my command and return is below
I can delete the account fine and I've check my scopes which look fine
Remove-ZoomUser -Email "b.h@email.school.nz" -Action delete -TransferRecording "zoomrecordingtransfer@email.school.nz" -Confirm:$false
Remove-ZoomUser : A positional parameter cannot be found that accepts argument 'zoomrecordingtransfer@email.school.nz
PSZoom version is 2.1
Daniel