Answered by:
Get information from .APPV file using Powershell

Question
-
I want to get information from an .APPV (version 5) file using Powershell.
Is that possible and how can I get the info ?
I want to obtain e.g. the ProductID, VersionID, shortcut(s) information like working directory, target, parameters etc
Any idea how I can get it using Powershell ?
Tuesday, October 6, 2015 8:33 PM
Answers
-
Virtualengine created a couple of powershell cmdlets to get those data. Very usefull.
- Marked as answer by pollewops Thursday, October 8, 2015 3:40 PM
Tuesday, October 6, 2015 10:02 PM -
If you are looking for a tool then I would recommend AppVManage by Tim:http://www.tmurgent.com/appv/index.php/en/resources/108-appv-manage/221-appv-manage-introduction
This gives you complete information about your Package.
Posted "AS IS" with No Warranties. Mark as Answer if this answers your question, It'll help others.
- Proposed as answer by CodyLambertModerator Thursday, October 8, 2015 5:32 PM
- Marked as answer by CodyLambertModerator Thursday, October 8, 2015 5:33 PM
Wednesday, October 7, 2015 10:03 AM
All replies
-
You can change the .appv extension to .zip format and extract it first. Then query for appxmanifest.xml file in the extracted folder and then obtain the GUID as per your requirement through PS. Hope it helps you.
For reference check this link - http://www.loginconsultants.com/en/forum/15-microsoft/277-powershell-extract-item-from-zip-appv
(Please click on "Vote as Helpful" and/or "Mark as Answer", if it has helped you.)
BLOG: app2pack.blogspot.comTuesday, October 6, 2015 9:15 PM -
Virtualengine created a couple of powershell cmdlets to get those data. Very usefull.
- Marked as answer by pollewops Thursday, October 8, 2015 3:40 PM
Tuesday, October 6, 2015 10:02 PM -
If you do change it to a .zip, make sure you do it on a copy of the .appv file.Tuesday, October 6, 2015 10:02 PMModerator
-
If you are looking for a tool then I would recommend AppVManage by Tim:http://www.tmurgent.com/appv/index.php/en/resources/108-appv-manage/221-appv-manage-introduction
This gives you complete information about your Package.
Posted "AS IS" with No Warranties. Mark as Answer if this answers your question, It'll help others.
- Proposed as answer by CodyLambertModerator Thursday, October 8, 2015 5:32 PM
- Marked as answer by CodyLambertModerator Thursday, October 8, 2015 5:33 PM
Wednesday, October 7, 2015 10:03 AM