I am trying to use your delete group script and getting the following error:
"Select the group you will like to remove: 7
Delete device: machnename
Invoke-WebRequest : The response content cannot be parsed because the Internet Explorer engine is not available, or Internet Explorer's first-launch configuration is not
complete. Specify the UseBasicParsing parameter and try again.
At line:34 char:19
+ ... $delete = Invoke-WebRequest -Uri "Https://webapi.teamviewer.com/api ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotImplemented: (:) [Invoke-WebRequest], NotSupportedException
+ FullyQualifiedErrorId : WebCmdletIEDomNotSupportedException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand"
Script in use is this:
Delete a group from your Computers and Contacts using API - TeamViewer Support
Teamviewer support cannot help me even though they were the ones telling me to use this script.
Does anyone have any advice, please? Thanks in advance