SCCM 2012 Losing Wired Mac Address of Laptops

When attempting to re-image a laptop I have found that SCCM replaced
the wired MAC address in properties with the wireless MAC. This is only an issue when I go to image as it will not PXE, I get a no boot file received message.
I have been deleting the laptops from SCCM completely and then re-importing them using the wired MAC.
After re-adding the laptop with the wired MAC it is still holding a record of the last PXE Deployment (once deleted the
system will PXE boot fine). 
Is there a way to have SCCM actively hold both MAC addresses?

I'm in the same boat as JLCARON401. Laptop devices in SCCM seem to forget the MAC address of the wired interface.
Tim, they show up in the Hardware History section of Resource Explorer, but not in the current view. You can see the device listed, but the MAC field is empty.
I just put this together to grab data from the database directly to confirm that the data exists.
SELECT DISTINCT
MACAddress00
FROM
[CM_PEN].[dbo].[Netcard_HIST] netcard
INNER JOIN
[CM_PEN].[dbo].[Computer_System_DATA] computer
ON
netcard.MachineID = computer.MachineID
WHERE
computer.Name00 like 'SMS-LIB-MD%'
AND
netcard.MACAddress00 IS NOT NULL
AND
netcard.AdapterType00 like '%802.3%'
Not sure where to go with this next. I'm looking into it because we're having problems with laptops that charge in a cart are missing updates. I've rigged up a cart with power and a switch so each laptop can be powered up (WOL) during the night to have all
the outstanding deployments installed.

