



Explanation

Azure RemoteApp supports streaming 32-bit or 64-bit Windows-based applications. Therefore, we can minimize the number of installations by installing the applications on Azure and making them available as Azure RemoteApps. This would mean one installation for App1 and one installation for App2.








Explanation
Box 1: Delete all AppLocker rules.
Box 2: Disable the Application Identity service.
Box 3: Run the gpupdate /force command.
Note:
* Before you can enforce AppLocker policies, you must start the Application Identity service by using the Services snap-in console.
* The Application Identity service determines and verifies the identity of an application. Stopping this service will prevent AppLocker policies from being enforced.
The gpresult command is used to display the Resultant Set of Policy (RSoP) information for a remote user and computer. And used in conjunction with the /v parameter - it displays verbose policy information. This includes detailed settings that were applied with a precedence of 1.
References:
http://technet.microsoft.com/en-us/library/hh852337.aspx
http://technet.microsoft.com/en-us/library/cc733160.aspx






