Posts

Showing posts with the label SCCM 2012

App-V 5.0/App-V 5.1 Applications not launching when selected "RunAs" option

Question: We have an environment where user has separate login account and for testing purpose there is an administrator account to which we as an administrator login to the published applications for troubleshooting. With App-V 5.0, we are unable to launch by shift+Right clicking on the shortcut and selecting "RunAs" option to troubleshoot. This worked exactly as desired in App-V 4.6 The Applications are published through SCCM 2012 for the users. We are not seeing any error when launching the App-V 5.0 shortcuts using "RunAs". When normally double clicking on the shortcut, it launches fine. What might be the reason? Reason: The reason is, the App-V 5.0/5.1 application has been published for the user through SCCM 2012. When published for a particular user collection, the application will work only for that users. It won't work for other users. This is the reason why "Run as different user" failed to launch the application. Solution: If you want your...

Comparision between Native connection group and SCCM 2012 virtual environment in App-V 5.0

      Native & Full Infrastructure SCCM 2012 Ø         Setting dependency to other virtual applications is done through Connection group. Connection group is achieved through creating virtual environments  in the SCCM console. Ø         Connection groups can be published either globally or to user. Virtual Environments are published globally to the system alone. Ø         Connection groups can contain a mixture of both user and globally targeted packages. It cannot contain a mixture of both user and globally targeted packages. SCCM 2012 will only deliver connection groups if all member packages are targeted to either user or machine exclusively. Mixed member targeting is not supported with Virtual Environments in SCCM. Ø   Connection groups targeted globally cannot contain any user targeted Packages.Connection groups targeted at the user alone can ...