Similar Messages

  • SCCM 2012 SP2 - CMEnroll Mac OSX

    Hi,
    We're starting deployment testing on Macs with SCCM 2012 SP2.
    I was reading below link to automate Mac client install/enroll but still have some difficulties.
    http://social.technet.microsoft.com/Forums/en-US/36150605-0711-4617-bcc7-32f786892b35/sccm-2012-sp1-cmenroll-mac-osx-password-prompt?forum=configmanagerdeployment
    My idea to automate this process was by using Send UNIX command from ARD. I am able to install (via ARD by sending cmmsetup) command but am having difficulties enrolling via ARD.
    I did create a shell script (as per above link) for enrollment, here's the script:
    #!/usr/bin/expect
    spawn /tmp/SCCM_install/Tools/CMEnroll -ignorecertchainvalidation -s SCCM_server_FQDN -u "DOMAIN\\AD_Account"
    expect "Please enter your password."
    send "Password"
    send "\n"
    interact
    If i run this script via Terminal, enrollment works fine.
    If i try to run same script via Send Unix command from ARD (sudo -s /private/tmp/SCCM_enroll.sh -i) then it fails, here's the output from ARD:
    Please enter your password.
    System Center Configuration Manager Client for Mac OS X
    Version: 5.00.7958.1101
    Copyright 2013 Microsoft Corporation
    Contacting Server: https://SCCM_server_FQDN/EnrollmentServer/DeviceEnrollmentWebService.svc
    Nothing else is being logged, it appears that password was accepted but it's supposed to say
    Using username: DOMAIN\AD_Account and a few more lines.
    Any suggestions on what else to try?

    the problem appears to be related to expect command which doesn't wait enough for enrollment to finish. Solution was to add a few more expect lines containing output from a successful enrollment such as:
    expect "System Center Configuration Manager Client for Mac OS X"
    expect " Contacting Server: https://SCCM_server_FQDN/EnrollmentServer/DeviceEnrollmentWebService.svc"
    expect "Using username: DOMAIN\AD_user"
    expect "Successfully enrolled."

  • SCCM 2012 SP1 - CMEnroll Mac OSX Password Prompt

    Hi,
    is there a way to automate the certificate enrollment on Mac OSX,
    im running cmenroll -s fqdn.of.server -ignorecertchainvalidation -u "[email protected]" but im asked for the password for this account.when i put it in, it gets the certificate as it should, but i would like to automcate this task rather than
    going to every Mac to install sccm.
    I tried specifying the password using -p but it doesnt recognize that as a command. does anyone know of a way around it, or another way of automating the certificate request that people know of?
    Thanks

    Thank you Panu
    For me the script worked using this syntax:
    Putting CMEnroll from the macclient.dmg Tools to /tmp
    Using " instead of ' for username
    Using \\ instead of \ to send a literal backslash
    Have the enter \n on a line by itself
    Check EnrollmentServer.log on the SCCM server
    #!/usr/bin/expect
    spawn /tmp/CMEnroll -s hostname -ignorecertchainvalidation -u "domain\\username"
    expect "Please enter your password."
    send "PASSWORD"
    send "\n"
    interact
    Successfully tested on SCCM 2012 SP1 CU2 with Mac OS X 10.8.3 CMClient 5.00.7804.1202

  • Block Wired MAC addresses?

    WRT54g Version 5.0
    Firmware 1.02.8
    I have been able to figure out how to block Wireless MAC addresses, and that has been VERY helpful.
    ( Wireless Tab -> Wireless MAC filter -> Permit Only -> and so on.... )
    But I am cannot find out how to block certain wired based MAC addresses.  Is this possible?
    Solved!
    Go to Solution.

    Yes. With access restrictions.
    Of course, as MAC addresses are easily changed, cloned and detected on wireless connections (as MAC addresses are always transferred unencrypted) the wireless mac filter is useless for wireless security. On the wireless, use WPA2 Personal with AES and a strong passphrase. The wireless MAC filter won't make a difference in regard to your WPA2 protected wireless network.
    Same applies to wired devices and access restrictions. Of course, the difference with wired connections is that you have better control over you can plug into your router and who not...

  • VMM 2012 R2 - Default MAC Address Pools

    We have two VMM servers at different sites but on the same network subnet.
    Having deployed virtual machines from both VMM servers we have experienced a number of instances where the same MAC address has been allocated to more than one virtual machine (same MAC allocated by each VMM Server).
    Consequently, I would like to split the current Default MAC Address Pool range and allocate half to each VMM server.
    The documentation suggests that the current "Default MAX Address Pool(s)" should be deleted before the new custom pools are created.
    We have already deployed a large number of virtual machines from each VMM server.
    Does the deletion of the "Default MAC Address Pool(s)" have any impact on the existing virtual machines with MAC addresses assigned from the default pools?
    Will the virtual machines retain there existing MAC addresses or will they be re-allocated new MACs?

    Does the deletion of the "Default MAC Address Pool(s)" have any impact on the existing virtual
    machines with MAC addresses assigned from the default pools?
    Kind of, you cant delete the "Default MAC Address Pool" while VM's have allocated MAC's.
    You can revoke MAC's using the "Revoke-SCMACAddress" cmdlet
    Will the virtual machines retain there existing MAC addresses or will they be re-allocated new
    MACs?
    I would probably choose to first give the VMs MAC addresses from the new pool, then delete
    the default pool.
    You will need to grant your VMs with new MAC addresses using the Grant-SCMACAddress
    cmdlet.

  • 'WIRED' MAC address control.

    Chaps, good day to you all.
    Now I know how to restrict access for any wireless device connecting to my Airport Basestation/Time Capsule, but what if someone wants to connect via cable?
    Anybody out there know if it's also possible to manage that at all, (whether from the Airport Utility interface or from terminal etc)?
    Thanks.

    I don't want the whole device hidden really tho.
    It wouldn't be.
    I was thinking of a common security type device that offices use to prevent unauthorized access and use of equipment. It's a device similar to a small bird cage, but stronger, with a mechanism to add a lock.
    The "bird cage" allows the wireless signal out, but prevents hands from reaching and changing anything on the device.
    Message was edited by: Bob Timmons

  • Change MAC Address

    How do you change the MAC address in Leopard?

    I've found that http://spoofmac.com works great in Leopard... for spoofing the AirPort MAC address. Not so much for the ethernet. It seems that something changed in Leopard and I haven't seen any information about spoofing wired MAC addresses and success under Leopard.
    (A legitimate reason to spoof a MAC address: I'm trying to get two ports in my apartment swapped from the student subnet to the faculty subnet. The net admin has no idea which cables are involved and wants to trace MAC addresses. I've got a couple of routers plugged into the ports... but no way of getting the routers to go through the web forms to register with our student ResNet and therefore no way to get the routers (and their MAC addresses) out of their ResNet jail, and make them traceable so I can get these ports swapped. So... I'm trying to spoof their MAC addresses on a machine that can go through the web forms to get those MAC addresses out of jail. Unclear if spoofing the MAC addresses on the wireless will suffice. Ay yi yi.)

  • T61s, T60s & older model unable to PXE boot to SCCM (MAC address problem)

    Hi, 
    We have a series of T60, T61 & older machines that are unable to PXE boot to SCCM. The T400 & X series & other newer models can boot just fine. 
    After checking further, we realised that only a certain range of MAC addresses are unable to pxe boot i.e 
    00-1A-XXXXXXX
    00-1C-XXXXXXX 
    range.. all the other range of MAC addresses are fine to boot via network. 
    The error when doing network boot  is "bad or missing discovery server list" 
    Also, we are running on SCCM 2012 at the moment. Our branch office who is running SCCM 2008 can have all the machines - regardless of models & brand boot just fine. 
    Any ideas?  Much appreciated. 

    did it obtain IP address from DHCP server? is DNS server address is configured in DHCP scope? can you ping using IP address?
    if drivers are proper will suggest to update it in boot media & enable command line support to make it easy for deployment & troubleshooting.
    Prashant Patil

  • Is there any way to track a stolen laptop using the mac address, or by triangulating the wifi, or even by checking to see if the macbooks serial number has been registered online anywhere?

    A little info on my question,
    I had it stoeln on June 22nd 2013. I had recently bought it so had not installed any software on it nor did I have registered with icloud. I had contacted police, registered it stolen with Apple (but then just discovered this week that apple do not have a database for stolen products, which makes no sense at all).
    I have contacted all the major pawn shops and computer stores in town etc etc. I have recently discovered that each laptop has a unique MAC address whcih begs the question, is that traceable somehow? I have been made aware that the router strips the mac address before it connects it to the internet but does the isp log the laptops MAC address? If i contacted all the major isp in my country would they have the ability to search for the mac address of my latop and then link that with an ip address?
    Any help would be great please!

    karlgporter wrote:
    Yeah but I registered it stolen with Apple first thing, then called local police etc. Apple told me on the phone that the serial has been logged as stolen, which I assumed would limit the computers use online.
    Every machine has a unique serial number what I was getting at is there must be some way to track the serial number and for example if the theif logged onto facebook using a stolen machine, if there were a register of stolen equipment then red flags would pop up, you know what I mean?
    Well, I hadn't heard of that before. If it's true, then what you say should also be true but the Mac would have to publish its hardware serial number over the Internet and I haven't heard of that either. The only Apple tech that is supposed to constantly track you is iCloud.
    You said you assumed the database would limit use online but if that's only an assumption, you need to ask Apple what exactly the stolen database does. It is possible that the serial number might only get flagged if it comes into an Apple Store for service, if it ever does. You need to clarify this with Apple.

  • Windows 8.1 laptop computer not showing in SCCM 2012 devices collection

    Hi,
    I am trying to do a POC on license management from  SCCM 2012. I have configures a SCCM 2012 server and intune subscription also. I have Android, iOS and desktop apps uploaded (.msi). when I enrolled android and ios devices its shows up in SCCM,
    devices collection but do not show in Intune.
    my company portal is nicely coming up on android and iOS tabs. on the other hand company portal showing only Web apps, on a win8.1/7 laptop.
    When I tried to enroll 2 windows 8.1/ 7 laptop (intel x86), they donot show up in SCCM. clients of intune manually installed, endpoint protection of SCCM installed also on both boxes.
    I tried updating membership in SCCM for both know and unknown type, many time and also triggered Deployment of some desktop app, to the win 8.1 laptops. the desktops are showing in Intune All devices -> all computers nicely. But
    not in SCCM2012.
    what did I missed, I tried to add all the logical roles. below is some details what shows up in Intune:
    indranil

    If you installed the Intune agents on the Win 8.1 and Win 7 systems, then they will never show up in ConfigMgr.
    There are basically two parts of Intune -- a Mobile Device Management piece and a Windows management piece. The Intune connector in ConfigMgr takes over the MDM piece and nothing more. When ConfigMgr takes over this MDM piece, as Torsten said, all MDM devices
    enrolled show up in ConfigMgr and not Intune because that's now controlled by ConfigMgr. The Windows management piece remains unchanged and separate though and so those systems will be directly managed by Intune only or ConfigMgr only.
    So you have three options there:
    - Install the ConfigMgr agent and managed using COnfigMgr
    - Install the Intune agent and manage using Intune
    - Enroll the systems using OMA-DM which manages them as if they were devices. This means so you don't get SCEP or Windows Updates or most of the other ConfigMgr functionality. This is only valid for Win 8.1 though.
    Jason | http://blog.configmgrftw.com

  • Best Strategy for Managing Laptops in a Mixed InTune / SCCM 2012 World

    We're interested in leveraging Intune to help secure and update our roaming laptop users. We have a group of domain-joined laptops that spend a good deal of time off the company network. We thought we could use Intune to make sure these machines stay updated
    and safe while off the network. I understand that we should make sure the SCCM 2012 client does not get installed on any machine that has the Intune client. Will connecting and logging into our domain cause any issues for these clients that anyone can see?
    Orange County District Attorney

    I'm glad that it should work in our instance. Our office just bought some Office 365 licenses as well as Intune. We thought Intune could solve our issue of roaming laptops. We just recently came into some laptops that would be our first, out-of-the-office
    work systems that we want to manage. The Microsoft folks are assuring us this is the way to go for this particular instance. We haven't had a need to use IBCM or DirectAccess up to this point. We've run into issues with our County firewall folks that
    won't let us run DirectAccess as we do have a Juniper VPN that takes care of our remote issues. As for IBCM, we'll have to look a bit deeper into that and see if it has better features for us than Intune does. We don't have any mobile management requirements
    in the near future so I'm left wondering why the heck are management even bought the licenses.
    Thanks for the note back on my question.
    Orange County District Attorney

  • How to get MAC Address of my stolen HP-15d103tx laptop

     I do have my Serial No-[Moderator edited Serial] and product no- G2G48PA#ACJ. My laptop has been stolen on 2nd April 2015. When i lodge a F.I.R with police they told me to submit the MAC address of the Laptop. Is there any way to know my mac address? Please suggest .

    Alok_456 wrote:
     I do have my Serial No-[Moderator edited Serial] and product no- G2G48PA#ACJ. My laptop has been stolen on 2nd April 2015. When i lodge a F.I.R with police they told me to submit the MAC address of the Laptop. Is there any way to know my mac address? Please suggest .
    If you didn't write it down the first time it will almost next to impossible to find it also this doesn't gurantee in any way you can get your laptop back either. MAC is only good if you wrote it down or registered it but if none of this is written down. And if you don't have tracking software installed the chances of getting it back is harder to get it back. So unless you see it being sold by someone or online this is the only real way you can track it down.
    I am a Volunteer to help others on here-not a HP employee.
    Replies aren't online 24/7 because of Time Zone differences.
    Remember in this Day and Age of Computing the Internet is Knowledge at your fingertips if you choose understand it. -2015-

  • How to get MAC Address of a stolen laptop by using Serial number?

    Hi my Lenovo G560 laptop was stolen on 17/04/13. I have the serial number. In order to trace the laptop, I need the MAC address. Unfortunately I don't know the MAC address of my stolen laptop. My question is, is it possible to get the MAC address by using serial number? 
    Serial Number: xxxxxxxxxx
    Moderator Note; s/n edited for member's own protection

    hi Subrahmanya,
    Sorry to hear about your trouble. Unfortunately, the only way to get the MAC address is to run a query on the unit (physically or or remotely). Using the serial number to query information on the system will list the devices that are included on the unit (this doesn't include the MAC address).
    Regards,
    neokenchi
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • SCCM 2012 WinPE boot with fixed IP address

    Is there an easy way of bootin a boot.wim image in SCCM 2012 and start it with a fixed IP address.
    In our server enviuronment we do not have DHCP and when I create a virtual reference image within the server environment i now need to manually enter a ip address, subnet, gateway and dns server.
    I want to automate that....but how.
    I know the prestart script is not working since that script is started AFTER the task sequence is obtained from the server.
    Ans I need to set an IP address first !! als i could now obtain the task sequence...
    any help is appreciated.

    <![LOG[LOGGING: Finalize process ID set to 720]LOG]!><time="23:23:31.580+480" date="01-08-2013" component="TSBootShell" context="" type="1" thread="724" file="tslogging.cpp:1495">
    <![LOG[==============================[ TSBootShell.exe ]==============================]LOG]!><time="23:23:31.580+480" date="01-08-2013" component="TSBootShell" context="" type="1" thread="724" file="bootshell.cpp:956">
    <![LOG[Succeeded loading resource DLL 'X:\sms\bin\x64\1033\TSRES.DLL']LOG]!><time="23:23:31.580+480" date="01-08-2013" component="TSBootShell" context="" type="1" thread="724" file="util.cpp:910">
    <![LOG[Debug shell is enabled]LOG]!><time="23:23:31.580+480" date="01-08-2013" component="TSBootShell" context="" type="1" thread="724" file="bootshell.cpp:967">
    <![LOG[Waiting for PNP initialization...]LOG]!><time="23:23:31.658+480" date="01-08-2013" component="TSBootShell" context="" type="1" thread="732" file="bootshell.cpp:60">
    <![LOG[Booted from removable media]LOG]!><time="23:23:31.658+480" date="01-08-2013" component="TSBootShell" context="" type="1" thread="732" file="configpath.cpp:188">
    <![LOG[Checking for "D:\SOURCES\BOOT.WIM"]LOG]!><time="23:23:31.658+480" date="01-08-2013" component="TSBootShell" context="" type="0" thread="732" file="configpath.cpp:107">
    <![LOG[Found D:\SOURCES\BOOT.WIM]LOG]!><time="23:23:31.736+480" date="01-08-2013" component="TSBootShell" context="" type="0" thread="732" file="configpath.cpp:116">
    <![LOG[Found config path D:\]LOG]!><time="23:23:31.736+480" date="01-08-2013" component="TSBootShell" context="" type="1" thread="732" file="bootshell.cpp:545">
    <![LOG[Booting from removable media, not restoring bootloaders on hard drive]LOG]!><time="23:23:31.736+480" date="01-08-2013" component="TSBootShell" context="" type="1" thread="732" file="bootshell.cpp:556">
    <![LOG[Executing command line: wpeinit.exe -winpe]LOG]!><time="23:23:31.736+480" date="01-08-2013" component="TSBootShell" context="" type="1" thread="732" file="bootshell.cpp:761">
    <![LOG[The command completed successfully.]LOG]!><time="23:24:47.084+480" date="01-08-2013" component="TSBootShell" context="" type="1" thread="732" file="bootshell.cpp:843">
    <![LOG[Starting DNS client service.]LOG]!><time="23:24:47.084+480" date="01-08-2013" component="TSBootShell" context="" type="1" thread="732" file="bootshell.cpp:589">
    <![LOG[Executing command line: X:\sms\bin\x64\TsmBootstrap.exe /env:WinPE /configpath:D:\]LOG]!><time="23:24:47.599+480" date="01-08-2013" component="TSBootShell" context="" type="1" thread="732" file="bootshell.cpp:761">
    <![LOG[The command completed successfully.]LOG]!><time="23:24:47.599+480" date="01-08-2013" component="TSBootShell" context="" type="1" thread="732" file="bootshell.cpp:843">
    <![LOG[==============================[ TSMBootStrap.exe ]==============================]LOG]!><time="23:24:47.677+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="788" file="tsmbootstrap.cpp:966">
    <![LOG[Command line: X:\sms\bin\x64\TsmBootstrap.exe /env:WinPE /configpath:D:\]LOG]!><time="23:24:47.677+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="788" file="tsmbootstrap.cpp:967">
    <![LOG[Succeeded loading resource DLL 'X:\sms\bin\x64\1033\TSRES.DLL']LOG]!><time="23:24:47.677+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="788" file="util.cpp:910">
    <![LOG[Succeeded loading resource DLL 'X:\sms\bin\x64\TSRESNLC.DLL']LOG]!><time="23:24:47.677+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="788" file="resourceutils.cpp:152">
    <![LOG[Failed to open PXE registry key. Not a PXE boot.]LOG]!><time="23:24:47.692+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="788" file="tsmbootstrap.cpp:735">
    <![LOG[Media Root = D:\]LOG]!><time="23:24:47.692+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="788" file="tsmbootstrap.cpp:876">
    <![LOG[Executing from Media in WinPE]LOG]!><time="23:24:47.692+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="788" file="tsmbootstrap.cpp:879">
    <![LOG[Verifying Media Layout.]LOG]!><time="23:24:47.692+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="788" file="tsmediawizardcontrol.cpp:1538">
    <![LOG[MediaType = BootMedia]LOG]!><time="23:24:47.692+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="788" file="tsmediawizardcontrol.cpp:2487">
    <![LOG[PasswordRequired = false]LOG]!><time="23:24:47.692+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="788" file="tsmediawizardcontrol.cpp:2513">
    <![LOG[Found network adapter "vmxnet3 Ethernet Adapter" with IP Address 169.254.218.179.]LOG]!><time="23:24:47.692+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="788" file="tsmbootstraputil.cpp:426">
    <![LOG[Running Wizard in Interactive mode]LOG]!><time="23:24:47.692+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="788" file="tsmediawizardcontrol.cpp:2685">
    <![LOG[Loading Media Variables from "D:\sms\data\variables.dat"]LOG]!><time="23:24:47.708+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="788" file="tsremovablemedia.cpp:322">
    <![LOG[no password for vars file]LOG]!><time="23:24:47.739+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="788" file="tsmediawizardcontrol.cpp:246">
    <![LOG[Activating Welcome Page.]LOG]!><time="23:24:47.739+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="788" file="tsmediawelcomepage.cpp:131">
    <![LOG[Loading bitmap]LOG]!><time="23:24:47.739+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="788" file="tsmbootstrap.cpp:1065">
    <![LOG[Executing command line: X:\windows\system32\cmd.exe /k]LOG]!><time="23:26:30.450+480" date="01-08-2013" component="TSBootShell" context="" type="1" thread="724" file="bootshell.cpp:761">
    <![LOG[The command completed successfully.]LOG]!><time="23:26:30.450+480" date="01-08-2013" component="TSBootShell" context="" type="1" thread="724" file="bootshell.cpp:843">
    <![LOG[Successfully launched command shell.]LOG]!><time="23:26:30.450+480" date="01-08-2013" component="TSBootShell" context="" type="1" thread="724" file="bootshell.cpp:430">
    <![LOG[WelcomePage::OnWizardNext()]LOG]!><time="23:26:37.376+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="788" file="tsmediawelcomepage.cpp:340">
    <![LOG[Loading Media Variables from "D:\sms\data\variables.dat"]LOG]!><time="23:26:37.376+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="788" file="tsremovablemedia.cpp:322">
    <![LOG[no password for vars file]LOG]!><time="23:26:37.376+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="788" file="tsmediawizardcontrol.cpp:246">
    <![LOG[Spawned thread 432 to download policy.]LOG]!><time="23:26:37.392+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="788" file="tsmediawelcomepage.cpp:405">
    <![LOG[Entering TSMediaWizardControl::GetPolicy.]LOG]!><time="23:26:37.392+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="432" file="tsmediawizardcontrol.cpp:511">
    <![LOG[Environment scope "Global\{51A016B6-F0DE-4752-B97C-54E6F386A912}" successfully created]LOG]!><time="23:26:37.392+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="environmentscope.cpp:305">
    <![LOG[Environment scope "Global\{BA3A3900-CA6D-4ac1-8C28-5073AFC22B03}" successfully created]LOG]!><time="23:26:37.392+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="environmentscope.cpp:305">
    <![LOG[Setting LogMaxSize to 1000000]LOG]!><time="23:26:37.392+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:539">
    <![LOG[Setting LogMaxHistory to 1]LOG]!><time="23:26:37.392+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:540">
    <![LOG[Setting LogLevel to 0]LOG]!><time="23:26:37.392+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:541">
    <![LOG[Setting LogEnabled to 1]LOG]!><time="23:26:37.392+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:542">
    <![LOG[Setting LogDebug to 1]LOG]!><time="23:26:37.392+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:543">
    <![LOG[Loading variables from the Task Sequencing Removable Media.]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:563">
    <![LOG[Loading Media Variables from "D:\sms\data\variables.dat"]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsremovablemedia.cpp:322">
    <![LOG[Setting SMSTSMP TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSMediaGuid TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSBootMediaPackageID TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSBootMediaSourceVersion TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSBrandingTitle TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSCertSelection TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSCertStoreName TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSDiskLabel1 TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSHTTPPort TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSHTTPSPort TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSIISSSLState TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSLaunchMode TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSMediaPFX TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSMediaSetID TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSMediaType TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSPublicRootKey TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSRootCACerts TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSSiteCode TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSSiteSigningCertificate TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSSupportUnknownMachines TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSTimezone TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSUseFirstCert TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSx64UnknownMachineGUID TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSx86UnknownMachineGUID TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Root CA Public Certs=]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:591">
    <![LOG[Missing root CA environment variable from variables file]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:597">
    <![LOG[Custom hook from X:\\TSConfig.INI is cmd /c set_fixed_ip.cmd]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:646">
    <![LOG[Custom hook source is SMS10000]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:663">
    <![LOG[Finding package: C:\SMS\PKG\SMS10000]LOG]!><time="23:26:38.031+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="resolvesource.cpp:3067">
    <![LOG[Finding package: D:\SMS\PKG\SMS10000]LOG]!><time="23:26:38.031+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="resolvesource.cpp:3067">
    <![LOG[Finding package: X:\SMS\PKG\SMS10000]LOG]!><time="23:26:38.031+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="resolvesource.cpp:3067">
    <![LOG[FindPackageFolder found: X:\SMS\PKG\SMS10000]LOG]!><time="23:26:38.031+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="resolvesource.cpp:3100">
    <![LOG[Using path: X:\SMS\PKG\SMS10000]LOG]!><time="23:26:38.031+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:464">
    <![LOG[Successfully registered Task Sequencing COM Interface.]LOG]!><time="23:26:38.031+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="environmentlib.cpp:798">
    <![LOG[Set command line: cmd /c set_fixed_ip.cmd]LOG]!><time="23:26:38.031+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="432" file="commandline.cpp:705">
    <![LOG[Executing command line: cmd /c set_fixed_ip.cmd]LOG]!><time="23:26:38.031+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="commandline.cpp:801">
    <![LOG[Process completed with exit code 0]LOG]!><time="23:26:38.390+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="commandline.cpp:1098">
    <![LOG[Successfully unregistered Task Sequencing Environment COM Interface.]LOG]!><time="23:26:38.390+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="environmentlib.cpp:885">
    <![LOG[Authenticator from the environment is empty.]LOG]!><time="23:26:38.390+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:809">
    <![LOG[Need to create Authenticator Info using PFX]LOG]!><time="23:26:38.390+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:821">
    <![LOG[Set media certificate in transport]LOG]!><time="23:26:38.437+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="libsmsmessaging.cpp:9220">
    <![LOG[Set authenticator in transport]LOG]!><time="23:26:38.437+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="libsmsmessaging.cpp:7592">
    <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: server.domain.net:80 GET /SMS_MP/.sms_aut?MPKEYINFORMATION]LOG]!><time="23:26:38.437+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="libsmsmessaging.cpp:8422">
    <![LOG[Error. Received 0x80072ee7 from WinHttpSendRequest.]LOG]!><time="23:26:38.453+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="libsmsmessaging.cpp:8689">
    <![LOG[unknown host (gethostbyname failed)]LOG]!><time="23:26:38.453+480" date="01-08-2013" component="TSMBootstrap" context="" type="3" thread="432" file="libsmsmessaging.cpp:692">
    <![LOG[hr, HRESULT=80072ee7 (e:\nts_sccm_release\sms\framework\osdmessaging\libsmsmessaging.cpp,8738)]LOG]!><time="23:26:38.453+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="432" file="libsmsmessaging.cpp:8738">
    <![LOG[sending with winhttp failed; 80072ee7]LOG]!><time="23:26:38.453+480" date="01-08-2013" component="TSMBootstrap" context="" type="3" thread="432" file="libsmsmessaging.cpp:8738">
    <![LOG[m_pHttpTransport->Send (0, 0, pServerReply, nReplySize), HRESULT=80072ee7 (e:\nts_sccm_release\sms\framework\osdmessaging\libsmsmessaging.cpp,5151)]LOG]!><time="23:26:38.453+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="432" file="libsmsmessaging.cpp:5151">
    <![LOG[MPKeyInformation.RequestMPKeyInformation(szTrustedRootKey), HRESULT=80072ee7 (e:\nts_sccm_release\sms\framework\osdmessaging\libsmsmessaging.cpp,9229)]LOG]!><time="23:26:38.453+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="432" file="libsmsmessaging.cpp:9229">
    <![LOG[Failed to get information for MP: http://server.domain.net. 80072ee7.]LOG]!><time="23:26:38.453+480" date="01-08-2013" component="TSMBootstrap" context="" type="3" thread="432" file="tsmbootstraputil.cpp:1429">
    <![LOG[sMP.length() > 0, HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmbootstraputil.cpp,1437)]LOG]!><time="23:26:38.453+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="432" file="tsmbootstraputil.cpp:1437">
    <![LOG[TSMBootstrapUtil::SelectMP ( sSMSTSMP.c_str(), sMediaPfx.c_str(), sMediaGuid.c_str(), sAuthenticator.c_str(), sEnterpriseCert.c_str(), sServerCerts.c_str(), nHttpPort, nHttpsPort, bUseCRL, sSiteCode, sAssignedSiteCode, sMP, sCertificates, sX86UnknownMachineGUID, sX64UnknownMachineGUID), HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediawizardcontrol.cpp,871)]LOG]!><time="23:26:38.453+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="432" file="tsmediawizardcontrol.cpp:871">
    <![LOG[Exiting TSMediaWizardControl::GetPolicy.]LOG]!><time="23:26:38.453+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="432" file="tsmediawizardcontrol.cpp:1335">
    <![LOG[pWelcomePage->m_pTSMediaWizardControl->GetPolicy(), HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediawelcomepage.cpp,303)]LOG]!><time="23:26:38.453+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="432" file="tsmediawelcomepage.cpp:303">
    <![LOG[Setting wizard error: An error occurred while retrieving policy for this computer (0x80004005). For more information, contact your system administrator or helpdesk operator.]LOG]!><time="23:26:38.453+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="788" file="tsmediawizardcontrol.cpp:1504">
    <![LOG[WelcomePage::OnWizardNext()]LOG]!><time="23:26:38.453+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="788" file="tsmediawelcomepage.cpp:340">
    <![LOG[Skipping Confirmation Page.]LOG]!><time="23:26:38.453+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="788" file="tsmediaconfirmationpage.cpp:170">
    <![LOG[Skipping Task Sequence Selection Page.]LOG]!><time="23:26:38.453+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="788" file="tsmediataskselectionpage.cpp:118">
    <![LOG[Skipping Variables Selection Page.]LOG]!><time="23:26:38.453+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="788" file="tsmediavariablesselectionpage.cpp:155">
    <![LOG[Skipping Resolve Progress Page.]LOG]!><time="23:26:38.453+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="788" file="tsmediaresolveprogresspage.cpp:96">
    <![LOG[Activating Finish Page.]LOG]!><time="23:26:38.453+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="788" file="tsmediafinishpage.cpp:107">
    <![LOG[Loading bitmap]LOG]!><time="23:26:38.453+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="788" file="tsmbootstrap.cpp:1065">
    It seems to be not...when I create a bootimage and boot from it and manually configure a fixed ip address then the task sequence is found.
    When I create a bootimage with the prestart command, then the ip address is being set by the prestart command, but the task sequence is not being found :-(
    Below my smsts.log file.
    The file set_fixed_ip.cmd contains the following:
    netsh int ip set address name="Local Area Connection" static 10.163.8.96 255.255.252.0 10.163.11.254 1
    netsh int ip set dns name="Local Area Connection" static 10.104.0.1 primary
    netsh int ip add dns name="Local Area Connection" 10.104.0.3 index=2
    PS: i swapped my servername in the log with server.domain.net

  • Reports for Apple devices with SCCM client - Mac Addresses and IP information.

    Greetings.
    I've been having an interesting problem.
    I am currently running SCCM 2012R2 with PKI and have clients installed on windows, linux (ubuntu mostly) and apple computers successfully.
    I have created custom report proving me with hardware information for windows and linux machines (Serial numbers, manufacturer, Mac Addresses and IP addresses) successfully.
    So far I wasn't able to create any report or even find what table information about Apple computers MAC and IP addresses is stored.
    If i go to Apple computer in SCCM using resource explorer under hardware I can see network devices, so that information is definitely gathered by SCCM in some way.
    Can anyone help me out with this and maybe I am doing this in a wrong way?

    Nice. Only trouble there seems to be multiple entry for same mac address there for same resource id.
    So when I try to get them as substring i get multiple copies of same mac address.
    But looks like this will work as solution to this problem.
    So far I was doing it this way (And i am sure there is clearer way to do it.)
    SUBSTRING((SELECT ',' + CAST(t2.MACAddress0 AS VARCHAR(40))
                FROM (SELECT DISTINCT ResourceID, MACAddress0 FROM  v_GS_NETWORK_ADAPTER) t2
                WHERE t2.ResourceID = ResourceID
                ORDER BY t2.ResourceID, t2.MACAddress0
                FOR XML PATH ('')
            ), 2, 100) [MACAddresses]

Maybe you are looking for

  • Downloaded an album and it's full of glitches.  How can I get fixed copy?

    Hi I've just downloaded "Dystopia (Bonus Tracks Version)" by Midnight Juggernauts from the UK iTunes store, and it's full of pops and glitches. I've listened to the clips from the other version of the album (listed just as "Dystopia") and the pops ar

  • Can I use Express to connect multiple ceiling installed speakers?

    I am remodeling my house and would like to put speakers in multiple rooms in my house. How would I go about doing this? Will I need to get an Express for each room in order to control when I want sound to come out of the speaker? If I want to put 2 s

  • I want to buy a 3G Phone

    I have 4 Mac computers, 1 iPhone, 1 iTouch and an 80 gb iPod, but can't buy a new 3G phone. I am the President of a small company and my phone is part of a corporate account. The Apple Store has telephones but they can't sell one to me and AT&T has n

  • Error while migrating from Weblogic 8.1 to 10.1.3

    Hi I am getting the below error while building the xml during migrating from Weblogic 8.1 to 10.1.3. Could anyone please suggest how to resolve the below error: Error: Exception in thread "main" java.lang.NoClassDefFoundError: weblogic/i18n/logging/L

  • Is the built in microphone in the iPad 2 3G under the warranty

    My microphone is broken, when ever I record something, it is all fuzzy. Is it under warranty? Thanks!