Very true. Right now I kick in the High Performance setting immediately prior to applying the image. That seems to be the one noticable slowdown. I think I'll keep it at that and not add the setting throughout. It's a good point, Andreas. It's better to be safe than sorry. ________________________________________ From: [email protected] [[email protected]] on behalf of Andreas Hammarskjöld [[email protected]] Sent: Wednesday, June 15, 2016 4:03 AM To: [email protected] Subject: RE: [External] [mssms] RE: [MDT-OSD] Does OSDApplyOS.exe log anywhere?
Win10 PE has powercfg.exe so it’s a one liner in the TS for peeps not using PS in their images. Be aware though that WinPE might be missing pieces to detect that the CPU gets too warm and you might run into BSOD’s. //A From: [email protected] [mailto:[email protected]] On Behalf Of Marable, Mike Sent: den 15 juni 2016 04:39 To: [email protected] Subject: Re: [External] [mssms] RE: [MDT-OSD] Does OSDApplyOS.exe log anywhere? This might be handy. Maybe I’ll give that a try too. The end result is the same, but the one-liner is a little “clearer” than the GUID for when others have to work on the task sequence. From: <[email protected]<mailto:[email protected]>> on behalf of "Bradley, Matt" <[email protected]<mailto:[email protected]>> Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Date: Tuesday, June 14, 2016 at 3:56 PM To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: RE: [External] [mssms] RE: [MDT-OSD] Does OSDApplyOS.exe log anywhere? A person further down on that page in the comments section said he was able to get the same power change benefits by using a one line PowerShell command: (gwmi -NS rootcimv2power -Class win32_PowerPlan -Filter "ElementName ='High Performance'").Activate() He placed it in different parts of the task sequence and reduced him image time significantly. From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of Marable, Mike Sent: Tuesday, June 14, 2016 10:14 AM To: [email protected]<mailto:[email protected]>; [email protected]<mailto:[email protected]> Subject: [External] [mssms] RE: [MDT-OSD] Does OSDApplyOS.exe log anywhere? That seemed to do the trick! I’m testing it side by side with two machines and the decompression/application of the image flew on the machine where I used this hack. Thanks Keith! I owe you one!! From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of Keith Garner (Hotmail) Sent: Monday, June 13, 2016 11:51 AM To: [email protected]<mailto:[email protected]>; [email protected]<mailto:[email protected]> Subject: RE: [MDT-OSD] Does OSDApplyOS.exe log anywhere? You might try the Power Management hack for WinPE: https://blogs.technet.microsoft.com/deploymentguys/2015/03/26/reducing-windows-deployment-time-using-power-management/ That won’t speed up the NIC, or the SSD, but it will speed up the processor, which in this case is processing the decompression from the WIM file. From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of Marable, Mike Sent: Saturday, June 11, 2016 8:39 PM To: [email protected]<mailto:[email protected]>; [email protected]<mailto:[email protected]> Subject: [MDT-OSD] Does OSDApplyOS.exe log anywhere? I’m trying to troubleshoot some slow performance when applying the image during an OS deployment since upgrading our site to SCCM 1511. The WIM file is downloaded rapidly from the Distribution Points to the local cache, but when SCCM begins applying it to the hard drive it seems to slow way down. Below is the SMSTS log of a sample machine. It took a little over 20 minutes to apply the ~6GB image and this was on an SSD. I have seen it take well over a few hours for the image to apply (again on an SSD), so while the 20 minutes in this log may not seem too bad, there is definitely a problem I need to get sorted out. Is there any logging that would show what is happening between the two highlighted log entries? [cid:[email protected]] Thanks Mike Marable Microsoft Systems Engineer Lead Enterprise Device Engineering and Management MCPS, MCITP, MCTS, MCSA, MCSE, MS [Profile<http://www.mycertprofile.com/Profile/5319166625>] [Blog<http://thesystemsmonkey.wordpress.com/>] ---------------------------------------------------- “Impossible is just a big word thrown around by small men who find it easier to live in the world they've been given than to explore the power they have to change it. Impossible is not a fact. It's an opinion. Impossible is not a declaration. It's a dare. Impossible is potential. Impossible is temporary. Impossible is nothing.” - Muhammad Ali “Only those who risk going too far can possibly find out how far one can go.” - T.S. Eliot ********************************************************** Electronic Mail is not secure, may not be read every day, and should not be used for urgent or sensitive issues ********************************************************** Electronic Mail is not secure, may not be read every day, and should not be used for urgent or sensitive issues ********************************************************** Electronic Mail is not secure, may not be read every day, and should not be used for urgent or sensitive issues ********************************************************** Electronic Mail is not secure, may not be read every day, and should not be used for urgent or sensitive issues

