SCCM 2012 Run a vbscript

I've tried to piece together other posts on this topic but have yet to successfully do this.  Could someone please provide a step by step on how to run a vbscript with SCCM 2012 SP1?  Please be as detailed as possible, because I would like to understand
the nuances of why a certain setting is being set and why certain selections are being selected.
I've tried many different settings but haven't found the correct combination or something.  If it matters, the vbscript copies a file from a network share available to everyone and also creates a shortcut to the company intranet site.  Everything
tests out locally, but just cannot get this to work via SCCM 2012 SP1.  This is what I have to work. 
Please just post a how to with as much detail as possible.  THANKS!!!

In case anyone else has this question and if Mike's settings above don't seem to work for your script.  Here's my settings on how I got mine to work.  Please do note that this is running on SCCM 2012 SP1 incase the other versions are different:
- Create new package
- Browse to the location of your script file in the 'Source folder' box; choose network path (UNC).  I placed my resources in the same path as other apps that have been pushed out, this way I knew that there wouldn't be permissions issues with retrieving
the source material.
- Standard program
- Command line: cscript script.vbs
- Startup folder:  left this empty
- Run: Minimized
- Program can run:  Only when a user is logged on.  I used this setting because the script places the shortcut only on the current users desktop.
- Run mode:  Run with user's rights
- Drive mode:  Runs with UNC name
- I set the requirement to only check for 1 MB of space, I'm not sure that this is even needed.
- When deploying, I set the purpose to 'Required', because I wanted every device in the collection to receive the shortcut
- Assignment schedule: ASAP
- User Experience, I kept the defaults and selected 'Software Installation'
- Deployment options (set both the same):  Download content from distribution point and run locally
These settings should allow you to push, at least, a script that installs a shortcut to the current users desktop when they login.  Hopefully this helps someone in the future.  Thanks!

