k-strider Posted August 24, 2012 Posted August 24, 2012 Well i cant get the Package app rules to work. I tried t install the RSAT on a windows 8 Enterprise but it fails. despite following the instructions here RSAT Tools for Windows 8 RTM So i setup a virtual machine with Win 8 Release Preview on and installed the tools fine. created the policy and added the App Rules Enforced the Policy but they just don't seem to work you cans till click on the store or the games it should say this app has been blocked by your administrator Group Policy Central I tried changing the version numbers to * but no joy.. Anyone got this working yet?
SYNACK Posted August 24, 2012 Posted August 24, 2012 Have you tried a VM of 2012, if under VL you should be able to get a hold of it and it should work for 30 days without activation.
k-strider Posted August 27, 2012 Author Posted August 27, 2012 Yeah I've got a couple 2012 servers now but the apps only show up if they are on the machine I tried that first. As there aren't any metro apps on the server tHey don't show up when you create the rules. :-s
SYNACK Posted August 28, 2012 Posted August 28, 2012 Yeah I've got a couple 2012 servers now but the apps only show up if they are on the machine I tried that first. As there aren't any metro apps on the server tHey don't show up when you create the rules. :-s Sounds like you need RSAT for Windows 8: Download: RSAT for Windows 8 - Microsoft Download Center - Download Details http://social.technet.microsoft.com/wiki/contents/articles/2202.remote-server-administration-tools-rsat-for-windows-vista-windows-7-windows-8-windows-server-2008-windows-server-2008-r2-and-windows-server-2012-dsforum2wiki.aspx#Download%20links They are for RP but should work fine on RTM.
SYNACK Posted August 28, 2012 Posted August 28, 2012 Sounds like you need RSAT for Windows 8: Download: RSAT for Windows 8 - Microsoft Download Center - Download Details Remote Server Administration Tools (RSAT) for Windows Vista, Windows 7, Windows 8, Windows Server 2008, Windows Server 2008 R2, and Windows Server 2012 (dsforum2wiki) - TechNet Articles - United States (English) - TechNet Wiki They are for RP but should work fine on RTM. EDIT: Nope, only work on the RP Grrr, may need to wait a bit longer.
k-strider Posted August 30, 2012 Author Posted August 30, 2012 Yup this is the problem... I’m not to worried as the metro apps I want to block don’t work because of filtering but it would just be cleaner... I’m resigned to waiting for RSAT for windows 8 proper
Arthur Posted August 30, 2012 Posted August 30, 2012 Another option would be to completely remove the apps from your Windows image via DISM or the Remove-AppxProvisionedPackage PowerShell cmdlet. e.g. dism /Remove-ProvisionedAppxPackage /PackageName:Microsoft.Bing_1.2.0.137_x86__8wekyb3d8bbwe dism /Remove-ProvisionedAppxPackage /PackageName:Microsoft.BingFinance_1.2.0.135_x86__8wekyb3d8bbwe dism /Remove-ProvisionedAppxPackage /PackageName:Microsoft.BingMaps_1.2.0.136_x86__8wekyb3d8bbwe dism /Remove-ProvisionedAppxPackage /PackageName:Microsoft.BingNews_1.2.0.135_x86__8wekyb3d8bbwe dism /Remove-ProvisionedAppxPackage /PackageName:Microsoft.BingSports_1.2.0.135_x86__8wekyb3d8bbwe dism /Remove-ProvisionedAppxPackage /PackageName:Microsoft.BingTravel_1.2.0.145_x86__8wekyb3d8bbwe dism /Remove-ProvisionedAppxPackage /PackageName:Microsoft.BingWeather_1.2.0.135_x86__8wekyb3d8bbwe dism /Remove-ProvisionedAppxPackage /PackageName:Microsoft.Camera_6.2.8514.0_x86__8wekyb3d8bbwe dism /Remove-ProvisionedAppxPackage /PackageName:microsoft.microsoftskydrive_16.4.4204.712_x86__8wekyb3d8bbwe dism /Remove-ProvisionedAppxPackage /PackageName:Microsoft.Reader_6.2.8516.0_x86__8wekyb3d8bbwe dism /Remove-ProvisionedAppxPackage /PackageName:microsoft.windowscommunicationsapps_16.4.4206.722_x86__8wekyb3d8bbwe dism /Remove-ProvisionedAppxPackage /PackageName:microsoft.windowsphotos_16.4.4204.712_x86__8wekyb3d8bbwe dism /Remove-ProvisionedAppxPackage /PackageName:Microsoft.XboxLIVEGames_1.0.927.0_x86__8wekyb3d8bbwe dism /Remove-ProvisionedAppxPackage /PackageName:Microsoft.ZuneMusic_1.0.927.0_x86__8wekyb3d8bbwe dism /Remove-ProvisionedAppxPackage /PackageName:Microsoft.ZuneVideo_1.0.927.0_x86__8wekyb3d8bbwe Source: MSFN
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now