Installing RSAT for Windows 10 v1809
Remote Server Administration Tools for Windows 10 October 2018 Update isn’t delivered via an MSI or MSU like with previous Windows 10 versions, it is a Windows feature since 1809. …
Because my memory only stores important facts
Remote Server Administration Tools for Windows 10 October 2018 Update isn’t delivered via an MSI or MSU like with previous Windows 10 versions, it is a Windows feature since 1809. …
SQL Server Data Tools (SSDT) for Visual Studio silent install is a PITA, I struggled some hours with it. But finally I’ve found a way to have SSDT 2017 15.7.1 (standalone, …
I created a very small package that only contains some registry keys. When adding this package on an endpoint, the client throws an error. The last character of that error …
After migrating to a new App-V Management Server our AppV Admins lost their permissions to the Management Server. Strange, because during installation the correct security group was provided. First place …
Export security group members to a CSV file using Powershell: Import-Module ActiveDirectory Get-ADGroupMember -identity sec_group_name | select name | Export-csv C:\Temp\filename.csv -NoTypeInformation If you just wat the username, use “select samaccountname”. Btw …
A user encountered an AppV Client error 0600000011, with the Powershell cmdlet “Get-AppvClientpackages”. (I used the “-all” property, because my admin user didn’t had the application published) The AppV log shows all …
After sequencing HP iLO Integrated Remote Console with AppV 5.1, it crashes right after launching the application: Environment: Sources: iLO_Integrated_Remote_Console_Installer.msi AppV Sequencer v5.1.85.0 (OS: Win7 x64 SP1) Endpoint: Win7 x64 …
Because I cannot remember the AppV Sequencer PowerShell commands to convert a Softgrid (App-V 4.6 .sft) package to a App-V 5.x package (.appv). I dedicated to write it down at …
As App-V grows up, this old post “Softgrid/App-V: Inside the bubble” became outdated. With App-V 5.x we have Powershell to break into the bubble. Launch a cmd.exe processes inside the App-V 5 virtualized …
Clearing the App-V cache is a common task for IT Pro’s, helpdesk have it in there toolbox. Back in the App-V 4.x days clearing the Softgrid cache could be done with sftmime.exe, the registry and some …