Similar Messages

  • Permission sccm 2012

    Hi
    We have SCCM 2012 running in Windows 2008 R2
    Currenlty, we have three admin hanlding the SCCM 2012
    I want to audit/check the below changes
    a. Create/Modify/Delete  packages
    b. Create/Modify/Delete advertisement
    c. Create/Modify/Delete Collection
    d. Create/Modify/Delete Permision
    Where and How can I check in the log files who did the changes in the SCCM 2012 for the above information
    Robert

    this is something you should be able to find in the audit status messages (located under the status messages queries)

  • SCCM 2012 - Problems running vbscript or simple command line

    Hey everybody, I'm having a heck of a time trying to get SCCM 2012 to deploy some very simple Vbscripts or even a simple command line.  I need to deploy some registry fixes across the company as well as a Vbscript that uninstalls some old applications. 
    If I run these scripts/commands outside of SCCM everything works fine, inside of SCCM it always shows "succeeded" but it doesn't actually run correct on the client.
    What's confusing to me is the use of distribution points when you're running a command line that doesn't actually have any source files.  For instance this is what I'm trying to run "regedit /s \\servername\folder\registryfix.reg".  I've also tried
    a similar bat file as well with the same result.  I've tried it with a source folder specified, I've tried it using Run Program From Server or Download locally.  I've gone through everything I can think of but can't get it to work.
    Similarly with a vbscript I'm trying "cscript.exe /s \\servername\folder\uninstallapps.wsf" and various different settings in the package deployment.
    I'm really confused here guys so any help would be greatly appreciated.  Thanks

    What I have found is that if you try and run the REG.EXE command line directly, either as a program or via a CMD/BAT file, the 64-bit redirection will occur.  So, if you had something like this in a program or via a CMD/BAT file that ran against a 64-bit
    system:
    REG ADD HKLM\Software\Microsoft\Test /v Test /d Test
    You would end up with this registry entry existing under:
    HKLM\Software\Wow6432Node\Microsoft\Test
    That's because SCCM uses the 32-bit launcher to take care of this and redirection occurs - You can see this via the "CCM32BitLauncher.log" on the client.
    To work around this problem, I have done the following:
    On a reference machine, create/export the registry entry I want into a *.reg file - An example export of "Test.reg" for the above mentioned registry entry would look something like this:
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Test]
    "Test"="Test"
      2.  Stick our "Test.reg" file in a source share, create a package with the share as the source content, and distribute it
      3.  Create a program for the package with a command line like this: 
    REG IMPORT Test.reg
    This is obviously not as clean as having a command line with a package to distribute, but I find it works fine for me and gets around the redirection for registry entries.

  • SCCM 2012: Office 2013 click to run deploy?

    Hi,
    We would like to run Office 2013 next to Office 2010. Therefore the click-to-run option (app-v is only possible for Office 2013 ProPlus) looks the way to go.
    I found a nice guide a Office 2013 Plus “Click to run” Deploy in SCCM:
    http://www.peters.com/Blogs/Lists/Posts/Post.aspx?ID=90 However (posted it also on the site), can I use the /admin to generate the configuration.xml instead and use it within SCCM 2012 deploy?
    J
    Jan Hoedt

    No. Click-to-run does not use the traditional Office setup methodology and thus does not have the same configuration options. More info at
    http://technet.microsoft.com/en-us/library/jj219420(v=office.15).aspx
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • XML errors when running specific reports in SCCM 2012, using SQL Server 2008 R2 Reporting Services

    I've posted this to the SCCM 2012 forum and only received one response so far that states that this is a known issue that has been discussed before and isn't easy to fix;  I was not given any actual solution either.  Since this involves SSRS I
    thought I would try my luck here as well.  
    I'm having almost exactly the same problem as is referenced in this article:  http://social.msdn.microsoft.com/Forums/uk/sqlreportingservices/thread/587a3319-bc54-4d30-bb3f-bb90a0c6ec50.  When
    I try to run either of these reports (Computers with specific software registered in Add Remove Programs; Count of instances of specific software registered with Add or Remove Programs) I receive the XML error shown in the attached screenshot.  I'm fairly
    sure the problem is the same as the other admin was experiencing and I just need to remove the unprintable characters (of the application name) from the dbo.v_Add_Remove_Program column.    
    The error references 0xFFFF but I could not find what that exactly translates too, other than it appears to be at the end of the spectrum for Unicode characters.  I used the following sql query to search for the 0xFFFF entry, but no results were found:
    use CM_UV2
    Select distinct
     CHARINDEX(cast(0xFFFF as varchar(1)),DisplayName0),
     DisplayName0
    from
     dbo.v_Add_Remove_Programs
    Where
     CHARINDEX(cast(0xFFFF as varchar(1)),DisplayName0) > 0
    When I used the original hex value of 0x28 I get plenty of results returned with "(" in them so the query seems sound.  One of the articles I was searching mentioned running the query manually using the Management Studio and looking for strange characters
    there but I'm not sure how to do that. 
    Basically I just need help finding the offending character and removing it.  I also need to be able to replicate this for other strings as this looks like an error that will reoccur whenever any new software appears that has weird encoding in the title. 
    Thank you in advance for any help given.
    Über Random

    Hi Uber,
    This is a known issue that error occurs when running report "Count of instances of specific software registered with Add or Remove Programs" due to non-printable characters for XML. Based on internal research, the hotfix for this issue will be
    included in the System Center 2012 Configuration Manager Service Pack 1.
    As a workaround, you can remove the nonprintable character populated into the report parameter by referring to the following KB article:
    http://support.microsoft.com/KB/914159
    Hope this helps.
    Regards,
    Mike Yin
    Mike Yin
    TechNet Community Support

  • SCCM 2012 R2 bitlocker reporting via "Computers running a specific service"

    I have searched the web for how to check how many clients have bitlocker enabled, via SCCM 2012 R2. All suggestions I find are SQL commands.
    I have not found anyone who suggest using the report Operating System -> Services - Computers running a specific service -> Bitlocker Drive encryption service
    Why is that? Is this report not trustworthy?
    Kthxbai

    Hi,
    The service is used for prompting user's actions or storing encrypted information. It does not mean BitLocker is enabled when the service is running or not. You can start it manually. I suggest you refer to the blog below to utilize DCM to check if the Bitlocker
    is enabled.
    http://adminnexus.blogspot.com/2012/11/using-dcm-in-sccm-2012-to-report-on.html
    Juke Chou
    TechNet Community Support

  • Orchestrator and SCCM 2012 integration: run task sequence and install assigned applications/packages?

    Dear,
    We do not have Orchestrator running in our SCCM 2012 R2 environment. Though I wonder if we could accomplish the following scenario with it:
    Task sequence Windows 7 => Orchestrator step which queries assigned installations to the computer object and installs them one by one.
    Could you advise?
    Kind regards,
    Stev.
    SteveWonB

    > > Define "assigned to computer objects". How is this done technically?
    Well, computer objects are members of collections via AD memberships, like the collection "W7-Google-Chrome" (exists of 100 computer objects).
    Deploy of packages is done to these collections. So a computer member of  "W7-Google-Chrome"  will automatically get Google Chrome.
    Some computers are member of 30 collections, some of 80.
    Goal is to have the task sequence run all applications/packages assigned (with their reboots if needed).
    Kind regards,
    Steven
    SteveWonB

  • SCCM 2012 MDT 2012 UDI Require domain credentials to run task sequence

    We are in the process of moving to SCCM 2012 integrated with MDT 2012 for OSD from using MDT 2012 by itself. We're trying out UDI task sequences and have noticed a pretty gaping hole in functionality vs MDT 2012 by itself: password protecting a task sequence.
    In MDT 2012 there was a built-in feature that required domain credentials to run a task sequence. If one exists using SCCM/MDT 2012, I haven't been able to find it. I've only found stuff like this http://www.windows-noob.com/forums/index.php?/topic/2336-password-protect-a-task-sequence/ which
    would allow you to set a password, but not authenticate against AD. So, I'm wondering if there are any options to protecting a task sequence with domain authentication?
    My understanding is that the Refresh and Replace StageGroup only run when you kick off a UDI task sequence in Windows. That means I have to make a task sequence available to the Configuration Manager Client in order for a tech to run a Refresh/Replace. And,
    that in turn means that the UDI task sequence will be visible to all users since it needs to be available to their computer. Or, am I completely missing how UDI OSD should flow?  If so, then I hope someone can correct me.
    I'd appreciate any help or advice you can give. Thanks. 

    Hi,
    I am sorry to say that you are correct in your conclusions. There is no builtin way in ConfigMgr/MDT/UDI to require a domain username/password to run a task sequence, your option from Windows-noob.com is one way of solving it.
    Regards,
    jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec
    Thanks for the info. What about workflow? How do you usually handle UDI in Replace and Refresh scenarios? Do you deploy the task sequence to collections that users can access?

  • SCCM 2012 SP1 CU4 ccmsetup runs with SMS Agent Host on the "Service" mmc after upgrading the client to CU4.

    Dear Brothers,
    I have an issue with two (2) of my Site Servers, I have below scenarioa and explained issue details:
    Scenario:
    1. Server1: Windows 2012 Server, CAS, SCCM 2012 Hierarchy Roles: Management Point, DP, SUP, Component Server.
    2. Server2: Windows 2008 R2 Server, Secondary Site Role, SCCM 2012 Hierarchy Roles: Management Point, DP, Component Server.
    Issue:
    After updating the SCCM 2012 Client to CU4 on the actual Site Server, the "ccmsetup" appears also with "SMS Agent Host"
    at the Service MMC. Which I believed this is very unusual behavior.
      The Client however it seems properly installed and working please see below details:
    Questions: I believed the Client installations are still running on the background, even though the Client tends to look working on the Control Panel.
    1. How can I resolved this issue?
    2. Should I need to perform a total Client uninstallation, even depth till removing entries in the Registry levels?
    3. Or this is a normal behavior for the scenario?
    Advance thanks for your future replies, my brothers in technology.

    Dear Brother,
    2 Weeks since I installed the CU4, it seems a little bit to long isn't it? for both the ccmsetup and the SMS Host Agent Services to exist, for the errors on the ccmsetup.log there are some errors after uninstallation since I am trying to removed
    the issue .
    CCMsetup.log
    ==========[ ccmsetup started in process 5376 ]========== 7/1/2014 7:14:45 PM 4104 (0x1008)
    Running on platform X64 7/1/2014 7:14:45 PM 4104 (0x1008)
    Updated security on object C:\Windows\ccmsetup\cache\. 7/1/2014 7:14:45 PM 4104 (0x1008)
    Launch from folder C:\Windows\ccmsetup\ 7/1/2014 7:14:45 PM 4104 (0x1008)
    CcmSetup version: 5.0.7804.1500 7/1/2014 7:14:45 PM 4104 (0x1008)
    Running on OS (6.2.9200). Service Pack (0.0). SuiteMask = 272. Product Type = 3 7/1/2014 7:14:45 PM 4104 (0x1008)
    Ccmsetup command line: ccmsetup.exe  /uninstall 7/1/2014 7:14:45 PM 4104 (0x1008)
    Command line parameters for ccmsetup have been specified.  No registry lookup for command line parameters is required. 7/1/2014 7:14:45 PM 4104 (0x1008)
    Command line: ccmsetup.exe  /uninstall 7/1/2014 7:14:45 PM 4104 (0x1008)
    SslState value: 224 7/1/2014 7:14:45 PM 4104 (0x1008)
    Detected client version 5.00.7804.1500 from WMI. 7/1/2014 7:14:45 PM 4104 (0x1008)
    Updated security on object C:\Windows\ccmsetup\. 7/1/2014 7:14:45 PM 4104 (0x1008)
    Another instance of ccmsetup is already running. 7/1/2014 7:14:45 PM 4104 (0x1008)
    Task 'Configuration Manager Client Upgrade Task' does not exist 7/1/2014 7:14:45 PM 4104 (0x1008)
    CcmSetup is exiting with return code 3 7/1/2014 7:14:45 PM 4104 (0x1008)
    MSI: Action 19:15:20: SmsRemoveUIEvents. This custom action is no longer used. The custom action used to remove the COM+ event subscriber and publisher used for UI notifications. We no longer use COM+ events for UI notifications. 7/1/2014 7:15:20 PM 5628
    (0x15FC)
    MSI: Action 19:15:20: CcmUnregisterPerfCounters. Removes performance counters gathered in the CcmUnregisterPerfCountersInit action 7/1/2014 7:15:20 PM 5628 (0x15FC)
    MSI: Action 19:15:20: CcmRemoveLanternDocuments. Removing documents from Microsoft Policy Platform that have been submitted by Configuration Manager authority. 7/1/2014 7:15:20 PM 5628 (0x15FC)
    MSI: Action 19:15:30: CcmTypelibRollback. In the event of install failing, this event rolls back the type libraries to the state before install started. 7/1/2014 7:15:30 PM 5628 (0x15FC)
    MSI: Action 19:15:30: SmsDeinstallDesktopClient. This custom action uninstalls the desktop client with following steps-
    1. Makes sure there are no desktop client installations in progress and prevents any new instance of intallation.
    2. Checks the desktop client version and gets the installation direcotry.
    3. Stops remote control and other desktop components.
    4. Kills the following client processes - clisvc1.exe, pea32.exe, smsapm32.exe, smsmon32.exe and sms_reen.exe.
    5. Saves information needed for migration and uninstalls the desktop components followed by clean up. 7/1/2014 7:15:30 PM 5628 (0x15FC)
    MSI: Action 19:15:30: CcmDetectFilesInUseRollback. Rolls back files moved by CcmDetectFilesInUse. 7/1/2014 7:15:30 PM 5628 (0x15FC)
    MSI: Action 19:15:30: CcmDetectFilesInUse. Moves files that are in use so that they will be deleted upon the next reboot. 7/1/2014 7:15:30 PM 5628 (0x15FC)
    MSI: Action 19:15:31: CcmDetectFilesInUseCommit. Commits action of CcmDetectFileInUse. After this we cannot rollback. 7/1/2014 7:15:31 PM 5628 (0x15FC)
    MSI: Action 19:15:31: InstallFiles. Copying new files 7/1/2014 7:15:31 PM 5628 (0x15FC)
    MSI: Internal Error 2902. ixfAssemblyCopy 7/1/2014 7:15:32 PM 5628 (0x15FC)
    MSI: Action 19:15:32: Rollback. Rolling back action: 7/1/2014 7:15:32 PM 5628 (0x15FC)
    File C:\Windows\ccmsetup\configmgr2012ac-sp1-kb2882125-x64.msp installation failed. Error text: ExitCode: 1603
    Action: InstallFiles.
    ErrorMessages:
    Internal Error 2902. ixfAssemblyCopy
     7/1/2014 7:15:33 PM 5628 (0x15FC)
    A Fallback Status Point has not been specified.  Message with STATEID='301' will not be sent. 7/1/2014 7:15:33 PM 5628 (0x15FC)
    Deleted file C:\Windows\ccmsetup\ccmsetup.xml 7/1/2014 7:15:33 PM 5628 (0x15FC)
    Deleted file C:\Windows\ccmsetup\client.msi 7/1/2014 7:15:33 PM 5628 (0x15FC)
    CcmSetup failed with error code 0x80070643 7/1/2014 7:15:33 PM 5628 (0x15FC)
    Regards,

  • Running multiple commands in SCCM 2012 R2

    Dear Professionals 
        I am really new in SCCM 2012 an i did alot of self study but there are a few things are really killing me ... 
    how i run Running multiple commands in a task sequence 
    Diskpart
    Sel Disk 0
    clean
    Exit
    And also in what step i should create this command line to solve error code 0x80070070
    Thank you 

    i will try that .. but i have been told that command may not fix the problem i have ... 
    is there another way to only format c:\ and leave the other partitions as it is ??
    i am booting from PXE and use the USMT TS is that correct or i must run it from software Center ??
    in the text file i only copy and paste the commands as it is or i should paste it in a specific form ?? like
    Diskpart
    Sel Disk 0
    clean
    Exit 
    Or 
    Diskpart & Sel Disk 0 & clean
    & Exit 
    from what i read online i think the main problem is that the partition can not be wiped 
    Thank you so much for your time and patience 
    Yahia Zouhair

  • SCCM 2012 SP1 is Running on SQL Server 2012 with NO CU

    I am working in an org that has SCCM 2012 SP1, it is and always has been running on SQL Server 2012 RTM, with NO CU installed it seems (judging by the file versions 11.0.2100.60, which are not the same as as documented here http://support.microsoft.com/kb/2703275).
    sigh..........
    So before I upgrade to R2 I will ensure I installed SP2 and CU3 onto SQL Server.
    However, I am concerned about WHY SCCM 2012 SP1 requires SQL Server 2012 CU2 as a minimum and what damage may have been done as a result of this configuration?
    Are there any actions that can be performed as remediation or health check?
    Can anyone speculate?

    However, I am concerned about WHY SCCM 2012 SP1 requires SQL Server 2012 CU2 as a minimum
    Because the Microsoft product group decided it that way. All supported SQL versions are listed here:
    http://technet.microsoft.com/en-us/library/gg682077.aspx#BKMK_SupConfigSQLDBconfig
    Damage? Hard (impossible) to tell. You would have seen errors in various components if there were problems.
    Torsten Meringer | http://www.mssccmfaq.de

  • Running WMI repair script on SCCM 2012 primary site server

    Hi,
    running WMI rebuilding repository script on SCCM 2012 primary site server. Any idea what kind of issue on SCCM environment it will cause.
    Regards,
    Gopi

    Gah!  did you already do so? I hope your resume is up to date.  As to what kind of issues:  it'll break everything, and nothing will ever work right ever again.  Ever. Again.
    Standardize. Simplify. Automate.

  • Compliance evaluation cycle in not running as configured in SCCM 2012 R2

    Hi,
    We want to test compliance setting feature in SCCM 2012 R2. We have enable compliance setting in client setting with every 1 hour of evaluation cycle.
    We have configure compliance baseline to check registry key.
    Compliance baseline is configured to evaluate every 1 hour, but observed that clients are not evaluating as configured. Tried to running Machine policy evaluation cycle at client side but still not getting result.
    So please help to understand why not clients are evaluating compliance evaluation cycle every 1 hour or let me know how to force client to evaluate the compliance cycle.
    Also it observed that some clients are evaluating the compliance cycle but not as configured.

    As I mentioned above I have configure baseline to check registry key at client side, If it is 1 then show it as compliant.
    If you configured a simple schedule of every 1 hour, that means each client will run the baseline every hour but exactly
    when will be determined by each client individually so there will be no set time when they run. Can you please elaborate this?
    What will be the best compliance evaluation cycle we can set to give desired result?

  • Does Powershell 3.0 / Wmf 3 runs flawlessly with SCCM 2012 SP1

    Hi the title says it all:
    Does Powershell 3.0 / Wmf 3 runs flawlessly with SCCM 2012
    SP1?
    Thanks, Rob

    Hi Rob,
    WMF3 is required for ConfigMgr 2012 SP1:
    http://support.microsoft.com/kb/2801416
    (I posted the same link in your thread in the PowerShell forum).
    Don't retire TechNet! -
    (Don't give up yet - 12,575+ strong and growing)

  • SCCM 2012 R2 SMS Agent Host service crashing every 10 seconds on Secondary Site Client PCs running Win7

    Hi Teem;
    We are having the following issue with SCCM 2012 R2: The SMS Agent Host service keeps on crashing on Client PCs with in the Secondary site! the issue isn't happening at the primary site!
    We have 3 SCCM 2012 R 2 servers: CAS & Pri @ the DataCenter site and the Secondary site in the office site.
    Please advise.
    Thank you. 

    The client is entering a loop, here are some lines of the ClientIDManagerStartup.log:
    Persisted hardware IDs in CCM_ClientIdentificationInformation=@:
        HardwareID1=2:ED42563E6365D1A53E55EE48D92A4CDF5D208373
        HardwareID2=6CBB0600010000FE    ClientIDManagerStartup    3/21/2014 11:11:30 AM    3760 (0x0EB0)
    RegEndpoint: Spawning task to re-register in 5000 milliseconds.    ClientIDManagerStartup    3/21/2014 11:11:43 AM    3760 (0x0EB0)
    [----- SHUTDOWN -----]    ClientIDManagerStartup    3/21/2014 11:11:52 AM    1428 (0x0594)
    [----- STARTUP -----]    ClientIDManagerStartup    3/21/2014 11:11:55 AM    1604 (0x0644)
    Machine: SCCM-TEST02    ClientIDManagerStartup    3/21/2014 11:11:55 AM    1604 (0x0644)
    OS Version: 6.1    ClientIDManagerStartup    3/21/2014 11:11:55 AM    1604 (0x0644)
    SCCM Client Version: 5.00.7958.1000    ClientIDManagerStartup    3/21/2014 11:11:55 AM    1604 (0x0644)
    'RDV' Identity store does not support backup.    ClientIDManagerStartup    3/21/2014 11:11:55 AM    1604 (0x0644)
    CCM Identity is in sync with Identity stores    ClientIDManagerStartup    3/21/2014 11:11:55 AM    1604 (0x0644)
    Client is set to use HTTPS when available. The current state is 224.    ClientIDManagerStartup    3/21/2014 11:11:55 AM    1604 (0x0644)
    [RegTask] - Executing registration task synchronously.    ClientIDManagerStartup    3/21/2014 11:11:56 AM    3928 (0x0F58)
    Read SMBIOS (encoded): 56004D0077006100720065002D00350036002000340064002000340034002000660065002000330064002000610064002000610066002000330066002D0064003400200065003800200033006600200031003900200034003800200064003800200065003200200037003100    ClientIDManagerStartup  
     3/21/2014 11:11:56 AM    3928 (0x0F58)
    Evaluated SMBIOS (encoded): 56004D0077006100720065002D00350036002000340064002000340034002000660065002000330064002000610064002000610066002000330066002D0064003400200065003800200033006600200031003900200034003800200064003800200065003200200037003100  
     ClientIDManagerStartup    3/21/2014 11:11:56 AM    3928 (0x0F58)
    No SMBIOS Changed    ClientIDManagerStartup    3/21/2014 11:11:56 AM    3928 (0x0F58)
    SMBIOS unchanged    ClientIDManagerStartup    3/21/2014 11:11:56 AM    3928 (0x0F58)
    SID unchanged    ClientIDManagerStartup    3/21/2014 11:11:56 AM    3928 (0x0F58)
    HWID unchanged    ClientIDManagerStartup    3/21/2014 11:11:57 AM    3928 (0x0F58)
    Windows To Go requires a minimum operating system of Windows 8    ClientIDManagerStartup    3/21/2014 11:11:59 AM    3928 (0x0F58)
    GetSystemEnclosureChassisInfo: IsFixed=FALSE, IsLaptop=FALSE    ClientIDManagerStartup    3/21/2014 11:11:59 AM    3928 (0x0F58)
    Windows To Go requires a minimum operating system of Windows 8    ClientIDManagerStartup    3/21/2014 11:11:59 AM    3928 (0x0F58)
    Computed HardwareID=2:ED42563E6365D1A53E55EE48D92A4CDF5D208373
        Win32_SystemEnclosure.SerialNumber=<empty>
        Win32_SystemEnclosure.SMBIOSAssetTag=<empty>
        Win32_BaseBoard.SerialNumber=None
        Win32_BIOS.SerialNumber=VMware-56 4d 44 fe 3d ad af 3f-d4 e8 3f 19 48 d8 e2 71
        Win32_NetworkAdapterConfiguration.MACAddress=00:0C:29:D8:E2:71    ClientIDManagerStartup    3/21/2014 11:11:59 AM    3928 (0x0F58)
    [RegTask] - Client is not registered. Sending registration request for GUID:1A54B9A0-E658-4F89-8D39-A47220CD5C48 ...    ClientIDManagerStartup    3/21/2014 11:11:59 AM    3928 (0x0F58)
    [RegTask] - Client is registered. Server assigned ClientID is GUID:1A54B9A0-E658-4F89-8D39-A47220CD5C48. Approval status 1    ClientIDManagerStartup    3/21/2014 11:11:59 AM    3928 (0x0F58)
    'RDV' Identity store does not support backup.    ClientIDManagerStartup    3/21/2014 11:11:59 AM    3928 (0x0F58)
    [RegTask] - Client is registered. Exiting.    ClientIDManagerStartup    3/21/2014 11:11:59 AM    3928 (0x0F58)
    Read SMBIOS (encoded): 56004D0077006100720065002D00350036002000340064002000340034002000660065002000330064002000610064002000610066002000330066002D0064003400200065003800200033006600200031003900200034003800200064003800200065003200200037003100    ClientIDManagerStartup  
     3/21/2014 11:11:59 AM    3928 (0x0F58)
    Evaluated SMBIOS (encoded): 56004D0077006100720065002D00350036002000340064002000340034002000660065002000330064002000610064002000610066002000330066002D0064003400200065003800200033006600200031003900200034003800200064003800200065003200200037003100  
     ClientIDManagerStartup    3/21/2014 11:11:59 AM    3928 (0x0F58)
    No SMBIOS Changed    ClientIDManagerStartup    3/21/2014 11:11:59 AM    3928 (0x0F58)
    SMBIOS unchanged    ClientIDManagerStartup    3/21/2014 11:11:59 AM    3928 (0x0F58)
    SID unchanged    ClientIDManagerStartup    3/21/2014 11:11:59 AM    3928 (0x0F58)
    HWID unchanged    ClientIDManagerStartup    3/21/2014 11:11:59 AM    3928 (0x0F58)
    GetSystemEnclosureChassisInfo: IsFixed=FALSE, IsLaptop=FALSE    ClientIDManagerStartup    3/21/2014 11:11:59 AM    3928 (0x0F58)
    Windows To Go requires a minimum operating system of Windows 8    ClientIDManagerStartup    3/21/2014 11:11:59 AM    3928 (0x0F58)
    Computed HardwareID=2:ED42563E6365D1A53E55EE48D92A4CDF5D208373
        Win32_SystemEnclosure.SerialNumber=<empty>
        Win32_SystemEnclosure.SMBIOSAssetTag=<empty>
        Win32_BaseBoard.SerialNumber=None
        Win32_BIOS.SerialNumber=VMware-56 4d 44 fe 3d ad af 3f-d4 e8 3f 19 48 d8 e2 71
        Win32_NetworkAdapterConfiguration.MACAddress=00:0C:29:D8:E2:71    ClientIDManagerStartup    3/21/2014 11:11:59 AM    3928 (0x0F58)
    Persisted hardware IDs in CCM_ClientIdentificationInformation=@:
        HardwareID1=2:ED42563E6365D1A53E55EE48D92A4CDF5D208373
        HardwareID2=6CBB0600010000FE    ClientIDManagerStartup    3/21/2014 11:11:59 AM    3928 (0x0F58)
    RegEndpoint: Spawning task to re-register in 60000 milliseconds.    ClientIDManagerStartup    3/21/2014 11:12:13 AM    3232 (0x0CA0)
    [----- SHUTDOWN -----]    ClientIDManagerStartup    3/21/2014 11:13:16 AM    1604 (0x0644)
    [----- STARTUP -----]    ClientIDManagerStartup    3/21/2014 11:13:16 AM    3516 (0x0DBC)
    Machine: SCCM-TEST02    ClientIDManagerStartup    3/21/2014 11:13:16 AM    3516 (0x0DBC)
    OS Version: 6.1    ClientIDManagerStartup    3/21/2014 11:13:16 AM    3516 (0x0DBC)
    SCCM Client Version: 5.00.7958.1000    ClientIDManagerStartup    3/21/2014 11:13:16 AM    3516 (0x0DBC)
    'RDV' Identity store does not support backup.    ClientIDManagerStartup    3/21/2014 11:13:16 AM    3516 (0x0DBC)
    CCM Identity is in sync with Identity stores    ClientIDManagerStartup    3/21/2014 11:13:16 AM    3516 (0x0DBC)
    Client is set to use HTTPS when available. The current state is 224.    ClientIDManagerStartup    3/21/2014 11:13:16 AM    3516 (0x0DBC)
    [RegTask] - Executing registration task synchronously.    ClientIDManagerStartup    3/21/2014 11:13:19 AM    3792 (0x0ED0)
    Read SMBIOS (encoded): 56004D0077006100720065002D00350036002000340064002000340034002000660065002000330064002000610064002000610066002000330066002D0064003400200065003800200033006600200031003900200034003800200064003800200065003200200037003100    ClientIDManagerStartup  
     3/21/2014 11:13:19 AM    3792 (0x0ED0)
    Evaluated SMBIOS (encoded): 56004D0077006100720065002D00350036002000340064002000340034002000660065002000330064002000610064002000610066002000330066002D0064003400200065003800200033006600200031003900200034003800200064003800200065003200200037003100  
     ClientIDManagerStartup    3/21/2014 11:13:19 AM    3792 (0x0ED0)
    No SMBIOS Changed    ClientIDManagerStartup    3/21/2014 11:13:19 AM    3792 (0x0ED0)
    SMBIOS unchanged    ClientIDManagerStartup    3/21/2014 11:13:19 AM    3792 (0x0ED0)
    SID unchanged    ClientIDManagerStartup    3/21/2014 11:13:19 AM    3792 (0x0ED0)
    HWID unchanged    ClientIDManagerStartup    3/21/2014 11:13:20 AM    3792 (0x0ED0)
    Windows To Go requires a minimum operating system of Windows 8    ClientIDManagerStartup    3/21/2014 11:13:22 AM    3792 (0x0ED0)
    GetSystemEnclosureChassisInfo: IsFixed=FALSE, IsLaptop=FALSE    ClientIDManagerStartup    3/21/2014 11:13:22 AM    3792 (0x0ED0)
    Windows To Go requires a minimum operating system of Windows 8    ClientIDManagerStartup    3/21/2014 11:13:22 AM    3792 (0x0ED0)
    Computed HardwareID=2:ED42563E6365D1A53E55EE48D92A4CDF5D208373
        Win32_SystemEnclosure.SerialNumber=<empty>
        Win32_SystemEnclosure.SMBIOSAssetTag=<empty>
        Win32_BaseBoard.SerialNumber=None
        Win32_BIOS.SerialNumber=VMware-56 4d 44 fe 3d ad af 3f-d4 e8 3f 19 48 d8 e2 71
        Win32_NetworkAdapterConfiguration.MACAddress=00:0C:29:D8:E2:71    ClientIDManagerStartup    3/21/2014 11:13:22 AM    3792 (0x0ED0)
    [RegTask] - Client is not registered. Sending registration request for GUID:1A54B9A0-E658-4F89-8D39-A47220CD5C48 ...    ClientIDManagerStartup    3/21/2014 11:13:22 AM    3792 (0x0ED0)
    [RegTask] - Client is registered. Server assigned ClientID is GUID:1A54B9A0-E658-4F89-8D39-A47220CD5C48. Approval status 1    ClientIDManagerStartup    3/21/2014 11:13:22 AM    3792 (0x0ED0)
    'RDV' Identity store does not support backup.    ClientIDManagerStartup    3/21/2014 11:13:22 AM    3792 (0x0ED0)
    [RegTask] - Client is registered. Exiting.    ClientIDManagerStartup    3/21/2014 11:13:22 AM    3792 (0x0ED0)
    Read SMBIOS (encoded): 56004D0077006100720065002D00350036002000340064002000340034002000660065002000330064002000610064002000610066002000330066002D0064003400200065003800200033006600200031003900200034003800200064003800200065003200200037003100    ClientIDManagerStartup  
     3/21/2014 11:13:22 AM    3792 (0x0ED0)
    Evaluated SMBIOS (encoded): 56004D0077006100720065002D00350036002000340064002000340034002000660065002000330064002000610064002000610066002000330066002D0064003400200065003800200033006600200031003900200034003800200064003800200065003200200037003100  
     ClientIDManagerStartup    3/21/2014 11:13:22 AM    3792 (0x0ED0)
    No SMBIOS Changed    ClientIDManagerStartup    3/21/2014 11:13:22 AM    3792 (0x0ED0)
    SMBIOS unchanged    ClientIDManagerStartup    3/21/2014 11:13:22 AM    3792 (0x0ED0)
    SID unchanged    ClientIDManagerStartup    3/21/2014 11:13:22 AM    3792 (0x0ED0)
    HWID unchanged    ClientIDManagerStartup    3/21/2014 11:13:22 AM    3792 (0x0ED0)
    GetSystemEnclosureChassisInfo: IsFixed=FALSE, IsLaptop=FALSE    ClientIDManagerStartup    3/21/2014 11:13:22 AM    3792 (0x0ED0)
    Windows To Go requires a minimum operating system of Windows 8    ClientIDManagerStartup    3/21/2014 11:13:22 AM    3792 (0x0ED0)
    Computed HardwareID=2:ED42563E6365D1A53E55EE48D92A4CDF5D208373
        Win32_SystemEnclosure.SerialNumber=<empty>
        Win32_SystemEnclosure.SMBIOSAssetTag=<empty>
        Win32_BaseBoard.SerialNumber=None
        Win32_BIOS.SerialNumber=VMware-56 4d 44 fe 3d ad af 3f-d4 e8 3f 19 48 d8 e2 71
        Win32_NetworkAdapterConfiguration.MACAddress=00:0C:29:D8:E2:71    ClientIDManagerStartup    3/21/2014 11:13:22 AM    3792 (0x0ED0)
    Persisted hardware IDs in CCM_ClientIdentificationInformation=@:
        HardwareID1=2:ED42563E6365D1A53E55EE48D92A4CDF5D208373
        HardwareID2=6CBB0600010000FE    ClientIDManagerStartup    3/21/2014 11:13:22 AM    3792 (0x0ED0)
    RegEndpoint: Spawning task to re-register in 5000 milliseconds.    ClientIDManagerStartup    3/21/2014 11:13:36 AM    3672 (0x0E58)

Maybe you are looking for