Tech Notes

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

List Uninstall GUID's of all installed apps:

get-wmiobject Win32_Product | Sort-Object -Property Name |Format-Table


IdentifyingNumber, Name, LocalPackage -AutoSize

Create IntuneWin Package:


IntuneWinAppUtil.exe -c "<FULL PATH TO SOURCE FOLDER>" -s "<FULL PATH TO
SETUP FILE>" -o "<FULL PATH TO OUTPUT FOLDER>"

Uninstall Silent:
msiexec.exe /x "<APP INSTALL GUID>" /qn

C:\ProgramData\Citrix\Citrix Workspace 2006\TrolleyExpress.exe" /uninstall /cleanup


/silent
CitrixWorkspaceApp.exe /IncludeSSON /Silent

Detection:

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\
Uninstall\{5CDC03CA-18DA-4512-99BA-C8BB758A8A38}
DisplayVersion
23.11.1.41

https://docs.citrix.com/en-us/citrix-workspace-app-for-windows/deploy#deploy-
citrix-workspace-app-in-microsoft-endpoint-manager-intune

Start-Sleep -Seconds 1.5

"C:\Program Files (x86)\Citrix\ICA Client\SelfServicePlugin\SelfService.exe" -


disconnectapps
"C:\Program Files (x86)\Citrix\ICA Client\SelfServicePlugin\SelfService.exe" -
disconnectapps

$test = test-path -path "HKLM:\SYSTEM\CurrentControlSet\Control\Windows"

if(-not($test)){
# code to create new key
}

powershell -executionpolicy bypass -file MDInstall.ps1

powershell -executionpolicy bypass -file Workspaceinstall.ps1

msg * /SERVER:localhost *** CITRIX UPDATE IN PROGRESS - DO NOT TURN OFF YOUR PC ***
Your system will shut down automatically when the update process is complete!

TESTVM: LCF-M2xghyOExhV

.NET 6.0.20
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\
Uninstall\{FC641ACB-FE5E-4F88-B392-9421BDCA1143}
DisplayVersion (REG_SZ): 48.83.63194

.NET 6.0.29
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\
Uninstall\{D440F93F-8736-4B85-8441-0CAA37D18138}
DisplayVersion (REG_SZ): 48.116.12057

windowsdesktop-runtime-6.0.29-win-x86.exe /uninstall /quiet

You might also like