Label awareness: software is installed when placed into a label - uninstalls when removed from label
Similar to group policy software installs via active directory, it would be ideal to have labels react likewise. When a computer is placed into a label, it would install whatever software or managed installs assigned to the label - when the computer is removed from the label, the software would uninstall at next check-in instead of remaining on the pc, leaving unnecessary / not utilized software across the inventory.

This is a great idea. We will need to first blend the software and managed install functions into the software catalog in order to do this. This is something that will take a while to implement, but certainly has our interest.
-
ncsutmf commented
If this gets implemented, it should be an optional setting on the managed install. We had an issue with Office 2010 where SP1 was applied causing the version to change, and the Kace agent tried to install Office again w/o SP1. We had to change our smart label for Office to not apply if Office was already installed. If this was feature was not optional, we would have office installing and uninstalling itself, probably until it reached the max attempts for each.
-
Jesse commented
I have figured out a way using current LDAP label behavior to install software automatically on a computer according to a user's group membership in Active Directory.
========
Example: A new employee started this week and you need to have Adobe Reader installed on their computer.
========Setup:
------
1. Create a group in Active Directory (AD) called "Software Adobe Reader". This will be a group of all users that have Adobe Reader installed.2. Create a normal label in KACE and name it "Adobe Reader Install". Put some notes in the "Notes" field so you don't forget what this is doing. Select the checkbox for 'Computer Inventory' and 'Software' and leave the rest blank.
3. Create a LDAP label in KACE and choose the Associated Label Name "Adobe Reader Install" which you just created in step #2. Follow the example LDAP label configuration below. After this LDAP label is created it will be looking to the group "Software Adobe Reader" in AD. This LDAP label checks if the user is a member of the group "Software Adobe Reader" in AD, and if they are, it applies that LDAP label to their computer.
NOTE: LDAP labels cannot be applied to users, only computers. This means that your user list under Service Desk > Users cannot have LDAP labels applied to them according to AD membership. This is because users don't sync with KACE, computers do. I sure wish it would work though!
Example LDAP Label Configuration:
Server Hostname: YourServerName/IP
LDAP Port Number: YourPort (example: 389)
Search Base DN: DC=YourDomain,DC=com
Search Filter: (&(sAMAccountName=KBOX_USERNAME)(memberOf=CN=Software Adobe Reader,OU=SoftwareDeploy,OU=IT Department,DC=YourDomain,DC=com))
LDAP Login: PathToAccountYouUseForDomainAuthentication4. Apply the normal label created in step #2 above to a script or MI so that that task will be ran on that computer when it has that label.
Usage:
------
In Active Directory add the new employee to the AD group "Software Adobe Reader". The next time the computer the new user is using checks into KACE it will get the LDAP label "Adobe Reader Install", then the script(s)/MI(s) will run since the label "Adobe Reader Install" is now applied on that computer and is also associated to the script/MI. -
Lee Frith commented
hmm, i think i follow with what you are saying. I was thinking more of a new label type similar to smart label, but had actions you could place on the label - install action section / uninstall action section. When a pc is moved to the label, it would install the item(s), and once removed, uninstall etc. Perhaps under the MI applied to the new label type, you would have a line for installation, and a line for uninstallation (using something like the scripting gui)
-
gillyspy commented
What about a "macro" that would create the MI uninstaller (MUI?) for you and give you the option of assigning the labels and machines removed from the MI over to the "MUI"
-
Sven Nosse commented
I totally agree - I really want something like "dynamic provisioning" of software and I think that way is a way that might be possible with Kace...
-
Jiddle commented
Yes, this would be a great enhancement.
-
Pedro Bexiga commented
you can also create a smart label that checks that a machine is not in the label designated for the install AND has the software installed. this has my vote as it would make installation management much simpler.
-
Jon Hall commented
Great idea, but until that change can be implemented, try creating a new MI for uninstallation, with a label for that purpose. When you want the software removed, just switch labels.