plewarehouse.blogg.se

Powershell script to uninstall teamviewer
Powershell script to uninstall teamviewer







powershell script to uninstall teamviewer powershell script to uninstall teamviewer

Under Detection Method, select Use a custom script to detect the presence of this deployment type and click Edit to launch Script Editor.

powershell script to uninstall teamviewer

We don’t need to specify Uninstall program. Note: Install program is actually the uninstallation command of Quick Assist Tool. Specify Installation Program as : powershell.exe -ExecutionPolicy Bypass -NoLogo -NonInteractive -NoProfile -WindowStyle Hidden -command "Remove-WindowsCapability -Online -Name ~~~~0.0.1.0" Under Content page, we are not going to provide “Content location” as uninstallation string contains a one liner command to uninstall Quick Assist. Under General Information page, provide name as “Remove Tool”, click Next. Under Specify settings for this deployment type, select type as “Script Installer” which will automatically select “ Manually specify the deployment type information”, click Next. On Deployment Types page, click on Add to launch “Create Deployment Type Wizard”.

powershell script to uninstall teamviewer

On Software Center page, you can change the Localized application name and also can change the icon. On General Information page, specify name as “ Quick Assist Remove” and click Next. Select Manually specify the application information and click Next. Right click and select Create Applications to launch Create Application Wizard. Launch Configuration Manager console, and navigate to \Software Library\Overview\Application Management\Applications. Here compliant means, quick assist doesn’t exists on device. Big organizations might not want to use the tool and would like to block the access as this gives opportunity for outsiders to connect with your devices part of your company.įollowing PowerShell command can be used to uninstall Quick Assist: Remove-WindowsCapability -Online -Name ~~~~0.0.1.0 Use Application Model to uninstall Quick AssistĪs explained earlier, using application model will enforce the uninstall status and helps us checking the status of success of uninstall and compliant status. There will be some scenarios where you wanted to uninstall Quick Assist. You can compare Quick Assist with Team Viewer, but former once is an in-built application. Quick Assist is an in-built remote assistance tool in Windows 10 / Windows 11 which is helps users to provide remote session to others. Verify Removal Activity of Quick Assist through logs.Deploy Quick Assist Removal Application.Use Application Model to uninstall Quick Assist.









Powershell script to uninstall teamviewer