Monday, December 18, 2017

WMIC.EXE


WMIC.EXE is a tool for accessing WMI

http://www.robvanderwoude.com/wmic.php


Examples

Return all the data about AppvClientPackage
wmic /namespace:\\ROOT\Appv Path AppvClientPackage

Return the connectiongroup names and show inuse
wmic /namespace:\\ROOT\Appv Path AppvClientConnectionGroup get Name,inuse

Use a method to return a value
wmic /namespace:\\ROOT\ccm class SMS_Client call GetAssignedSeite

Use a method to set a value
wmic /namespace:\\ROOT\ccm class SMS_Client call SetAssignedSite sSiteCode="CODE"

Wednesday, December 6, 2017

Excel Addins and the OPEN keys



This article describes the potential problems of delivering Excel Addins using App-V packages and Connection Groups

https://blogs.technet.microsoft.com/gladiatormsft/2013/09/04/app-v-on-virtualizing-multiple-excel-add-ins/

There are similarities to the situation with Enable Browser Controls