Jump to content


anyweb

Root Admin
  • Posts

    9251
  • Joined

  • Last visited

  • Days Won

    369

Everything posted by anyweb

  1. you can have multiple pxe service points as long as they are not on the same subnet, are they ?
  2. also check your client version matches the configmgr version, you mentioned sccm 2007 sp2 but in the screenshot it looks like the version of your client isSCCM 2007 sp1
  3. no those screenshots were taken on a virtual machine as far as i remember, just press PrintScreen
  4. trip to seattle global MVP summit

  5. Ever since the successful development and launch of Windows 7, Microsoft has become ever tighter-lipped about Windows development. Sure, it dropped the bomb about releasing Windows 8 for ARM, but that's it. Nothing on features or timetables (other than 'three years after Windows 7'). Well, the usually well-connected (inside Microsoft, that is) Mary-Jo Foley now claims to have a legit development roadmap - and it seems everything is on track for a Windows 8 beta in September 2011. The development timeline was passed on to Foley earlier this year by one of her sources, and it shows a tantalising development path for the next big Windows release. As rumours had already stated, milestone 2 was supposedly finalised yesterday or today, with development on the third milestone starting a week from today. This opens the door for a beta release in September of this year, right around Microsoft's Professional Developers Conference. "Milestone 2, according to the roadmap, took the Windows client team five months. If M3 takes another five months - which it might if it has to go through all the same coding/integration/fixing/lockdown steps as M2 did - that would put its completion date around the end of July," Foley theorises, "Factor in a month or so for any kind of private Community Technology Preview testing, and a beta around the time of this year's Professional Developers Conference - which I'm still hearing is slated for September 2011 - looks downright doable." That would put the final release of Windows 8 at around mid-2012, which isn't too bad. However, it also means that Microsoft's tablet offering will be a long time coming. While I personally think tablets are way overhyped, fact of the matter is that you need a tablet offering to be cool these days. Microsoft better have something to show for itself quickly, or else it'll find itself in the same position with tablets as they are in with smartphones now. via > http://www.osnews.com/story/24454/Windows_8_Beta_Could_Launch_September_2011
  6. here's how to do it http://technet.microsoft.com/en-us/library/bb680919.aspx How to Enable or Disable Wake On LAN for a Site Applies To: System Center Configuration Manager 2007 Enabling Wake On LAN in Configuration Manager 2007 allows the primary site server to send wake-up packets for the following Configuration Manager activities: * Software update deployments * Software distribution advertisements * Task sequence advertisements Before you can enable these activities for Wake On LAN, you must enable the site for Wake On LAN. To prevent the site server sending wake-up packets, disable the site for Wake On LAN. To enable or disable the site the Wake On LAN, follow this procedure. To enable or disable Wake on LAN for a site: 1. In the Configuration Manager console, navigate to System CenterConfiguration Manager / Site Database / Site Management. 2. Right-click <site code> -<site name> and then click Properties. 3. On the Wake On LAN tab in the site properties dialog box, select the option Enable Wake On LAN for this site. 4. Click OK. noteNote For information about the options in the Wake On LAN tab, see Site Properties: Wake On LAN Tab.
  7. excellent post Marcus thanks for sharing
  8. When using the Use Toolkit Package task in a Configuration Manager 2007 task sequence, the Microsoft Deployment Toolkit 2010 Update 1 files package specified in the Use Toolkit Package task may not download correctly when the Distribution Point is on a Windows Server 2008 or newer server. The behavior will be different depending on the download method chosen under the Distribution Points tab in the properties of the advertisement: Download content locally when needed by running task sequence When the Task Sequence reaches the Use Toolkit Package task, the files for the package specified in the Use Toolkit Package will start to download and the progress bar will reach about 27%. The download will then all of a sudden stop, restart from the beginning, only to reach 27% again, and then restart again. On the third attempt it will the progress bar will get past 27% and finish downloading successfully. Reviewing the SMSTS.log on the client PC will show the following error: Downloaded file from http://<DP_Server>:80/SMS_DP_SMSPKG<Drive_Letter>%24/<Package_ID>/Tools/OSDResults/OSDResults.exe to D:\_SMSTaskSequence\Packages\<Package_ID>\Tools/OSDResults/OSDResults.exe InstallSoftware dwStatusCode>=200 && dwStatusCode<=299, HRESULT=80004005 (e:\nts_sms_fre\sms\framework\tscore\downloadcontent.cpp,1090) InstallSoftware WinHttpQueryHeaders() returns status code 404 (Not Found) InstallSoftware Download() failed with 0x80004005 InstallSoftware DownloadFile(sSourceFile, sDestinationFile, ulTotalSizeRequired, ulDownLoaded), HRESULT=80004005 (e:\nts_sms_fre\sms\framework\tscore\downloadcontent.cpp,1175) InstallSoftware Error downloading file from http://<DP_Server>:80/SMS_DP_SMSPKG<Drive_Letter>%24/<Package_ID>/Tools/OSDResults/OSDResults.exe.config to D:\_SMSTaskSequence\Packages\<Package_ID>\Tools/OSDResults/OSDResults.exe.config InstallSoftware DownloadFiles(sSource, setDirs, setFiles, sDestination), HRESULT=80004005 (e:\nts_sms_fre\sms\framework\tscore\resolvesource.cpp,2434) InstallSoftware Retrying download... InstallSoftware The above error will be displayed a second time, followed by the following line after the second failure: Tried all the available http based locations. SMB based locations will be attempted now. InstallSoftware After the second error and the above message, the download will be tried a third time and will then succeed. Examining the IIS logs on the distribution point server will reveal the following error: <GMT_Date> <GMT_Time> <DP_Server_IP> GET /SMS_DP_SMSPKG<Drive_Letter>$/<Package_ID_Of_Pacakage_In_Use_Toolkit_Package>/Tools/OSDResults/OSDResults.exe.config - 80 - <Client_IP> SMS+TS 404 7 64 15 Download all contents locally before starting task sequence When the advertisement is initiated either manually via the Run Advertised Programs control panel or automatically via a mandatory assignment, the download for the packages of the Task Sequence begins but never completes. Because the download for the Task Sequence packages never completes, the Task Sequence never begins or launches and the SMSTS.log is never created on the client PC. Reviewing client logs associated with downloading packages and executing the Task Sequence (execmgr.log, CAS.log, DataTransferService.log, ContentTransferManager.log) will not contain any errors. The client logs indicate that the downloads for the packages have begun, but the downloads never complete. Some of the client logs may have messages indicating that the downloads are in a pending or waiting state such as: DataTransferService.log Execute called for DTS job '{GUID}'. Current state: 'PendingDownload'. execmgr.log Execution Request for package <Task_Sequence_ID> program * state change from WaitingDependency to WaitingContent execmgr Persisting task sequence request for program * package <Task_Sequence_ID> in state WaitingContent execmgr If the advertisement for the Task Sequence was initiated manually via the Run Advertised Programs control panel, the Program Download Status window will show a progress bar that initially shows progress, but eventually stops and does not complete. The percentage complete will fail at a randomly different point each time the download is attempted. Examining the IIS logs on the distribution point server will reveal the following error: <GMT_Date> <GMT_Time> <DP_Server_IP> HEAD /SMS_DP_SMSPKG<Drive_Letter>$/<Package_ID_Of_Pacakage_In_Use_Toolkit_Package>/Tools/OSDResults/OSDResults.exe.config - 80 - <Client_IP> Microsoft+BITS/7.5 404 7 0 218 Running Bitsadmin.exe on the client PC with the following command line: bitsadmin.exe /list /allusers /verbose while the download is in the hung state will reveal the following error: ERROR FILE: http://<DP_Server>:80/SMS_DP_SMSPKG<Drive_Letter>$/<Pacakge_ID>/Tools/OSDResults/OSDResults.exe.config -> C:\Windows\system32\CCM\Cache\<Pacakage_ID>.<Source_Version>.<GUID>\Tools/OSDResults/OSDResults.exe.config ERROR CODE: 0x80190194 - HTTP status 404: The requested URL does not exist on the server.ERROR CONTEXT: 0x00000005 - The error occurred while the remote file was being processed. Access content directly from a distribution point when needed by the running task sequence No download issues are experienced when the advertisement for the Task Sequence is set to run from the distribution point (DP). Cause This issue is caused by the default configuration of IIS in Windows Server 2008 blocking the ability to download files that end in the extension .config. The Microsoft Deployment Toolkit 2010 Update 1 files package created by the Create Microsoft Deployment Task Sequence wizard and used in the Use Toolkit Package contains a file that ends in .config. The file is called OSDResults.exe.config and is located in the Tools\OSDResults directory of the package source files. When the option "Download content locally when needed by running task sequence" or "Download all contents locally before starting task sequence" is set on the advertisement for the Task Sequence, this will cause the file OSDResults.exe.config to be attempted to be downloaded via HTTP/HTTPS/BITS. However IIS will block this attempt since files ending in .config are blocked. When using the option "Download content locally when needed by running task sequence", it will attempt the download two times using HTTP/HTTPS/BITS before failing over to SMB. Since SMB does not use IIS, the third download attempt will then succeed. When using the option "Download all contents locally before starting task sequence", the BITS job gets hung on the error of not being able to download OSDResults.exe.config and does not fail over to SMB. This causes the whole download job to get in a hung state. Since the download for the packages of the Task Sequence never complete due to the hung state, the Task Sequence never launches. When the option "Access content directly from a distribution point when needed by the running task sequence" is used, HTTP/HTTPS/BITS is not used and all data transfers use SMB instead. Because SMB does not utilize IIS, the data transfers will succeed. Resolution To resolve the problem, follow the section "Configure the requestFiltering section on distribution points" in the following article: How to Configure Windows Server 2008 for Site Systems http://technet.microsoft.com/en-us/library/cc431377.aspx Specifically, on the Distribution Point server, configure IIS to allow files that contain the .config extension to be downloaded. This is done by changing the following line in the <requestFiltering> section of the applicationHost.config file from: <add fileExtension=".config" allowed="false" /> to <add fileExtension=".config" allowed="true" /> ===== The information above was published today in the following Microsoft Knowledge Base article written by Frank Rojas: via > http://blogs.technet.com/b/configurationmgr/archive/2011/02/23/configmgr-2007-quick-fix-a-package-specified-in-the-use-toolkit-package-mdt-task-does-not-download-correctly.aspx
  9. i include it because my hta has scripts that depend on some of the other scripts within the scripts sub directory of the toolkit package, and because it's an easy way of doing it
  10. does %SYSTEMDRIVE%\ = x: ? or c:\ have you checked ? by attaching the hta to the toolkit package i know that my hta plus the scripts it has will always be available when i have the mdt scripts available (which is what the use toolkit package step does), it downloads the content (the files/scripts) and sets some variables (path etc) I will do a webcast on this soon to clarify the steps involved
  11. good stuff i look forward to our next session
  12. have you copied the hta file itself into that path ? via the extrafiles method ? otherwise how can mshta.exe find the file ? sounds to me like mshta.exe is indeed running, but displaying nothing as it doesnt know where the hta file is you see, i refer to my hta file by adding it in the Use Toolkit package step
  13. good points all round Marcus, i'll make sure my post links to this
  14. and what's in your Start HTA step ? i see you are not using the mdt toolkit so how are you specifying the path to the actual hta file ?
  15. where in the ts is it ? can we see a screenshot of the step in the ts
  16. i guess the 64 bit version requires more ram, amazing but true interesting info Marcus how the testing going ? (contact me via mail about that)
  17. are you trying to launch the HTA in winPE or in Windows ?
  18. yup, and the moral of the story is if you are using language packs, add lots of ram, i found 1gb works but that was with virtual machines was this a vm or real hardware Marcus ?
  19. Jason (ConfigMgr MVP) has very kindly put together a list of hotfixes for SCCM 2007 sp2, http://myitforum.com/cs2/blogs/jsandys/archive/2011/02/20/configmgr-2007-post-sp2-hotfixes.aspx and here's another one from another ConfigMgr MVP, Raphael - http://blog.dotnetwork.com.br/?page_id=2204 cheers niall
      • 1
      • Like
  20. nice list of hotfixes required if you are installing SCOM 2007 http://blogs.technet.com/b/kevinholman/archive/2009/01/27/which-hotfixes-should-i-apply.aspx cheers niall
  21. if you use R2 or R3 it will give you the unknown computers collection, you can advertise task sequences to that and when you boot an unknown pc it will see the task sequence, does that help ?
  22. thanks for the kind words Paul, we do our best to help cheers niall
  23. installing the language pack online takes place AFTER logging in for the first time and can only be done using Administrative permission, downside of this is that a gui pops up installing the language pack after the user logs on, and takes many minutes before completion, far better (in my opinion) to install the LP during the os installation, so that when the user does get to login that nothing delays their ability to use the computer straight away, here's a snippet from the MDT documentation If you want to install language packs online, you can use the MDT step in your task sequence or indeed add the Language specific code in your unattend.xml by clicking on Insert, choose Pass 7 oobeSystem And paste the following line in Lpksetup.exe /I %OSDUILanguage% /r /p C:\LangPacks\x86\%OSDUILanguage%\ The Lpksetup tool does not process language packs in any configuration pass other than auditUser and oobeSystem. After the installation of Windows 7 (right at the end after you login for the first time…) You’ll see – (if deploying Language Pack online and if you login as an administrator) long story short the following will end up in your unattend.xml if doing an language pack ONLINE installation cheers niall
  24. yes you can right click on the task sequence and choose create standalone media and make usb or dvd/cd media
  25. good point, we will try as much as possible to do this in the future !
×
×
  • 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.