Jump to content


scumi

Established Members
  • Posts

    25
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by scumi

  1. were all three bought at the same time ? have you contacted Microsoft about the issue ? it sounds to me like the battery is running out of power and that it's reverting the date/time to when the device was manufactured

     

    No, not yet, but might to do so if i cant find a way to see where it's coming from and wanted to see if i can solve it myself first. The low battery should not be the issue as the November FW update supposedly solves this issue:

    "Surface Pro UEFI update (v3.11.350.0) enhances the system stability, optimizes the boot time with fast boot enabled, and resolves date and time accuracy when the battery level falls below 3%. Also addresses compatibility with McAfee Defense Encryption 7.1.1."

     

    Also if it were to fallback to normal System creation time it should be always the same and not in furture or past (which is definitley not when it was manufactured).

     

    Cheres,

    Chris

  2. ok well the next time you have this issue do as follows, PXE boot or USB boot the device and press f8, type date and verify the date, do the same for time,

    what date/time does it revert to on all 3 devices ? is it the same or is it way off,

     

    I will check this the next time.

    The time is always randomly off, sometimes hours, sometimes days, sometimes months.

    Only way to fix it is usually manually changing the time back to the original.

  3. This issue occurs after installation is done, in normal use The deployment works like a charm with PXE or USB Boot.

    I have been using a normal Surface Pro3 - not domjoined - it has never had this issue. However with my 3 test devices now, i get it on all three. I assume it is no SCCM issue but something else, but i dont know what, normal timeserver policy runnning for all our other Systems without issues just the surfaces with the random offset... :(

     

    Also afaik there is no "BIOS-Time" anymore at least I don't know how I should access it the normal volume button down + power only gets me into the quite limited system menu.

     

    Thanks in advance,

    Chris

  4. Hey,

     

    i have sort of a very strange problem, maybe someone is able to help me or at least tip me into the right direction on what i am doing wrong.

     

    We are running a SCCM2012 R2 CU3 environment. We deploy our Software and OS with it since Win7 without any issues. Now with Tablets emerging we obviously want to do the same here.

    This is what we do (for Win7 and Win8.1 seperate TS):

    1. Build and capture refrence image with a reference task sequence on a VM
      • Apply Image from the original media from MVLS
      • remove some preloaded apps junk
      • install our corporate Software (Office, Reader, etc. ...)
      • apply all Windows Updates from our WSUS (not SCUP) (ZTI script from MDT Tool)
      • sysprep & capture the image
    2. distribute the Image and deploy through a different TS to our Systems

    Now here is the Point, if i now deply the Win8.1 reference image to a machine (SurfaceP3 or VM) and go to Windows updates it will request you to install Windows updates again, even though they already seem to be installed from the reference sequence. I also tried using the Offline Serviceing through a SCUP, that successfully applied the WU and also stated in the console, but when deploy the Image Windows updates also prompt me to install all updates even already installed.

     

    I also checked the eventvwr during the reference TS, it shows the Office Updates as installed successful and also Windows Updates as successful after a reboot has been done / what the script and the TS does anyways. I can also see the WIM file got quite bigger since the updates have been included (9+GB)

     

    What am i doing wrong. Why has this worked before for Win7 like a charm? Where can i check what's going wrong? :(

     

     

    Any help is appreciated!

     

     

     

  5.  

    are you running this on the Surface Pro 3 or some other model, the guide was specifically for the Surface Pro 3, hence that WMI query.

     

    I removed the TS step and added it again with the same now it works... :o#

    Yes its a Pro3.

     

     

    Anythoughts on the other questions? I mean this should also be applying to the Ethernet Adapter?! SCCM does tag the Object with the MACAdress right, so how does it work if i want to deploy multiple surface machines through one adapter/Docking Station, do you have any clue about that?

     

    Thanks & BR,

    Chris

    • Like 1
  6. hey,

     

    can i use the dock for imaging more than 1 device or will it make problems because of the MAC of the Dock beeing used?

     

    Also other question

    I used the WMI filter you posted above with "SELECT * FROM Win32_ComputerSystem WHERE Model Like "%Surface Pro 3%" it bypasses the step, becuase condition was evaluated to be false, may it be that you need to swith that to "Surface with windows 8 Pro" ?

    • Like 1
  7. Hello All,

     

    i have a strange issue, i have a Secondary Site 2007 which i want to reassign to my new sccm 2012 infrastructure. I have already migrated 17 off my 28 Secondary Sites to DP only. I have been using the method with SCCM builtin migration task -> Shared DP's.

     

    So once i run the DataGather Task the migmctrl.log shows me the following:

     

     

    [Worker]: Start syncing Distribution Points of Site FI1. SMS_MIGRATION_MANAGER 28.02.2014 14:41:15 3808 (0x0EE0)
    [Worker]: Get FQDN FI1XXXXXXXX from v4 Site System resource SMS_MIGRATION_MANAGER 28.02.2014 14:41:15 3808 (0x0EE0)

    [Worker]: Testing if the DP is eligible for upgrade SMS_MIGRATION_MANAGER 28.02.2014 14:41:15 3808 (0x0EE0)

    [Worker]: Executing: SELECT COUNT(srl.RoleName) AS RolesCount, COUNT(s.SiteKey) AS SecondarySiteCount, COUNT(DISTINCT srl.NALPath) AS NALPathCount FROM SysResList srl LEFT JOIN Sites s on s.SiteServer = srl.ServerName AND srl.SiteCode = s.SiteCode AND s.SiteType = 1 WHERE ServerRemoteName COLLATE SQL_Latin1_General_CP1_CI_AS = @ServerRemoteName AND RoleName <> 'SMS Site System' AND RoleName <> 'SMS Multicast Service Point' AND RoleName <> 'SMS Component Server' AND (CHARINDEX('\SMSPXEIMAGES$', srl.NALPath) = 0 OR s.SiteKey IS NULL) -- Don't count pxe for secondary site.. SMS_MIGRATION_MANAGER 28.02.2014 14:41:15 3808 (0x0EE0)

    [Worker]: @ServerRemoteName = FI1XXXXXXXX SMS_MIGRATION_MANAGER 28.02.2014 14:41:15 3808 (0x0EE0)

    [Worker]: Detected secondary site is installed on FI1XXXXXXXX SMS_MIGRATION_MANAGER 28.02.2014 14:41:15 3808 (0x0EE0)

    [Worker]: Detected only secondary site is installed on FI1XXXXXXXX SMS_MIGRATION_MANAGER 28.02.2014 14:41:15 3808 (0x0EE0)

    [Worker]: The DP FI1XXXXXXXX is eligible for upgrade. SMS_MIGRATION_MANAGER 28.02.2014 14:41:15 3808 (0x0EE0)

     

    Rest runs through also without problems. So far okay. Now i want to Reassign the Shared DP but it does not show up in the list. Also when i click on the Gather Job -> Shared Distribution Points the it also shows me the Site System as NOT eligible. Restarted console, redid gather job, but this site just wont do it.

     

    The Site has the same features and roles installed (Secondary Site MP & DP) as the other 17 i already successful migrated.

     

    I am lost, can somebody help me?! :(

     

    Thanks in advance & BR,

    Chris

  8. Hey guys,

     

    i am starting to get very angry on that problem.

     

    I have a W7 image I want to build. Therefore i am using the standard Build & Capture Task sequence provided by MS SCCM (SP2 R3).

     

    It goes through the enterprise installaiton of w7 and all the software just fine, syspres and captures. All without obvious problems. Computer Stays in Workgroup local admin enabled with certain password.

     

    Now here it goes. If i take that image and deploy it, the deployment works just without problems. However as soon as it is finished and i want to logon to the system it gives me following Error: "The user Profile Service service failed the logon. User Profile can not be loaded." (See attached).

     

    This also happens if i try to logon at the reference machine, meaing it can be no settings from our IT enviroment.

     

    I have already disable anything additional, so pure OS install and capture without a unattend.xml. But it was no good sofar. Please i would be very happy if some1 could drop me a hint hor can help me on that issue. :(

     

    Thanks very much in advance already!!

     

    Cheers

  9. Hello,

     

    i have a strange issue:

     

    Using SCCM2007 R3 on a 2008R2, and running console on a XP SP3. Now i have been creating Bootable USB over Create Task Sequence Media to test the OSD TS. Now after i applied the MDT2010UPD1 to the SCCM server - as stated in the MS documentation from MDT - when i create the USB stick on my computer over the console it shows no error, but when i start the target test machine and want to boot form usb it comes up with "Error loading operating system". Nothing more, what can i do, what can be the cause for that?

     

    Any help would be appriciated.

     

    Thank you!

     

    Cheers,

    Chris

  10. hey guys,

     

    This way seems to be a little bit troublesome if i need to execute the importsmsitrings everytime: https://kc.mcafee.com/corporate/index?page=content&id=KB50382

     

    Do you perhaps have a more convinient way? Has some1 of you tried the installation designer for version 8.8 if it works?

     

    Any Suggestions appreciated! :)

     

    Thanks & BR,

    Chris

     

    anyone? :( I have read something that there are problems with several security zones which tend on stoping the task sequence because it is waiting for a reply like a open command :(

  11. this my be a little old but for historic reasons we still roll out winxp with sccm... now there is also a office 2007 on it. It is already in the image it self and works fine.

     

    i have 18 different languages to support ,so i only install them according on country code which is based on the computer name - this works. BUT in TS of operating system the log keeps stopping @ "Waiting for job status notification... InstallSoftware 12.05.2011 22:47:15 876 (0x036C)"

     

    I have the following:

     

    <Configuration Product="OMUI.de-de">

     

    <Display Level="None" CompletionNotice="No" SuppressModal="Yes" AcceptEula="Yes" />

     

    <AddLanguage Id="de-de" />

     

    <OptionState Id="OfficeMUI" State="Local" Children="force" />

     

    <Setting Id="Reboot" Value="never" />

     

    </Configuration>

     

    Do i need to turn on completion notification? For single installation it works but not in the TS.

     

    Any help would be appreciated, especially because it will be the same with office2010 i guess... :(

  12. hey,

     

    maybe some1 of you still resides in these forums. Due to old circumstances i still need RIS for installation of our WINXP clients.

     

    I ahve followed the process to add new drivers as usuall, so far ok, after installation all drivers have been added and the HW manager shows all green. However some services seem to be missing. Example the WMI service. There is only the WMI Drivers Extension is installed. also i am missing the COM+ services, though i dont know if they are really needed.

     

    I am clueless regarding this - as i can not always reinstall those services. Maybe there is something i am doing wrong?

     

    Maybe some1 can help!

     

    Thanks & BR,

    Chris

  13. Is this for a WMI query? Did you try using "LIKE" instead of "EQUALS"?

     

    I wanted to use a normal TaskSequence Variable. If you choose that in the TS it offers you only equals or greater than etc...

     

    I don't know if i could use a normal WMI query as I am not sure that the computer name object is already set then?

     

    I ahve attached a picture to maybe make my problem more clear hopefully. :)

     

    Thanks!

     

    Cheers

    post-9591-0-16360600-1303188990_thumb.jpg

  14. Hello all,

     

    i've been using SCCM to Deploy a image of our XP Machines. Works pretty well except for one thing.

    We identify our machines by our site codes, which differ for each country. Now i want to deploy software during my OSD TS only to choosen countries.

    The machine is named and joined a domain already.

    I want it to be decieded by the computer name it has.

     

    What I tried is using if normal TS Variable _SMSTSMachineName equals "XXX%" where the XXX identifies the site, followed by model and our own unid. That did not work as he could not find a match here. I've tried on reading up on MS and other forum but somehow i do not get further with that question.

     

    Maybe someone can shoot me a hint in that direction.

     

    Any help is appriciated. Thanks!

     

    Cheers

×
×
  • 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.