Jump to content


anyweb

Root Admin
  • Posts

    9181
  • Joined

  • Last visited

  • Days Won

    366

Everything posted by anyweb

  1. so did your image have one index or two ?
  2. CU6 is most likely replaced with a newer update since I wrote the guide, however i went and downloaded it again and ended up with the following file extracted SQLServer2008R2-KB2679367-x64.exe what did you end up with when you extracted it ? the file I chose to download was SQL Server 2008 R2 All (Global) x64 SQLServer2008R2_SP1_CU6_2679367_10_50_2811_x64
  3. you can edit the config file for Language options, see this post, scroll down to Language Configuration
  4. tomorrow should be ok for me, send me a message on this forum and i'll reply back when i'm ready (I'm in Europe)
  5. In Part 1 of this mini series we integrated Windows Intune with System Center 2012 R2 Configuration Manager. In Part 2 we added Support for iOS devices (Iphone, iPad). In Part 3 we learned the difference between App Package for iOS (*.ipa file) and applications from the Apple App Store. We learned how to deploy them to iOS devices and configured the deployment type so that the applications were made available to the user based on the iPhone or Ipad operating system version, in addition we also checked device Ownership information and deployed the application based on those requirements. In Part 4 we learned how to use and configure compliance settings in order to enable or disable certain configurable features on iOS devices. We enforced a Password requirement and enforced a minimum password length as this is a common requirement for organizations. In Part 5 we enabled support for Windows 8.1 devices (both Windows RT 8.1 and Windows 8.1 Enterprise) so that they could be managed via System Center 2012 R2 Configuration Manager integrated with Windows Intune. In Part 6 we deployed Windows 8.1 apps (appx) to Windows 8.1 devices. In Part 7 we looked at how to make Windows 8.1 store apps available in the Company Portal and how to make them featured apps with their own categories. In Part 8 we added support for Android and learned how to deploy mobile device settings to Android devices. We enforced a Password requirement and saw how to enable File encryption on Android devices and we used resource explorer to browse the phone properties and to see if the device was a Jailbroken or rooted device. In this Part, we will learn how to deploy native APK (Android application package file) apps and how to deploy apps from Google Play. We'll learn that Available deployments to Users work but Available deployments to devices fail and we'll see how to make our deployed app featured apps within the Company Portal and with their own categories. Step 1. Create an App Package for Android (*.apk) In the Configuration Manager console, select the Software Library, expand applications, and navigate to our previously created folders called Modern Applications (created in Part 3 of this series, you can download the powershell script in Step 1 here), and then to the subfolder called Android. Right click and choose Create Application as shown in the screenshot below:- Select App Package for Android (*.APK files) from the Type drop down menu and then browse to the UNC path of where you have downloaded your Android App. I downloaded the following sample app which I found after doing a quick search. you'll be informed that the wizard has successfully imported the App Package fill in some General Information about the App Package and click your way through the rest of the wizard until completion Step 2. Distribute our app to the cloud Now that we have created our app, we need to distribute it to our cloud Distribution Point (Windows Intune DP) so that our Intune Users can download the content. To distribute the app, right click it and choose Distribute Content. Review selected content You'll be shown what content is going to be distributed, it's only one app, so that's all you'll see listed In the content destination screen, click the Add drop down and select Distribution Point from the choices available as in the screenshot below You'll see that MANAGE.MICROSOFT.COM is already selected, click Ok. continue through the wizard until completion You can monitor the distribution of your App in DistMgr.log and also using the outgoingcontentmanager.log which records content uploaded to Windows Intune. and in the Configuration Manager console, we can see that app's content status in the Monitoring Node by right clicking on the Asset Details and choose More Details which will give us details of that status Once you have verified that the content has successfully distributed you can continue with the next step. Step 3. Deploy the App Now we want to make our Intune Users aware of the new app, to do so, we will deploy it. Right click on our Android app and choose Deploy This brings up another wizard, for Target Collection click on browse, and select our previously created Windows Intune Users collection the content screen will show our previously distributed content, and the next screen allows us to select the Action (install or uninstall) and purpose (Available or Required), if you want the user to have no choice, then select Required, or if you want the users to have a choice in installing this app choose a purpose of Available Note: The way you deploy apps to mobile devices or mobile device users using Windows Intune Integration with Configuration Manager (hybrid scenario) will decide the outcome of the deployment (i.e. whether it works or not). For example, you can only deploy apps with an Available purpose to Users, however you can deploy apps with a Required purpose to Users and Devices. In other words, if you deploy an App with an Available purpose and target it to a Device collection then nothing will happen (the App will not appear in the Company Portal). Click your way through the rest of the wizard until completion Step 4. Create an App using Google Play Apps from the App Store (Google Play) can also be made available in the Company Portal. To do so we once again start the Create Application Wizard. Navigate to our previously created folders called Modern Applications and then to the subfolder called Android, and to the subfolder within that called Google Play. Right click and choose Create Application as shown in the screenshot below:- Select App Package for Android on Google Play in the Type drop down menu and then click browse Google play should open, click on Apps on the left of the google play menu In the Apps menu, browse via Category and select the Google Play app you want to make available to your Android users, I find it easier to find apps by maximizing the screen. In the screenshot below i've chosen Business as the Category and then selected Microsoft Remote Desktop from the list of available apps (many many apps). Select the app by clicking on it, it will bring up some additional options like Install and Add to wishlist, but you should not click on either, instead click on OK Now you should see the Google Play url for the app you selected has populated itself in the Location field enter some details about the app... and continue to the end of that wizard. Step 5. Deploy the Google Play Android App. As Google Play apps are already distributed in Googles own 'store' there's no need for us to distribute them to a distribution point, all we need to do is to Deploy the App, so let's do that, same as step 3 above. Right click on the App, choose Deploy Select the Windows Intune Users User collection and continue through the wizard until completion. Step 6. Make the App a Featured App and Categorize it Select the Remote Desktop App we just added, right click it, and choose Properties, then select the Application Catalog tab, place a checkmark in the Display this as a featured app and highlight it in the Company Portal as shown below Next click on the Edit button to the right of User Categories and then click on Create to create a Category, give the new category a suitable name like Android Google Play app Click Apply and then click OK to close. Step 7. Verify the end user experience on an Android device Now all the hard work is done, it's time to see the fruits of our labor, log on to an Android Device, start up the company portal and enter your credentials when prompted Once the Company Portal has loaded, it's quite likely that the Android device will not have received any new policy yet, so the applications we deployed above won't appear in the Company Portal (yet), if this is the case, wait and then try again. After the policy has finally taken, your Deployed apps appear in the company portal Success :-) Troubleshooting If your apps are not installing please do read my note above in Step 3. Recommended Reading CM12 in a Lab - How can I manage modern devices using System Center 2012 R2 Configuration Manager ? - Part 1 CM12 in a Lab - How can I manage modern devices using System Center 2012 R2 Configuration Manager ? - Part 2 CM12 in a Lab - How can I manage modern devices using System Center 2012 R2 Configuration Manager ? - Part 3 CM12 in a Lab - How can I manage modern devices using System Center 2012 R2 Configuration Manager ? - Part 4 CM12 in a Lab - How can I manage modern devices using System Center 2012 R2 Configuration Manager ? - Part 5 CM12 in a Lab - How can I manage modern devices using System Center 2012 R2 Configuration Manager ? - Part 6 CM12 in a Lab - How can I manage modern devices using System Center 2012 R2 Configuration Manager ? - Part 7 CM12 in a Lab - How can I manage modern devices using System Center 2012 R2 Configuration Manager ? - Part 8 Technical Reference for Log Files in Configuration Manager - http://technet.microsoft.com/en-us/library/hh427342.aspx How to Create and Deploy Applications for Mobile Devices in Configuration Manager - http://technet.microsoft.com/en-us/library/dn469410.aspx Summary Deploying applications (apk apps) to Android Devices is relatively easy to do using the Configuration Manager 2012 R2 with Windows Intune Integration. Downloads You can download a Microsoft Word copy of this guide here. How can I manage modern devices using System Center 2012 R2 Configuration Manager Part 9.zip
  6. how about this ? http://www.windows-noob.com/forums/index.php?/topic/7772-how-can-i-change-a-hkcu-setting-within-windows-during-an-osd-deployment/
  7. just looked, right click on your WIM file in the console and you'll be able to see the properties of it, and figure out which of the index's to use, it's likely it's index 2:2, in my screenshot below i'm showing a captured wim with only one index,
  8. ok, do you have the possibility of doing a remote session via teamviewer and i can take a look ?
  9. look at the OPTIONS tab of the format and partition disk 6.1 step that it's failing on, see anything interesting ? the screenshots you showed above seem to be from a UDI task sequence can you guide me through the exact steps you've taken when starting the ts, did you specify to capture any user data ?
  10. no that's not the issue, do you have a StateStore folder on any of your drives ? what MDT task sequence template did you use when you created your new MDT task sequence, I can recreate one here and step through it.
  11. it see's a folder called StateStore on D:\, and denys the format because of the presence of that folder, so, does that folder exist and why ? were you doing some 'refresh/reinstallation' tests prior to this, can you manually delete that folder in windows and try again >?
  12. ok odd, can you please attach your SMSTS.log file here from this failed deployment, that should reveal the reason behind the failure
  13. Microsoft has decided to issue a patch for the recent Zero Day for XP users after all, read below for more info We have made the decision to issue a security update for Windows XP users. Windows XP is no longer supported by Microsoft, and we continue to encourage customers to migrate to a modern operating system, such as Windows 7 or 8.1. Additionally, customers are encouraged to upgrade to the latest version of Internet Explorer, IE 11. more info > http://blogs.technet.com/b/msrc/archive/2014/05/01/out-of-band-release-to-address-microsoft-security-advisory-2963983.aspx
  14. I can't imagine why it wouldn't work, i mean it's just a collection after all, so go ahead, and try it
  15. how re you kicking it off, in WinPE or in Windows ?
  16. it's failing to format the disc because d:\statestore exists, so, are you attempting a refresh (reinstallation with user data migration) or a new computer scenario here ? can you show us what your task sequence looks like (screenshot of this step)
  17. I haven't tried it, please do and let us know the results
  18. well who knows what this means, we all hope for the best however
  19. Today, Cireson announces the major news that Wally Mead, the foremost authority on System Center Configuration Manager and a leading figure within the community, will join Cireson as a Principal Program Manager after spending over 22 years with Microsoft. Mead began his work at Microsoft with Systems Management Server 1.0 and since that time has immersed himself in training, community support, MVP collaboration, as well as user groups and conference speaking engagements around the globe. Wally was also the MVP lead for the Enterprise Client Management MVPs and acted as the community lead Program Manager at Microsoft. Considered one of the top global industry experts on System Center Configuration Manager, Wally now makes the move to Cireson with eager anticipation of what he can bring to the agile company that continually strives to be the pioneers in the System Center space. In commenting on this huge move, Mead explains, “I'm really excited to be joining Cireson, a company that specializes in System Center, and values the community. Cireson's commitment to the community is a large reason that I chose to come to Cireson, and work with an exceptional group of individuals who make a great team and creates software for, and provides services about, System Center.” He also adds, “To offset the first question everyone will ask, yes, I am still going to TechEd and delivering my Configuration Manager labs!” Wally joins Cireson at a time of record growth as a leading Microsoft System Center Partner. His new role will be focused on helping further enhance Cireson’s System Center expertise: The continued development of Cireson’s offerings in Configuration Manager for both professional services and training. Driving further innovation between Microsoft’s Configuration Manager and Cireson’s market leading Asset Management app for System Center. Remaining a central focal point for evangelizing Configuration Manager to the global community. Remarking on the new addition, partner Paul Sutton elaborates on this milestone, saying, “Wally is an exceptional talent who has an amazing passion for opening the eyes of thousands of people to the power of System Center.” Adding to Sutton’s enthusiasm, partner Shaun Ericson, who has led the Cireson development team on the enterprise Asset Management app for System Center comments, “This is a great day for System Center customers as a whole who are looking to leverage their Configuration Manager investments and are interested in taking Asset Management to the next level with Cireson.” This announcement further solidifies the forward progress Cireson is making in becoming the world’s leading voice in the System Center space. Now, with the true pioneer of Configuration Manager on the team, the organization looks to expanded capabilities and creating products that amaze. Additionally, Cireson will be attending this year’s Microsoft TechEd conference in Houston May 12th – 15th, 2014 as a silver sponsor. As part of Cireson’s community commitment, they will be hosting a number of Experts Live sessions at their booth (#309), which will showcase many leading System Center partners, such Inovativ, Concurrency, itnetx, Infront, Lumagate, Rod Trent, and other special guests. About Cireson: Cireson was founded on a simple, powerful idea: to be the forward thinkers on all things surrounding Microsoft System Center. As a world-leading authority on Microsoft System Center with 100% focus on this leading IT platform, their team of experts deliver full-service System Center and Asset Management solutions. From expert-class Smart Deploy Services™ and specialized Service Manager apps in the Cireson Store™, to ongoing education and community engagements, everything they do is designed to push the platform forward and deliver a System Center experience that is unparalleled. Cireson’s headquarters are located in San Diego with offices throughout North America and the United Kingdom. They proudly boast some of the brightest and most fanatical IT professionals in the industry. To learn more about Cireson’s expert-class apps and services, visit cireson.com and join the conversation on Twitter @teamcireson, as well as on Facebook, and LinkedIn. http://www.prweb.com/releases/wallymead/cireson/prweb11810342.htm
  20. are you specifying anything in the Domain OU field, in the Apply Network Settings step ?
  21. have you looked through the below, do they help ? Recommended Reading: Introduction to Endpoint Protection in Configuration Manager - http://technet.micro...y/hh508781.aspx Planning for Endpoint Protection in Configuration Manager - http://technet.micro...y/hh508763.aspx Configuring Endpoint Protection in Configuration Manager - http://technet.micro...y/hh508764.aspx Prerequisites for Endpoint Protection in Configuration Manager - http://technet.micro...y/hh508780.aspx Best Practices for Endpoint Protection in Configuration Manager - http://technet.micro...y/hh508771.aspx Administrator Workflow for Endpoint Protection in Configuration Manager - http://technet.micro...y/hh526775.aspx
  22. Microsoft is scrambling to repair a security hole in its widely used Internet Explorer web browser, saying it had detected attempts to exploit the flaw. The US software giant said in a blog post the coding problem affected versions six through 11 of its flagship browser, noting it was aware of "limited, targeted attacks" taking advantage of the newly discovered flaw. The exploit uses Flash and a technique called heap feng shui, which Microsoft says can allow an attacker who successfully exploits the vulnerability to gain the same user rights as a user. "The vulnerability may corrupt memory in a way that could allow an attacker to execute arbitrary code in the context of the current user within Internet Explorer," Microsoft said on its security website on Saturday. "An attacker could host a specially crafted website that is designed to exploit this vulnerability through Internet Explorer and then convince a user to view the website." Cybersecurity firm FireEye, which took credit for identifying the flaw, said hackers were exploiting the bug in a campaign nicknamed "Operation Clandestine Fox." Users still relying on Windows XP could be especially vulnerable because Microsoft stopped earlier this month supporting the older operating system with security patches and other software updates. read more @ ZDnet > http://www.zdnet.com/xp-users-set-to-miss-out-on-ie-patch-7000028820/
  23. is the hardware UEFI ? are you deploying a UEFI capable task sequence ? if not, diskpart it first and try again
  24. verify that the date/time on this computer is correct (in the bios)
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.