Quantcast
Channel: Configuration Manager 2012 - Operating System Deployment forum
Viewing all 9126 articles
Browse latest View live

SCCM 2012 - 802.1x authentication for zero touch installation

$
0
0

Hi guys,

I'm setting up a demo environment for sccm 2012. Our customer has the requirement to enforce 802.1x authentication (username & password without certificates) on the network. So I need a 802.1x integration into the WinPE image, that clients can access the install vlan instead of the guest vlan during the zero touch Windows 7 OS install process.

What I did before:
 - mount the SCCM modified WinPE image (boot.XXX99999.wim)
 - integration of the KB972831 hotfix into the WinPE
 - creation of a lan profile and eap profile file
 - copy both files into the mounted image
 - creation of new wim file

I've booted the boot wim via a usb stick to test the 802.1x integration with the following commands:

  net start dot3svc
  => The Wired AutoConfig service was started successfully
 
  netsh lan add profile filename="X:\8021x\Local Area Connection.xml " interface="Local Area Connection"
  => The profile was added successfully on the interface Local Area connection

 netsh lan set eapuserdata filename=x:\8021x\Wired-WinPE-UserData-PEAP-MSChapv2.xml allusers=yes interface="Local Area Connection"
  => Error setting user data for interface Local Area Connection. The operation is not supported.

Actually I can't post web links here. If the files are needed I can send them per mail.

What can I do to solve this problem?

Thanks!

Regards
Bastian

 


WinHttpQueryHeaders returns status code 500 (internal server error) SendWinHttpRequest failed 801901f4

$
0
0

Deploying a task sequence on a brand new SCCM installation is not working I got the following Errors in smstslog:

WinHttpQueryHeaders returns status code 500 (internal server error)

SendWinHttpRequest failed. 801901f4.

This results in the end to a DownloadContentAndVerifyHash() failed 80070002 error.

I got this error for the Package containing Unattend.xml and configuration.ini file.

Does anyone know such issues? I think it might be a IIS related issue and examinated iis logs, got no luck. DP is working and Packages are all distributed.

Best regards

Daniel



Daniel Meili

TS failing on Use Toolkit Package

$
0
0

Started to have problems installing Win7 x64 on machines (HP EliteBook 9470) after removing drivers belonging to other package.

Keep on getting these error messages:

C:\_SMSTaskSequence\Packages\S01000FB\Scripts\ZTISCCM.wsf(11, 3) (null): Library not registered.

C:\_SMSTaskSequence\Packages\S01000FB\Scripts\ZTISCCM.wsf(1655, 4) Microsoft VBScript-runtime error: Object needed: 'oUtility.Arguments'

Failed to run the action: Use Toolkit Package.
Incorrect function. (Error: 00000001; Source: Windows)

As stated above, the drivers that were removed belonged to another package (another HP machine), so it should not have affected this package. Or so i thought...

Every HP 9470 now bombs out on Use Toolkit Package, after the step "Setup Windows and ConfigMgr".

Initially i figured this was a driver related error, so drivers for the NIC has been removed and imported again (Intel 82579LM).
I've tried three different file versions, two from HP and one (newer date) from Dell and finally a native driver from Intel (dated from this year) to no avail.

The files are all downloaded fine.
I can ping internal servers and external sites.
When the machine boots up after this failed install, the icon for wireless connection behaves weird:

It shows as if there are wireless networks available but not connected.
Hovering the mouse over, it does say that it is connected and i can reach both internal servers and external websites.

Unplug and replug the network cable results in the icon for cabled network showing up for a few seconds, then disappering again, acting as if there is no LAN card available.

There are no missing drivers (no exclamation marks) in Device manager.

Anyone else seen this or something like it?

This happens on any HP machine we have.

SCCM 2012 R2 Dism call issue

$
0
0

Hello,

using DISM in Windows 8.1 with Upgrade:

C:\Windows\System32\DISM.EXE /Online /NoRestart /Enable-Feature /FeatureName:MSMQ-Container /FeatureName:MSMQ-Server /FeatureName:MSMQ-HTTP

The /Featurename:MSMQ-HTTP switch doesn't activate per dism.log any ideas?

Thanks!

SCCM2012 SP1: rename computer to MAC address during OSD

$
0
0

Dears, i'm trying to rename the computers during the OSD process to it's MAC addresses. i want to do it by SCCM only without MDT integration because we have SCCM SP1 and MDT 2012 and we're tending to deploy Windows 8.1. and we're alredy deploying Windows 8.1 with no issues. i'm using the following script: 

   

Set env = CreateObject("Microsoft.SMS.TSEnvironment")
Set ProgressUI = CreateObject("Microsoft.SMS.TsProgressUI")
Set objWMIService = GetObject("winmgmts:{impersonationLevel=impersonate}!\\.\root\cimv2") 
Set IPConfigSet = objWMIService.ExecQuery("SELECT MACAddress FROM Win32_NetworkAdapterConfiguration " & "WHERE IPEnabled=true" )

ProgressUI.CloseProgressDialog  

For Each IPConfig In IPConfigSet
  env("OSDComputerName") = Left(Replace(IPConfig.MACAddress,":",""),12)
  WScript.Echo env("OSDComputername")

Next

and i'm using it in a  package after apply operating system step as shown in the following snapshot:

however the machine get named Minintxxxx and the step gives code 0 as a return code which means successfully completed.

any help please?


SCCM 2012 - Task Seq - Install Lenovo AMT software - Failing with 2147500037 (80004005)

$
0
0

Hi there

Wondering is anyone has had any issues installing Intel Management Engine 10.0 software via a SCCM 2012 task sequence?

We have a number of older laptops which we build via a Windows 7 task sequence from SCCM 2012. As part of the install each laptop gets the appropriate version of the Intel ME software. All well and good.

We now have a new model to build (Lenovo T440) and for some reason the latest available version of Intel ME 10.0 software keeps failing in the task sequence with a 2147500037 (80004005) error.

This can mean different things but often means a permissions issue. Not sure what the permissions issue could be.

This software is installed at the same stage as previous versions of the same software are installed for older laptop models. Same install command too, SetupME.exe -s as per the document which comes with the software (in previous versions it is Setup.exe not SetupME.exe but don't imagine the different file name is the problem).

I will try an older version but really we want to keep up with the latest available versions.

Anyone had problems installing this Intel ME v10.0 software via a SCCM 2012 task sequence?

Best regards

John

Task sequence hangs waiting for CCmExec service

$
0
0

Windows 7 64bit task sequence with HP 6570b.

SCCM 2012 Sp1

They hang just after the sccm client installation.
I verified we have the AD group ConfigMgr Remote Control Users

Our 32bit image seems to work fine.

From the smstslog

Waiting for CcmExec service to be fully operational TSManager 1/17/2013 3:36:50 PM 2988 (0x0BAC)
Succeeded loading resource DLL 'C:\WINDOWS\CCM\1033\TSRES.DLL' TSManager 1/17/2013 3:36:51 PM 2988 (0x0BAC)
Failed to create an instance of COM progress UI object. Error code 0x80070015 TSManager 1/17/2013 3:36:51 PM 2988 (0x0BAC)

SCCM Tasksequence fails because Windows Updates need multiple restarts

$
0
0

Hello,

my Task sequence fails after installing Windows Updates.

The resason is that some updates Need multiple restarts. (https://support.microsoft.com/kb/2894518?wa=wsignin1.0)

Any one an idea how to solve this issue? I am not confident with the suggested solution:

"To resolve this issue, we recommend that you apply any updates that require dual restarts by using the usual Software Updates feature of Configuration Manager instead of using task sequences"


No mouse cursor during Windows 8.1 OSD

$
0
0

Hi,

I have a problem that is bugging me. Not really a biggie but a frustrating one.

When deploying Windows 8.1 using a MDT 2013 TS from CM12R2 the mouse cursor gets disabled when the OS reboots into minisetup/windows.

As long as the TS is in WinPE all is fine, but once rebooted the cursor goes away and comes back only when the TS completes.

The mouse is enabled as I can fool around with it and find where it is by clicking like a madman until a window gets highlighted.

Deploying different DELL workstations/laptops, all with the same symptom.

BR /T

Use of harlinks and format drive C

$
0
0

Hello:

I am working in a OS Deployment (Moving from XP to 7) using SCCM 2012 R2 and I have a question about a procedure.

It is possible to use harlinks to save the user data and then format partition and format drive C?

Thank you in advance.

Wim Files size in applying images

$
0
0

This is an interesting question, we have 7 different laptop models, each one has a custom image that contain just windows and drivers. But, with a total of 30.6 GB it is a bit consuming for disk space, so I went and made an all-in-one image with each of the laptop models as an index, with compression it went from 30.6 to 9.6 GB.

So my question is this:

A regular custom T440s image is 5.8 GB before I combined them; now when it comes time to install this, will the download of the image be using the all-in-one size, the whole 9.6 GB, or is it just the 5.8 compressed? 

PXE E51 No DHCP or proxy DHCP offers were received

$
0
0
I am using SCCM to deploy OS images to HP workstations. I am not able to PXEboot z620 and z820 workstations. It works fine with z400,z600 and z800. Ip helpers are set. I have also opened up port 4011 on Distribution points.  I get error:

PXE E51 No DHCP or proxy DHCP offers were received

Troubleshooting steps taken:

-Validated that the issue is not with the cable or SCCM by using another client computer(z400,z600,z800)

-Applied z820 network drivers to boot image,

-I tried enabling spanning-tree PortFast on my cisco switch but that did not help.

-Updated BIOS

Any help would be appreciated.


Which System Center Version for XP migration?

$
0
0

Ok late to the game here. Setting up SCCM for the 1st time. Was planning on Server 2012 r2 and SQL 2012 with SP2.

Have a fairly large number of XP clients that wont me migrated to VM that need to remain physical and would like to move to windows 7. I have read a few posts on here about all the headache (possibly due to before CU1 came out?) in using SCCM R2 and ADK 8.1 and XP.

Sooo since I am dealing with an environment that is not currently setup and am trying to set up, should I NOT install System Center 2012 R2 and instead use 2012 SP1 and ADK 8.0 ??? Or should I continue on with R2 and ADK 8.1?

Looking somewhere between 500 and 1000 xp clients to move to w7.

thx

SCCM Images take days to load

$
0
0

We are using SCCM 2012, we have images that we are trying to deploy to Dell Latitude Laptops. When I go to the Onboard NIC and I boot, I am able to select the image. Every single image takes a MINIMUM of 2 days to load. I am very new to SCCM and the environment, so please let me know what other detail I may be missing on and I will try to add and hopefully get a proper answer.

Thank you in advance.

B-


Bryan

Setup Windows and ConfigMgr step doesnt run, shows 'in progress' indefinately

$
0
0

Hi

We have a new SCCM 2012R2 CU3 infrastructure in place and just trying to get OSD working with our existing images, on Dell OptiPlex 980/990 models. I have created a basic task sequence from the wizard and imported our images (windows 7 x64, created with imagex). The task sequence applies the image and drivers, but then doesn't finish the task sequence. Instead, it reboots,  runs the mini setup, reboots twice more and returns to the CTRL ALT DEL prompt. The smsts log shows no errors, and the console just sits there with the client stuck in 'in progress'. There are no ccmsetup logs in C:\Windows, so the setup didn't start. The files are downloaded successfully however. This is on an image that has never had the ConfigMgr client installed, but I have also tried capturing the image with a manual client install and deploying that. When that image starts, the task sequence also doesn't finish and the SMS Agent Host service is disabled.

Below is a list of things I have tried:

removing all unattend.xml files from the win7 image
removing all 3rd party drivers from the win7 image
adding all drivers to the boot image
removing all drivers from the boot image
adding all drivers to the 990 driver package
removing all drivers from the 990 driver package
adding just disk and network drivers to the 990 package
adding chipset drivers to the 990 package
deselecting migrate system time in the task sequence
using the RTM client with the PATCH command switch for the CU3 update
Forcing install onto C drive
deleting boot partition from task sequence and creating single boot partition at 100% space
entering the Win7 Pro KMS key into the task sequence
Using the SMSMP= switch in the client installation properties with the %_SMSTSMDataPath% variable
Using the SMSMP= switch in the client installation properties with the C:\_SMSTS folder
removing the scripts directory from c:\windows\setup from the win7 image
replacing apply driver package step in task sequence with auto apply, limited to 980 category, which only contains nic driver
tried manually installing agent, capturing via task sequence and redeploying

Nothing seems to work. Ive even tried deploying Windows 7 SP1 from the media ISO, this also has the same problem. I have used F8 and open a CMD prompt to verify the machine has an IP and can see its storage in WinPE, so I don't think it is a driver issue. Ive also tried multiple combinations of all drivers versus no drivers in both the boot image and driver package.

I cant upload the log file as we restrict file sharing sites here, but I can paste in certain sections if it helps (the file is over 1MB)

Thanks


Language prompt in OSD phase after first boot

$
0
0
Hello @ all,

following situation:

SCCM 2012 R2 CU3
Windows 7 Embedded Sp1 x64
5 additional Language Packs 


when I deploy an captured Image (LPs included) to a VM, after the first boot into OS, I will be prompted to choose the language.
After selecting the language, the Task Sequence continues. I´m using an unattended file to select the language.

snip start:

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="specialize">
        <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <InputLocale>0407:00000407</InputLocale>
            <SystemLocale>de-DE</SystemLocale>
            <UILanguage>de-DE</UILanguage>
            <UILanguageFallback>en-US</UILanguageFallback>
            <UserLocale>de-DE</UserLocale>
        </component>
        <component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <InputLocale>0407:00000407</InputLocale>
            <SystemLocale>de-DE</SystemLocale>
            <UILanguage>de-DE</UILanguage>
            <UILanguageFallback>en-US</UILanguageFallback>
            <UserLocale>de-DE</UserLocale>
        </component>
    </settings>
    <cpi:offlineImage cpi:source="wim://ps01/library/images/tc-imagex-02.wim#SYSTEM" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>

snip end:

Any ideas?

Thanks a lot!

Tom

BitLocker steps and backing up to AD

$
0
0

Hello all, 

I am running SCCM2012 R2 CU2. Scenario is a new computer (no AD or SCCM objects) in WinPe with UDI. Running TPM Bitlocker. My issue is that the recovery keys are not being backed up to AD when the Enable Bitlocker step occurs in the State Restore group. Manually running manage-bde to backup from within Windows works as expected. Domain is 2008 R2. Laptop is Latitude 7240.

As per the Technote I can confirm all settings and permissions are correct: http://technet.microsoft.com/en-us/library/dd875529(v=WS.10).aspx. I have read various articles here and think that maybe this is similar to my issue, but I'm not sure: https://social.technet.microsoft.com/Forums/en-US/59346b4e-b8c0-4dae-9699-8fdf9ff8f8d0/deploying-bitlocker-w-mdtudi?forum=configmanagerosd. 

I also checked the status before the Enable Bitlocker step was executed and after:

C: (OS DISK) - BEFORE
Size:118.32gb
Bitlocker Version: Windows 7
Conversion Status: Fully Encrypted
Percent Encrypted:100%
Encryption Method: AES 128
Protection Status: Protection Off
Lock Status: Unlocked
I
dentification Field: None
Key Protectors: None Found

C: (OS DISK) - AFTER
Size:118.32gb
Bitlocker Version: Windows 7
Conversion Status: Fully Encrypted
Percent Encrypted:100%
Encryption Method: AES 128
Protection Status: Protection On
Lock Status: Unlocked
I
dentification Field: None
Key Protectors: TPM, Numerical Password

ZTIBde.log Log that might help is attached. Happy to add more...any help gratefully received. Thank you.

ZTIBde.log: 

Property UDI is now =
ZTIBde11/12/2014 11:57:15 AM0 (0x0000)

Microsoft Deployment Toolkit version: 6.2.5019.0ZTIBde11/12/2014 11:57:15 AM0 (0x0000)
The task sequencer log is located at C:\WINDOWS\CCM\Logs\SMSTSLog\SMSTS.LOG.  For task sequence failures, please consult this log.ZTIBde11/12/2014 11:57:15 AM0 (0x0000)
System drive is: C:ZTIBde11/12/2014 11:57:15 AM0 (0x0000)
The deployment method is using ConfigMgr.ZTIBde11/12/2014 11:57:15 AM0 (0x0000)
Property BdeInstallSuppress is now = NOZTIBde11/12/2014 11:57:15 AM0 (0x0000)
This script is not currently running in Windows PE ZTIBde11/12/2014 11:57:15 AM0 (0x0000)
We are running a OS that supports BitLocker ZTIBde11/12/2014 11:57:15 AM0 (0x0000)
OSDBitLockerTargetDrive= , OSDBdeTargetDriveLetter= , sOSDBitLockerTargetDrive= C:ZTIBde11/12/2014 11:57:15 AM0 (0x0000)
About to perform variable rationalization.ZTIBde11/12/2014 11:57:15 AM0 (0x0000)
BitLocker Mode set to: TPMZTIBde11/12/2014 11:57:15 AM0 (0x0000)
Starting search for removable driveZTIBde11/12/2014 11:57:15 AM0 (0x0000)
The search for a USB drive failedZTIBde11/12/2014 11:57:15 AM0 (0x0000)
BitLocker Startup Key Drive Value set to: C: ZTIBde11/12/2014 11:57:15 AM0 (0x0000)
BitLocker Create Recovery P@ssword Status: AD ZTIBde11/12/2014 11:57:15 AM0 (0x0000)
BitLocker Wait For Encryption Status set to: FALSE ZTIBde11/12/2014 11:57:15 AM0 (0x0000)
BitLocker Recovery P@ssword set.ZTIBde11/12/2014 11:57:15 AM0 (0x0000)
The current autorun setting is - ZTIBde11/12/2014 11:57:15 AM0 (0x0000)
Disabling AutorunZTIBde11/12/2014 11:57:15 AM0 (0x0000)
Find the boot drive (if any) [False] [0.0.0.0] [False]ZTIBde11/12/2014 11:57:15 AM0 (0x0000)
New ZTIDisk : \\UKH114414\root\cimv2:Win32_DiskDrive.DeviceID="\\\\.\\PHYSICALDRIVE0"ZTIBde11/12/2014 11:57:15 AM0 (0x0000)
No boot drives found. None.ZTIBde11/12/2014 11:57:15 AM0 (0x0000)
Reverting autorun setting to - 0ZTIBde11/12/2014 11:57:15 AM0 (0x0000)
Setting BDE Drive letter to nothing as we are unable to get the boot drive.ZTIBde11/12/2014 11:57:15 AM0 (0x0000)
Property BdeDriveLetter is now = ZTIBde11/12/2014 11:57:15 AM0 (0x0000)
Running first pass..ZTIBde11/12/2014 11:57:15 AM0 (0x0000)
New ZTIDisk : \\UKH114414\root\cimv2:Win32_DiskDrive.DeviceID="\\\\.\\PHYSICALDRIVE0"ZTIBde11/12/2014 11:57:15 AM0 (0x0000)
   Partition Count: 3ZTIBde11/12/2014 11:57:15 AM0 (0x0000)
ZTIDiskUtility!GetDiskFreeSpace should be deprecated, does not handle avaible space for a new partitionZTIBde11/12/2014 11:57:15 AM0 (0x0000)
New ZTIDisk : \\UKH114414\root\cimv2:Win32_DiskDrive.DeviceID="\\\\.\\PHYSICALDRIVE0"ZTIBde11/12/2014 11:57:15 AM0 (0x0000)
GetPartitions: 3ZTIBde11/12/2014 11:57:15 AM0 (0x0000)
New ZTIDiskPartition : \\UKH114414\root\cimv2:Win32_DiskPartition.DeviceID="Disk #0, Partition #2"    \\UKH114414\root\cimv2:Win32_LogicalDisk.DeviceID="C:"ZTIBde11/12/2014 11:57:15 AM0 (0x0000)
   Free Disk Space: 128ZTIBde11/12/2014 11:57:15 AM0 (0x0000)
Existing Bitlocker: ZTIBde11/12/2014 11:57:15 AM0 (0x0000)
The current autorun setting is - 0ZTIBde11/12/2014 11:57:15 AM0 (0x0000)
Disabling AutorunZTIBde11/12/2014 11:57:15 AM0 (0x0000)
Find the boot drive (if any) [False] [0.0.0.0] [False]ZTIBde11/12/2014 11:57:15 AM0 (0x0000)
New ZTIDisk : \\UKH114414\root\cimv2:Win32_DiskDrive.DeviceID="\\\\.\\PHYSICALDRIVE0"ZTIBde11/12/2014 11:57:15 AM0 (0x0000)
No boot drives found. None.ZTIBde11/12/2014 11:57:15 AM0 (0x0000)
Reverting autorun setting to - 0ZTIBde11/12/2014 11:57:15 AM0 (0x0000)
Existing Boot Drive: 1ZTIBde11/12/2014 11:57:15 AM0 (0x0000)
The current autorun setting is - 0ZTIBde11/12/2014 11:57:15 AM0 (0x0000)
Disabling AutorunZTIBde11/12/2014 11:57:15 AM0 (0x0000)
Find the boot drive (if any) [False] [0.0.0.0] [False]ZTIBde11/12/2014 11:57:15 AM0 (0x0000)
New ZTIDisk : \\UKH114414\root\cimv2:Win32_DiskDrive.DeviceID="\\\\.\\PHYSICALDRIVE0"ZTIBde11/12/2014 11:57:15 AM0 (0x0000)
No boot drives found. None.ZTIBde11/12/2014 11:57:15 AM0 (0x0000)
Reverting autorun setting to - 0ZTIBde11/12/2014 11:57:15 AM0 (0x0000)
Windows has a hidden system partition, no disk actions are necessaryZTIBde11/12/2014 11:57:15 AM0 (0x0000)
Configuring protectors.ZTIBde11/12/2014 11:57:15 AM0 (0x0000)
Success TPM EnabledZTIBde11/12/2014 11:57:15 AM0 (0x0000)
Success TPM Is ActivatedZTIBde11/12/2014 11:57:15 AM0 (0x0000)
Success TPM Is OwnedZTIBde11/12/2014 11:57:15 AM0 (0x0000)
Success TPM Ownership AllowedZTIBde11/12/2014 11:57:15 AM0 (0x0000)
Check for Ensorsement Key Pair Present = 0ZTIBde11/12/2014 11:57:15 AM0 (0x0000)
TpmEnabled: TrueZTIBde11/12/2014 11:57:15 AM0 (0x0000)
TpmActivated: TrueZTIBde11/12/2014 11:57:15 AM0 (0x0000)
TpmOwned: TrueZTIBde11/12/2014 11:57:15 AM0 (0x0000)
TpmOwnershipAllowed: TrueZTIBde11/12/2014 11:57:15 AM0 (0x0000)
EndorsementKeyPairPresent: TrueZTIBde11/12/2014 11:57:15 AM0 (0x0000)
TPM Validation CompleteZTIBde11/12/2014 11:57:15 AM0 (0x0000)
Encryptable Volume Count:2ZTIBde11/12/2014 11:57:15 AM0 (0x0000)
Attempting to bind to: C:ZTIBde11/12/2014 11:57:15 AM0 (0x0000)
Success setting oBdeVol ZTIBde11/12/2014 11:57:15 AM0 (0x0000)
BDE Instance Bind CompleteZTIBde11/12/2014 11:57:15 AM0 (0x0000)
Performing ProtectKeyWithTpm InstallationZTIBde11/12/2014 11:57:15 AM0 (0x0000)
Attempting to enable BitLocker TPMZTIBde11/12/2014 11:57:15 AM0 (0x0000)
Recovery P@ssword being saved to C:\UKH114414-{42A7FC55-DD28-40B8-9C6A-9C3013B75E03}.txtZTIBde11/12/2014 11:57:16 AM0 (0x0000)
Attempting to intiate ProtectKeyWithNumericalP@sswordZTIBde11/12/2014 11:57:16 AM0 (0x0000)
Success protecting Key with numerical p@ssword ZTIBde11/12/2014 11:57:17 AM0 (0x0000)
Attempting to retrieve numerical p@sswordZTIBde11/12/2014 11:57:17 AM0 (0x0000)
Saving numerical p@ssword to file.ZTIBde11/12/2014 11:57:17 AM0 (0x0000)
Success P@ssword Key file writtenZTIBde11/12/2014 11:57:17 AM0 (0x0000)
ProtectKeyWithNumericalP@ssword successZTIBde11/12/2014 11:57:17 AM0 (0x0000)
Begining drive encryptionZTIBde11/12/2014 11:57:17 AM0 (0x0000)
Attempting to start BDE encryptionZTIBde11/12/2014 11:57:17 AM0 (0x0000)
Success starting encryptionZTIBde11/12/2014 11:57:17 AM0 (0x0000)
Enabling protectors.ZTIBde11/12/2014 11:57:17 AM0 (0x0000)
Encryptable Volume Count:2ZTIBde11/12/2014 11:57:17 AM0 (0x0000)
Attempting to bind to: C:ZTIBde11/12/2014 11:57:17 AM0 (0x0000)
Success setting oBdeVol ZTIBde11/12/2014 11:57:17 AM0 (0x0000)
BDE Instance Bind CompleteZTIBde11/12/2014 11:57:17 AM0 (0x0000)
Attempting to enable BDE ProtectorsZTIBde11/12/2014 11:57:17 AM0 (0x0000)
Success enabling protectors.ZTIBde11/12/2014 11:57:18 AM0 (0x0000)
ZTIBde processing completed successfully.ZTIBde11/12/2014 11:57:18 AM0 (0x0000)

Invalid syntax.

$
0
0

Apply device driver package:

Select * from Win32_ComputerSystem where Model like '%HP Z230 SFF WORKSTATION%' or '%HP Z220 SFF WORKSTATION%'

Contains Invalid syntax.

Can someone help with right syntax?

image capture does not start

$
0
0
After completing the wizard and typing in all the information, when I click Finish capture image does not start.  We've found this issue on on HP 8300 and newer models.  We don't see have to have an issue with Dell desktops.  Any help with this issue is  appreciated.

Domain Join Issue during Task Sequence

$
0
0

SCCM 2012 R2 CU3 running Primary Site.

Using SCCM task sequence. Everything works except the machine won't join the domain.

Netsetup.log

12/20/2013 10:17:01:583 NetpDomainJoinLicensingCheck: ulLicenseValue=1, Status: 0x0
12/20/2013 10:17:01:583 NetpGetLsaPrimaryDomain: status: 0x0
12/20/2013 10:17:01:583 NetpMachineValidToJoin: status: 0x0
12/20/2013 10:17:01:583 NetpJoinDomain
12/20/2013 10:17:01:583  Machine: 243WIN7BASETST
12/20/2013 10:17:01:583  Domain: judicial
12/20/2013 10:17:01:583  MachineAccountOU: (NULL)
12/20/2013 10:17:01:583  Account: judicial\pcsetup2
12/20/2013 10:17:01:583  Options: 0x27
12/20/2013 10:17:01:583 NetpLoadParameters: loading registry parameters...
12/20/2013 10:17:01:583 NetpLoadParameters: DNSNameResolutionRequired not found, defaulting to '1' 0x2
12/20/2013 10:17:01:583 NetpLoadParameters: DomainCompatibilityMode not found, defaulting to '0' 0x2
12/20/2013 10:17:01:583 NetpLoadParameters: status: 0x2
12/20/2013 10:17:01:583 NetpValidateName: checking to see if 'judicial' is valid as type 3 name
12/20/2013 10:17:01:692 NetpCheckDomainNameIsValid [ Exists ] for 'judicial' returned 0x0
12/20/2013 10:17:01:692 NetpValidateName: name 'judicial' is valid for type 3
12/20/2013 10:17:01:692 NetpDsGetDcName: trying to find DC in domain 'judicial', flags: 0x40001010
12/20/2013 10:17:16:699 NetpDsGetDcName: failed to find a DC having account '243WIN7BASETST$': 0x525, last error is 0x0
12/20/2013 10:17:16:699 NetpLoadParameters: loading registry parameters...
12/20/2013 10:17:16:699 NetpLoadParameters: DNSNameResolutionRequired not found, defaulting to '1' 0x2
12/20/2013 10:17:16:699 NetpLoadParameters: DomainCompatibilityMode not found, defaulting to '0' 0x2
12/20/2013 10:17:16:699 NetpLoadParameters: status: 0x2
12/20/2013 10:17:16:699 NetpDsGetDcName: status of verifying DNS A record name resolution for 'ATREYU1V-PII.jis.state.ct.us': 0x0
12/20/2013 10:17:16:699 NetpDsGetDcName: found DC '\\ATREYU1V-PII.jis.state.ct.us' in the specified domain
12/20/2013 10:17:16:699 NetpJoinDomainOnDs: NetpDsGetDcName returned: 0x0
12/20/2013 10:17:16:746 NetpJoinDomain: status of connecting to dc '\\ATREYU1V-PII.jis.state.ct.us': 0x0
12/20/2013 10:17:16:746 NetpProvisionComputerAccount:
12/20/2013 10:17:16:746  lpDomain: judicial
12/20/2013 10:17:16:746  lpMachineName: 243WIN7BASETST
12/20/2013 10:17:16:746  lpMachineAccountOU: (NULL)
12/20/2013 10:17:16:746  lpDcName: ATREYU1V-PII.jis.state.ct.us
12/20/2013 10:17:16:746  lpDnsHostName: (NULL)
12/20/2013 10:17:16:746  lpMachinePassword: (null)
12/20/2013 10:17:16:746  lpAccount: judicial\pcsetup2
12/20/2013 10:17:16:746  lpPassword: (non-null)
12/20/2013 10:17:16:746  dwJoinOptions: 0x27
12/20/2013 10:17:16:746  dwOptions: 0x40000003
12/20/2013 10:17:16:746 NetpLdapBind: Verified minimum encryption strength on ATREYU1V-PII.jis.state.ct.us: 0x0
12/20/2013 10:17:16:746 NetpLdapGetLsaPrimaryDomain: reading domain data
12/20/2013 10:17:16:746 NetpGetNCData: Reading NC data
12/20/2013 10:17:16:746 NetpGetDomainData: Lookup domain data for: DC=jis,DC=state,DC=ct,DC=us
12/20/2013 10:17:16:746 NetpGetDomainData: Lookup crossref data for: CN=Partitions,CN=Configuration,DC=jis,DC=state,DC=ct,DC=us
12/20/2013 10:17:16:746 NetpLdapGetLsaPrimaryDomain: result of retrieving domain data: 0x0
12/20/2013 10:17:16:761 NetpGetComputerObjectDn: Cracking DNS domain name jis.state.ct.us/ into Netbios on\\ATREYU1V-PII.jis.state.ct.us
12/20/2013 10:17:16:761 NetpGetComputerObjectDn: Crack results:  name = JUDICIAL\
12/20/2013 10:17:16:761 NetpGetComputerObjectDn: Cracking account name JUDICIAL\243WIN7BASETST$ on\\ATREYU1V-PII.jis.state.ct.us
12/20/2013 10:17:16:761 NetpGetComputerObjectDn: Crack results:  Account does not exist
12/20/2013 10:17:16:761 NetpGetComputerObjectDn: Cracking Netbios domain name JUDICIAL\ into root DN on\\ATREYU1V-PII.jis.state.ct.us
12/20/2013 10:17:16:761 NetpGetComputerObjectDn: Crack results:  name = DC=jis,DC=state,DC=ct,DC=us
12/20/2013 10:17:16:761 NetpGetComputerObjectDn: Got DN CN=243WIN7BASETST,OU=JB New Computers,DC=jis,DC=state,DC=ct,DC=us from the default computer container
12/20/2013 10:17:16:761 NetpModifyComputerObjectInDs: Initial attribute values:
12/20/2013 10:17:16:761   objectClass  =  Computer
12/20/2013 10:17:16:761   SamAccountName  =  243WIN7BASETST$
12/20/2013 10:17:16:761   userAccountControl  =  0x1000
12/20/2013 10:17:16:761   DnsHostName  =  243WIN7BASETST.jis.state.ct.us
12/20/2013 10:17:16:761   ServicePrincipalName  =  HOST/243WIN7BASETST.jis.state.ct.us  RestrictedKrbHost/243WIN7BASETST.jis.state.ct.us  HOST/243WIN7BASETST  RestrictedKrbHost/243WIN7BASETST
12/20/2013 10:17:16:761   unicodePwd  =  <SomePassword>
12/20/2013 10:17:16:761 NetpModifyComputerObjectInDs: Computer Object does not exist in OU
12/20/2013 10:17:16:761 NetpModifyComputerObjectInDs: Attribute values to set:
12/20/2013 10:17:16:761   objectClass  =  Computer
12/20/2013 10:17:16:761   SamAccountName  =  243WIN7BASETST$
12/20/2013 10:17:16:761   userAccountControl  =  0x1000
12/20/2013 10:17:16:761   DnsHostName  =  243WIN7BASETST.jis.state.ct.us
12/20/2013 10:17:16:761   ServicePrincipalName  =  HOST/243WIN7BASETST.jis.state.ct.us  RestrictedKrbHost/243WIN7BASETST.jis.state.ct.us  HOST/243WIN7BASETST  RestrictedKrbHost/243WIN7BASETST
12/20/2013 10:17:16:761   unicodePwd  =  <SomePassword>
12/20/2013 10:17:16:886 NetpEncodeProvisioningBlob: Encoding provisioning data
12/20/2013 10:17:16:886 NetpInitBlobWin7: Constructing blob...
12/20/2013 10:17:16:886 Blob version: 1
12/20/2013 10:17:16:886  lpDomain: judicial
12/20/2013 10:17:16:886  lpMachineName: 243WIN7BASETST
12/20/2013 10:17:16:886  lpMachinePassword: <omitted from log>
12/20/2013 10:17:16:886    DomainDnsPolicy:
12/20/2013 10:17:16:886     Name: JUDICIAL
12/20/2013 10:17:16:886     DnsDomainName: jis.state.ct.us
12/20/2013 10:17:16:886     DnsForestName: jis.state.ct.us
12/20/2013 10:17:16:886     DomainGuid: 8108ed1e-d08f-40a0-8089-598b7f58e1e7
12/20/2013 10:17:16:886     Sid: S-1-5-21-1552756269-800212831-618671499
12/20/2013 10:17:16:886    DcInfo:
12/20/2013 10:17:16:886     DomainControllerName: \\ATREYU1V-PII.jis.state.ct.us
12/20/2013 10:17:16:886     DomainControllerAddress: \\10.16.6.99
12/20/2013 10:17:16:886     DomainControllerAddressType: 1
12/20/2013 10:17:16:886     DomainGuid: 8108ed1e-d08f-40a0-8089-598b7f58e1e7
12/20/2013 10:17:16:886     DomainName: jis.state.ct.us
12/20/2013 10:17:16:886     DnsForestName: jis.state.ct.us
12/20/2013 10:17:16:886     Flags: 0xe00031fc
12/20/2013 10:17:16:886     DcSiteName: Judicial-Data-Centers
12/20/2013 10:17:16:886     ClientSiteName: EHFD-99ERiver
12/20/2013 10:17:16:886  Options: 0x40000003
12/20/2013 10:17:16:886 NetpInitBlobWin7: Blob pickling result: 0
12/20/2013 10:17:16:886 NetpEncodeProvisioningBlob: result: 0x0
12/20/2013 10:17:16:886 ldap_unbind status: 0x0
12/20/2013 10:17:16:886 NetpRequestOfflineDomainJoin:
12/20/2013 10:17:16:886  dwProvisionBinDataSize: 960
12/20/2013 10:17:16:886  JoinOptions: 0x27
12/20/2013 10:17:16:886  Options: 0x40000003
12/20/2013 10:17:16:886  lpWindowsPath: C:\Windows
12/20/2013 10:17:16:886 NetpDecodeProvisioningBlob: Unpickling provisioning blob with size 960 bytes
12/20/2013 10:17:16:886 NetpDecodeProvisioningBlob: Searching 1 blobs for supported ODJ blob, highest supported version: 1
12/20/2013 10:17:16:886 NetpDecodeProvisioningBlob: Found ODJ blob version: 1
12/20/2013 10:17:16:886 NetpDecodeProvisioningBlob: Selected ODJ blob version: 1
12/20/2013 10:17:16:886 Blob version: 1
12/20/2013 10:17:16:886  lpDomain: judicial
12/20/2013 10:17:16:886  lpMachineName: 243WIN7BASETST
12/20/2013 10:17:16:886  lpMachinePassword: <omitted from log>
12/20/2013 10:17:16:886    DomainDnsPolicy:
12/20/2013 10:17:16:886     Name: JUDICIAL
12/20/2013 10:17:16:886     DnsDomainName: jis.state.ct.us
12/20/2013 10:17:16:886     DnsForestName: jis.state.ct.us
12/20/2013 10:17:16:886     DomainGuid: 8108ed1e-d08f-40a0-8089-598b7f58e1e7
12/20/2013 10:17:16:886     Sid: S-1-5-21-1552756269-800212831-618671499
12/20/2013 10:17:16:886    DcInfo:
12/20/2013 10:17:16:886     DomainControllerName: \\ATREYU1V-PII.jis.state.ct.us
12/20/2013 10:17:16:886     DomainControllerAddress: \\10.16.6.99
12/20/2013 10:17:16:886     DomainControllerAddressType: 1
12/20/2013 10:17:16:886     DomainGuid: 8108ed1e-d08f-40a0-8089-598b7f58e1e7
12/20/2013 10:17:16:886     DomainName: jis.state.ct.us
12/20/2013 10:17:16:886     DnsForestName: jis.state.ct.us
12/20/2013 10:17:16:886     Flags: 0xe00031fc
12/20/2013 10:17:16:886     DcSiteName: Judicial-Data-Centers
12/20/2013 10:17:16:886     ClientSiteName: EHFD-99ERiver
12/20/2013 10:17:16:886  Options: 0x40000003
12/20/2013 10:17:16:886 NetpDoInitiateOfflineDomainJoin
12/20/2013 10:17:16:886 NetpDoInitiateOfflineDomainJoin: Setting backup/restore privileges
12/20/2013 10:17:16:902 NetpInitiateOfflineJoin
12/20/2013 10:17:16:902  lpLocalRegistryPath: C:\Windows\system32\config\SYSTEM
12/20/2013 10:17:16:902  dwOptions: 0x40000003
12/20/2013 10:17:16:902 NetpConvertBlobToJoinState: Translating provisioning data to internal format
12/20/2013 10:17:16:902 NetpConvertBlobToJoinState: Selecting version 1
12/20/2013 10:17:16:902 NetpConvertBlobToJoinState: exiting: 0x0
12/20/2013 10:17:16:902 NetpValidateFullJoinState: Validating provisioning data...
12/20/2013 10:17:16:902 NetpValidateFullJoinState: exiting: 0x0
12/20/2013 10:17:16:902 NetpClearFullJoinState:  Removing cached state from the registry...
12/20/2013 10:17:16:902 NetpClearFullJoinState: Status of deleting join state key 0x2
12/20/2013 10:17:16:902 NetpSaveFullJoinStateInternal: Injecting provisioning data into image...
12/20/2013 10:17:16:902 NetpSaveFullJoinStateInternal: exiting: 0x0
12/20/2013 10:17:16:902 NetpSetComputerNamesOffline: Checking for pending name changes...
12/20/2013 10:17:16:902  SetHostName: TRUE
12/20/2013 10:17:16:902  SetDnsDomain: TRUE
12/20/2013 10:17:16:902  SetNetBiosName: TRUE
12/20/2013 10:17:16:902  SetCurrentValues: TRUE
12/20/2013 10:17:16:902 NetpSetComputerNamesOffline: Setting Hostname to 243WIN7BASETST
12/20/2013 10:17:16:902 NetpSetComputerNamesOffline: Setting Domain name to jis.state.ct.us
12/20/2013 10:17:16:902 NetpSetComputerNamesOffline: Setting NetBios computer name to 243WIN7BASETST
12/20/2013 10:17:16:917 NetpDoInitiateOfflineDomainJoin: status: 0x0
12/20/2013 10:17:16:917 NetRequestOfflineDomainJoin: Successfully initiated the offline domain join
12/20/2013 10:17:16:917 NetpJoinDomainOnDs: Setting netlogon cache.
12/20/2013 10:17:16:917 NetpJoinDomainOnDs: status of setting netlogon cache: 0x0
12/20/2013 10:17:16:917 NetpJoinDomainOnDs: Function exits with status of: 0x0
12/20/2013 10:17:16:917 NetpJoinDomainOnDs: status of disconnecting from '\\ATREYU1V-PII.jis.state.ct.us': 0x0
12/20/2013 10:17:16:917 NetpCompleteOfflineDomainJoin
12/20/2013 10:17:16:917  fBootTimeCaller: FALSE
12/20/2013 10:17:16:917  fSetLocalGroups: TRUE
12/20/2013 10:17:16:917 NetpLsaOpenSecret: status: 0xc0000034
12/20/2013 10:17:16:917 NetpGetLsaPrimaryDomain: status: 0x0
12/20/2013 10:17:16:917 NetpJoinDomainLocal: NetpHandleJoinedStateInfo returned: 0x0
12/20/2013 10:17:16:917 NetpLsaOpenSecret: status: 0xc0000034
12/20/2013 10:17:17:292 NetpJoinDomainLocal: NetpManageMachineSecret returned: 0x0.
12/20/2013 10:17:17:292 Calling NetpQueryService to get Netlogon service state.
12/20/2013 10:17:17:292 NetpJoinDomainLocal: NetpQueryService returned: 0x0.
12/20/2013 10:17:17:417 NetpSetLsaPrimaryDomain: for 'JUDICIAL' status: 0x0
12/20/2013 10:17:17:417 NetpJoinDomainLocal: status of setting LSA pri. domain: 0x0
12/20/2013 10:17:17:417 NetpManageLocalGroupsForJoin: Adding groups for new domain, removing groups from old domain, if any.
12/20/2013 10:17:17:417 NetpManageLocalGroups: Populating list of account SIDs.
12/20/2013 10:17:17:760 [000004ec] NetpGetLsaPrimaryDomain: status: 0x0
12/20/2013 10:17:17:791 NetpManageLocalGroupsForJoin: status of modifying groups related to domain 'JUDICIAL' to local groups: 0x0
12/20/2013 10:17:17:791 NetpManageLocalGroupsForJoin: INFO: No old domain groups to process.
12/20/2013 10:17:17:791 NetpJoinDomainLocal: Status of managing local groups: 0x0
12/20/2013 10:17:18:275 [00000164] NetpGetLsaPrimaryDomain: status: 0x0
12/20/2013 10:17:18:665 NetpJoinDomainLocal: status of setting ComputerNamePhysicalDnsDomain to 'jis.state.ct.us': 0x0
12/20/2013 10:17:18:665 NetpJoinDomainLocal: Controlling services and setting service start type.
12/20/2013 10:17:18:665 NetpJoinDomainLocal: Updating W32TimeConfig
12/20/2013 10:17:18:743 NetpUpdateW32timeConfig: 0x0
12/20/2013 10:17:18:743 NetpClearFullJoinState:  Removing cached state from the registry...
12/20/2013 10:17:18:743 NetpClearFullJoinState: Status of deleting join state key 0x0
12/20/2013 10:17:18:743 NetpCompleteOfflineDomainJoin: status: 0x0
12/20/2013 10:17:18:743 NetpJoinDomain: NetpCompleteOfflineDomainJoin SUCCESS: Requested a reboot :0x0
12/20/2013 10:17:18:743 NetpDoDomainJoin: status: 0x0
12/20/2013 10:17:21:953 -----------------------------------------------------------------
12/20/2013 10:17:21:953 NetpChangeMachineName: from '243WIN7BASETST' to '243WIN7BASEtst' using 'judicial\pcsetup2' [0x1000]
12/20/2013 10:17:21:953 NetpDsGetDcName: trying to find DC in domain 'JUDICIAL', flags: 0x1010
12/20/2013 10:17:21:953 NetpDsGetDcName: found DC '\\ATREYU1V-PII' in the specified domain
12/20/2013 10:17:21:953 NetpGetLsaPrimaryDomain: status: 0x0
12/20/2013 10:17:21:953 NetpGetDnsHostName: Read NV Domain: jis.state.ct.us
12/20/2013 10:17:21:969 NetpGetComputerObjectDn: Cracking account name JUDICIAL\243WIN7BASETST$ on\\ATREYU1V-PII
12/20/2013 10:17:21:969 NetpGetComputerObjectDn: Crack results:  (Account already exists) DN = CN=243WIN7BASETST,OU=JB New Computers,DC=jis,DC=state,DC=ct,DC=us
12/20/2013 10:17:21:969 NetpModifyComputerObjectInDs: Initial attribute values:
12/20/2013 10:17:21:969   DnsHostName  =  243WIN7BASEtst.jis.state.ct.us
12/20/2013 10:17:21:969   ServicePrincipalName  =  HOST/243WIN7BASEtst.jis.state.ct.us  RestrictedKrbHost/243WIN7BASEtst.jis.state.ct.us  HOST/243WIN7BASETST  RestrictedKrbHost/243WIN7BASETST
12/20/2013 10:17:21:985 NetpModifyComputerObjectInDs: Computer Object already exists in OU:
12/20/2013 10:17:21:985   DnsHostName  =  243WIN7BASETST.jis.state.ct.us
12/20/2013 10:17:21:985   ServicePrincipalName  =  RestrictedKrbHost/243WIN7BASETST  HOST/243WIN7BASETST  RestrictedKrbHost/243WIN7BASETST.jis.state.ct.us  HOST/243WIN7BASETST.jis.state.ct.us
12/20/2013 10:17:21:985 NetpModifyComputerObjectInDs: There are _NO_ modifications to do
12/20/2013 10:17:21:985 ldap_unbind status: 0x0
12/20/2013 10:17:21:985 NetpChangeMachineName: status of setting DnsHostName and SPN: 0x0
12/20/2013 13:30:34:370 -----------------------------------------------------------------
12/20/2013 13:30:34:440 NetpValidateName: checking to see if '243WIN7BASETST' is valid as type 1 name
12/20/2013 13:30:34:460 NetpCheckNetBiosNameNotInUse for '243WIN7BASETST' [MACHINE] returned 0x0
12/20/2013 13:30:34:460 NetpValidateName: name '243WIN7BASETST' is valid for type 1
12/20/2013 13:30:34:553 -----------------------------------------------------------------
12/20/2013 13:30:34:553 NetpValidateName: checking to see if '243WIN7BASEtst.jis.state.ct.us' is valid as type 5 name
12/20/2013 13:30:34:553 NetpValidateName: name '243WIN7BASEtst.jis.state.ct.us' is valid for type 5
12/20/2013 13:30:34:569 -----------------------------------------------------------------
12/20/2013 13:30:34:569 NetpValidateName: checking to see if 'JIS' is valid as type 2 name
12/20/2013 13:30:34:569 NetpCheckNetBiosNameNotInUse for 'JIS' [ Workgroup as MACHINE]  returned 0x0
12/20/2013 13:30:34:569 NetpValidateName: name 'JIS' is valid for type 2
12/20/2013 13:30:34:585 -----------------------------------------------------------------
12/20/2013 13:30:34:585 NetpUnJoinDomain: unjoin from 'JUDICIAL' using '(null)' creds, options: 0x4
12/20/2013 13:30:34:585  OS Version: 6.1
12/20/2013 13:30:34:585  Build number: 7601 (7601.win7sp1_rtm.101119-1850)
12/20/2013 13:30:34:585  ServicePack: Service Pack 1
12/20/2013 13:30:34:585  SKU: Windows 7 Professional
12/20/2013 13:30:34:585 NetpUnJoinDomain: status of getting computer name: 0x0
12/20/2013 13:30:34:585 NetpApplyJoinState: actions: 0x2b805a
12/20/2013 13:30:34:585 NetpDsGetDcName: trying to find DC in domain 'JUDICIAL', flags: 0x1010
12/20/2013 13:30:34:694 NetpDsGetDcName: found DC '\\ATREYU1V-PII' in the specified domain
12/20/2013 13:30:34:819 NetUseAdd to \\ATREYU1V-PII\IPC$ returned 1326
12/20/2013 13:30:34:819 Trying add to  \\ATREYU1V-PII\IPC$ using NULL Session
12/20/2013 13:30:34:850 NetpApplyJoinState: status of connecting to dc '\\ATREYU1V-PII': 0x0
12/20/2013 13:30:36:113 NetpApplyJoinState: status of stopping and setting start type of Netlogon to 16: 0x0
12/20/2013 13:30:36:145 NetpApplyJoinState: NON FATAL: status of removing DNS registrations: 0x0
12/20/2013 13:30:36:145 NetpGetLsaPrimaryDomain: status: 0x0
12/20/2013 13:30:36:145 NetpLsaOpenSecret: status: 0x0
12/20/2013 13:30:36:145 NetpLsaOpenSecret: status: 0x0
12/20/2013 13:30:36:410 SamOpenUser on 48956 failed with 0xc0000022
12/20/2013 13:30:36:410 NetpManageMachineAccountWithSid: status of disabling account '243WIN7BASETST$' on '\\ATREYU1V-PII': 0x5
12/20/2013 13:30:36:410 NetpApplyJoinState: status of disabling account: 0x5
12/20/2013 13:30:36:410 NetpApplyJoinState: initiating a rollback due to earlier errors
12/20/2013 13:30:36:410 NetpApplyJoinState: actions: 0x440210
12/20/2013 13:30:36:410 NetpDsGetDcName: trying to find DC in domain '(null)', flags: 0x1020
12/20/2013 13:30:36:425 NetpDsGetDcName: found DC '\\ATREYU1V-PII.jis.state.ct.us' in the specified domain
12/20/2013 13:30:36:441 NetUseAdd to \\ATREYU1V-PII.jis.state.ct.us\IPC$ returned 1326
12/20/2013 13:30:36:441 Trying add to  \\ATREYU1V-PII.jis.state.ct.us\IPC$ using NULL Session
12/20/2013 13:30:36:441 NetpApplyJoinState: status of connecting to dc '\\ATREYU1V-PII.jis.state.ct.us': 0x0
12/20/2013 13:30:36:441 NetpGetLsaPrimaryDomain: status: 0x0
12/20/2013 13:30:36:441 NetpLsaOpenSecret: status: 0xc0000034
12/20/2013 13:30:36:675 NetpSetMachineAccountPassword: NetUserSetInfo (level 1003) on '\\ATREYU1V-PII.jis.state.ct.us' for '243WIN7BASETST$' failed: 0x5
12/20/2013 13:30:36:675 NetpApplyJoinState: status of setting machine password: 0x5
12/20/2013 13:30:36:956 NetpApplyJoinState: status of starting and setting start type of Netlogon to 4: 0x0
12/20/2013 13:30:36:956 NetpApplyJoinState: NON FATAL: status of adding DNS registrations: 0x0
12/20/2013 13:30:36:956 NetpApplyJoinState: status of disconnecting from '\\ATREYU1V-PII.jis.state.ct.us': 0x0
12/20/2013 13:30:36:956 NetpApplyJoinState: status of disconnecting from '\\ATREYU1V-PII': 0x0
12/20/2013 13:30:36:956 NetpUnJoinDomain: status: 0x5
12/20/2013 13:30:41:886 -----------------------------------------------------------------
12/20/2013 13:30:41:886 NetpUnJoinDomain: unjoin from 'JUDICIAL' using 'jis.state.ct.us\a' creds, options: 0x4
12/20/2013 13:30:41:886  OS Version: 6.1
12/20/2013 13:30:41:886  Build number: 7601 (7601.win7sp1_rtm.101119-1850)
12/20/2013 13:30:41:886  ServicePack: Service Pack 1
12/20/2013 13:30:41:886  SKU: Windows 7 Professional
12/20/2013 13:30:41:886 NetpUnJoinDomain: status of getting computer name: 0x0
12/20/2013 13:30:41:886 NetpApplyJoinState: actions: 0x2b805a
12/20/2013 13:30:41:886 NetpDsGetDcName: trying to find DC in domain 'JUDICIAL', flags: 0x1010
12/20/2013 13:30:41:886 NetpDsGetDcName: found DC '\\ATREYU1V-PII' in the specified domain
12/20/2013 13:30:44:974 NetUseAdd to \\ATREYU1V-PII\IPC$ returned 1326
12/20/2013 13:30:44:974 Trying add to  \\ATREYU1V-PII\IPC$ using NULL Session
12/20/2013 13:30:44:990 NetpApplyJoinState: status of connecting to dc '\\ATREYU1V-PII': 0x0
12/20/2013 13:30:46:301 NetpApplyJoinState: status of stopping and setting start type of Netlogon to 16: 0x0
12/20/2013 13:30:46:301 NetpApplyJoinState: NON FATAL: status of removing DNS registrations: 0x0
12/20/2013 13:30:46:301 NetpGetLsaPrimaryDomain: status: 0x0
12/20/2013 13:30:46:301 NetpLsaOpenSecret: status: 0x0
12/20/2013 13:30:46:301 NetpLsaOpenSecret: status: 0x0
12/20/2013 13:30:46:394 SamOpenUser on 48956 failed with 0xc0000022
12/20/2013 13:30:46:394 NetpManageMachineAccountWithSid: status of disabling account '243WIN7BASETST$' on '\\ATREYU1V-PII': 0x5
12/20/2013 13:30:46:394 NetpApplyJoinState: status of disabling account: 0x5
12/20/2013 13:30:46:394 NetpApplyJoinState: initiating a rollback due to earlier errors
12/20/2013 13:30:46:394 NetpApplyJoinState: actions: 0x440210
12/20/2013 13:30:46:394 NetpDsGetDcName: trying to find DC in domain '(null)', flags: 0x1020
12/20/2013 13:30:46:410 NetpDsGetDcName: found DC '\\ATREYU1V-PII.jis.state.ct.us' in the specified domain
12/20/2013 13:30:46:425 NetUseAdd to \\ATREYU1V-PII.jis.state.ct.us\IPC$ returned 1326
12/20/2013 13:30:46:425 Trying add to  \\ATREYU1V-PII.jis.state.ct.us\IPC$ using NULL Session
12/20/2013 13:30:46:425 NetpApplyJoinState: status of connecting to dc '\\ATREYU1V-PII.jis.state.ct.us': 0x0
12/20/2013 13:30:46:425 NetpGetLsaPrimaryDomain: status: 0x0
12/20/2013 13:30:46:425 NetpLsaOpenSecret: status: 0xc0000034
12/20/2013 13:30:46:659 NetpSetMachineAccountPassword: NetUserSetInfo (level 1003) on '\\ATREYU1V-PII.jis.state.ct.us' for '243WIN7BASETST$' failed: 0x5
12/20/2013 13:30:46:659 NetpApplyJoinState: status of setting machine password: 0x5
12/20/2013 13:30:46:815 NetpApplyJoinState: status of starting and setting start type of Netlogon to 4: 0x0
12/20/2013 13:30:46:815 NetpApplyJoinState: NON FATAL: status of adding DNS registrations: 0x0
12/20/2013 13:30:46:815 NetpApplyJoinState: status of disconnecting from '\\ATREYU1V-PII.jis.state.ct.us': 0x0
12/20/2013 13:30:46:815 NetpApplyJoinState: status of disconnecting from '\\ATREYU1V-PII': 0x0
12/20/2013 13:30:46:815 NetpUnJoinDomain: status: 0x5
12/20/2013 13:30:46:831 -----------------------------------------------------------------
12/20/2013 13:30:46:831 NetpUnJoinDomain: unjoin from 'JUDICIAL' using 'jis.state.ct.us\a' creds, options: 0x0
12/20/2013 13:30:46:831  OS Version: 6.1
12/20/2013 13:30:46:831  Build number: 7601 (7601.win7sp1_rtm.101119-1850)
12/20/2013 13:30:46:831  ServicePack: Service Pack 1
12/20/2013 13:30:46:831  SKU: Windows 7 Professional
12/20/2013 13:30:46:831 NetpUnJoinDomain: status of getting computer name: 0x0
12/20/2013 13:30:46:831 NetpApplyJoinState: actions: 0x2b005a
12/20/2013 13:30:47:096 [000009d8] NetpGetLsaPrimaryDomain: status: 0x0
12/20/2013 13:30:47:611 [000004e8] NetpGetLsaPrimaryDomain: status: 0x0
12/20/2013 13:30:48:173 NetpApplyJoinState: status of stopping and setting start type of Netlogon to 16: 0x0
12/20/2013 13:30:48:173 NetpApplyJoinState: NON FATAL: status of removing DNS registrations: 0x0
12/20/2013 13:30:48:173 NetpGetLsaPrimaryDomain: status: 0x0
12/20/2013 13:30:48:173 NetpLsaOpenSecret: status: 0x0
12/20/2013 13:30:48:173 NetpLsaOpenSecret: status: 0x0
12/20/2013 13:30:48:391 NetpSetLsaPrimaryDomain: for 'JUDICIAL' status: 0x0
12/20/2013 13:30:48:391 NetpApplyJoinState: status of setting LSA pri. domain: 0x0
12/20/2013 13:30:48:625 NetpApplyJoinState: status of clearing ComputerNamePhysicalDnsDomain: 0x0
12/20/2013 13:30:48:625 NetpManageLocalGroups: Populating list of account SIDs.
12/20/2013 13:30:48:858 [000004e8] NetpGetLsaPrimaryDomain: status: 0x0
12/20/2013 13:30:48:889 NetpApplyJoinState: status of removing from local groups: 0x0
12/20/2013 13:30:48:889 NetpUpdateW32timeConfig: 0x0
12/20/2013 13:30:48:905 NetpUnJoinDomain: status: 0x0
12/20/2013 13:30:48:936 -----------------------------------------------------------------
12/20/2013 13:30:48:936 NetpDoDomainJoin
12/20/2013 13:30:48:936 NetpMachineValidToJoin: '243WIN7BASETST'
12/20/2013 13:30:48:936  OS Version: 6.1
12/20/2013 13:30:48:936  Build number: 7601 (7601.win7sp1_rtm.101119-1850)
12/20/2013 13:30:48:936  ServicePack: Service Pack 1
12/20/2013 13:30:48:952  SKU: Windows 7 Professional
12/20/2013 13:30:48:952 NetpGetLsaPrimaryDomain: status: 0x0
12/20/2013 13:30:48:952 NetpMachineValidToJoin: status: 0x0
12/20/2013 13:30:48:952 NetpJoinWorkgroup: joining computer '243WIN7BASETST' to workgroup 'JIS'
12/20/2013 13:30:48:952 NetpValidateName: checking to see if 'JIS' is valid as type 2 name
12/20/2013 13:30:48:952 NetpCheckNetBiosNameNotInUse for 'JIS' [ Workgroup as MACHINE]  returned 0x0
12/20/2013 13:30:48:952 NetpValidateName: name 'JIS' is valid for type 2
12/20/2013 13:30:49:077 NetpSetLsaPrimaryDomain: for 'JIS' status: 0x0
12/20/2013 13:30:49:295 NetpJoinWorkgroup: status:  0x0
12/20/2013 13:30:49:295 NetpDoDomainJoin: status: 0x0
12/20/2013 13:39:24:681 -----------------------------------------------------------------
12/20/2013 13:39:24:697 NetpValidateName: checking to see if 'WIN7SP1BASE' is valid as type 1 name
12/20/2013 13:39:24:728 NetpCheckNetBiosNameNotInUse for 'WIN7SP1BASE' [MACHINE] returned 0x0
12/20/2013 13:39:24:728 NetpValidateName: name 'WIN7SP1BASE' is valid for type 1
12/20/2013 13:39:24:775 -----------------------------------------------------------------
12/20/2013 13:39:24:775 NetpValidateName: checking to see if 'WIN7SP1BASE' is valid as type 5 name
12/20/2013 13:39:24:775 NetpValidateName: name 'WIN7SP1BASE' is valid for type 5
12/20/2013 14:22:43:445 -----------------------------------------------------------------
12/20/2013 14:22:43:445 NetpValidateName: checking to see if '243WIN7BASETST' is valid as type 1 name
12/20/2013 14:22:43:445 NetpCheckNetBiosNameNotInUse for '243WIN7BASETST' [MACHINE] returned 0x0
12/20/2013 14:22:43:445 NetpValidateName: name '243WIN7BASETST' is valid for type 1
12/20/2013 14:22:43:508 -----------------------------------------------------------------
12/20/2013 14:22:43:508 NetpValidateName: checking to see if '243WIN7BASEtst' is valid as type 5 name
12/20/2013 14:22:43:508 NetpValidateName: name '243WIN7BASEtst' is valid for type 5
12/20/2013 14:26:14:548 -----------------------------------------------------------------
12/20/2013 14:26:14:548 NetpValidateName: checking to see if '243WIN7BASETST' is valid as type 1 name
12/20/2013 14:26:14:548 NetpCheckNetBiosNameNotInUse for '243WIN7BASETST' [MACHINE] returned 0x0
12/20/2013 14:26:14:548 NetpValidateName: name '243WIN7BASETST' is valid for type 1
12/20/2013 14:26:14:595 -----------------------------------------------------------------
12/20/2013 14:26:14:595 NetpValidateName: checking to see if '243WIN7BASEtst' is valid as type 5 name
12/20/2013 14:26:14:595 NetpValidateName: name '243WIN7BASEtst' is valid for type 5
12/20/2013 14:26:14:626 -----------------------------------------------------------------
12/20/2013 14:26:14:626 NetpValidateName: checking to see if 'judicial' is valid as type 3 name
12/20/2013 14:26:14:751 NetpCheckDomainNameIsValid [ Exists ] for 'judicial' returned 0x0
12/20/2013 14:26:14:751 NetpValidateName: name 'judicial' is valid for type 3
12/20/2013 14:26:25:156 -----------------------------------------------------------------
12/20/2013 14:26:25:156 NetpDoDomainJoin
12/20/2013 14:26:25:156 NetpMachineValidToJoin: '243WIN7BASETST'
12/20/2013 14:26:25:156  OS Version: 6.1
12/20/2013 14:26:25:156  Build number: 7601 (7601.win7sp1_rtm.101119-1850)
12/20/2013 14:26:25:156  ServicePack: Service Pack 1
12/20/2013 14:26:25:156  SKU: Windows 7 Professional
12/20/2013 14:26:25:156 NetpDomainJoinLicensingCheck: ulLicenseValue=1, Status: 0x0
12/20/2013 14:26:25:156 NetpGetLsaPrimaryDomain: status: 0x0
12/20/2013 14:26:25:156 NetpMachineValidToJoin: status: 0x0
12/20/2013 14:26:25:156 NetpJoinDomain
12/20/2013 14:26:25:156  Machine: 243WIN7BASETST
12/20/2013 14:26:25:156  Domain: judicial
12/20/2013 14:26:25:156  MachineAccountOU: (NULL)
12/20/2013 14:26:25:156  Account: judicial\pcsetup2
12/20/2013 14:26:25:156  Options: 0x25
12/20/2013 14:26:25:156 NetpLoadParameters: loading registry parameters...
12/20/2013 14:26:25:156 NetpLoadParameters: DNSNameResolutionRequired not found, defaulting to '1' 0x2
12/20/2013 14:26:25:156 NetpLoadParameters: DomainCompatibilityMode not found, defaulting to '0' 0x2
12/20/2013 14:26:25:156 NetpLoadParameters: status: 0x2
12/20/2013 14:26:25:156 NetpValidateName: checking to see if 'judicial' is valid as type 3 name
12/20/2013 14:26:25:265 NetpCheckDomainNameIsValid [ Exists ] for 'judicial' returned 0x0
12/20/2013 14:26:25:265 NetpValidateName: name 'judicial' is valid for type 3
12/20/2013 14:26:25:265 NetpDsGetDcName: trying to find DC in domain 'judicial', flags: 0x40001010
12/20/2013 14:26:25:374 NetpLoadParameters: loading registry parameters...
12/20/2013 14:26:25:374 NetpLoadParameters: DNSNameResolutionRequired not found, defaulting to '1' 0x2
12/20/2013 14:26:25:374 NetpLoadParameters: DomainCompatibilityMode not found, defaulting to '0' 0x2
12/20/2013 14:26:25:374 NetpLoadParameters: status: 0x2
12/20/2013 14:26:25:374 NetpDsGetDcName: status of verifying DNS A record name resolution for 'Wabash00-PII.jis.state.ct.us': 0x0
12/20/2013 14:26:25:374 NetpDsGetDcName: found DC '\\Wabash00-PII.jis.state.ct.us' in the specified domain
12/20/2013 14:26:25:374 NetpJoinDomainOnDs: NetpDsGetDcName returned: 0x0
12/20/2013 14:26:25:608 NetpJoinDomain: status of connecting to dc '\\Wabash00-PII.jis.state.ct.us': 0x0
12/20/2013 14:26:25:608 NetpProvisionComputerAccount:
12/20/2013 14:26:25:608  lpDomain: judicial
12/20/2013 14:26:25:608  lpMachineName: 243WIN7BASETST
12/20/2013 14:26:25:608  lpMachineAccountOU: (NULL)
12/20/2013 14:26:25:608  lpDcName: Wabash00-PII.jis.state.ct.us
12/20/2013 14:26:25:608  lpDnsHostName: (NULL)
12/20/2013 14:26:25:608  lpMachinePassword: (null)
12/20/2013 14:26:25:608  lpAccount: judicial\pcsetup2
12/20/2013 14:26:25:608  lpPassword: (non-null)
12/20/2013 14:26:25:608  dwJoinOptions: 0x25
12/20/2013 14:26:25:608  dwOptions: 0x40000003
12/20/2013 14:26:25:749 NetpLdapBind: Verified minimum encryption strength on Wabash00-PII.jis.state.ct.us: 0x0
12/20/2013 14:26:25:749 NetpLdapGetLsaPrimaryDomain: reading domain data
12/20/2013 14:26:25:749 NetpGetNCData: Reading NC data
12/20/2013 14:26:25:764 NetpGetDomainData: Lookup domain data for: DC=jis,DC=state,DC=ct,DC=us
12/20/2013 14:26:25:764 NetpGetDomainData: Lookup crossref data for: CN=Partitions,CN=Configuration,DC=jis,DC=state,DC=ct,DC=us
12/20/2013 14:26:25:764 NetpLdapGetLsaPrimaryDomain: result of retrieving domain data: 0x0
12/20/2013 14:26:25:780 NetpGetComputerObjectDn: Cracking DNS domain name jis.state.ct.us/ into Netbios on\\Wabash00-PII.jis.state.ct.us
12/20/2013 14:26:25:780 NetpGetComputerObjectDn: Crack results:  name = JUDICIAL\
12/20/2013 14:26:25:780 NetpGetComputerObjectDn: Cracking account name JUDICIAL\243WIN7BASETST$ on\\Wabash00-PII.jis.state.ct.us
12/20/2013 14:26:25:796 NetpGetComputerObjectDn: Crack results:  (Account already exists) DN = CN=243WIN7BASETST,OU=JB New Computers,DC=jis,DC=state,DC=ct,DC=us
12/20/2013 14:26:25:796 NetpModifyComputerObjectInDs: Initial attribute values:
12/20/2013 14:26:25:796   objectClass  =  Computer
12/20/2013 14:26:25:796   SamAccountName  =  243WIN7BASETST$
12/20/2013 14:26:25:796   userAccountControl  =  0x1000
12/20/2013 14:26:25:796   DnsHostName  =  243WIN7BASETST.jis.state.ct.us
12/20/2013 14:26:25:796   ServicePrincipalName  =  HOST/243WIN7BASETST.jis.state.ct.us  RestrictedKrbHost/243WIN7BASETST.jis.state.ct.us  HOST/243WIN7BASETST  RestrictedKrbHost/243WIN7BASETST
12/20/2013 14:26:25:796   unicodePwd  =  <SomePassword>
12/20/2013 14:26:25:796 NetpModifyComputerObjectInDs: Computer Object already exists in OU:
12/20/2013 14:26:25:796   objectClass  =  top  person  organizationalPerson  user  computer
12/20/2013 14:26:25:796   SamAccountName  =  243WIN7BASETST$
12/20/2013 14:26:25:796   userAccountControl  =  0x1000
12/20/2013 14:26:25:796   DnsHostName  =  243WIN7BASETST.jis.state.ct.us
12/20/2013 14:26:25:796   ServicePrincipalName  =  TERMSRV/243WIN7BASETST  TERMSRV/243WIN7BASEtst.jis.state.ct.us  RestrictedKrbHost/243WIN7BASETST  HOST/243WIN7BASETST  RestrictedKrbHost/243WIN7BASETST.jis.state.ct.us  HOST/243WIN7BASETST.jis.state.ct.us
12/20/2013 14:26:25:796   unicodePwd  =  Account exists, resetting password: <SomePassword>
12/20/2013 14:26:25:796 NetpModifyComputerObjectInDs: Attribute values to set:
12/20/2013 14:26:25:796   unicodePwd  =  <SomePassword>
12/20/2013 14:26:25:967 NetpModifyComputerObjectInDs: Toggled UserAccountControl successfully
12/20/2013 14:26:25:967 NetpEncodeProvisioningBlob: Encoding provisioning data
12/20/2013 14:26:25:967 NetpInitBlobWin7: Constructing blob...
12/20/2013 14:26:25:967 Blob version: 1
12/20/2013 14:26:25:967  lpDomain: judicial
12/20/2013 14:26:25:967  lpMachineName: 243WIN7BASETST
12/20/2013 14:26:25:967  lpMachinePassword: <omitted from log>
12/20/2013 14:26:25:967    DomainDnsPolicy:
12/20/2013 14:26:25:967     Name: JUDICIAL
12/20/2013 14:26:25:967     DnsDomainName: jis.state.ct.us
12/20/2013 14:26:25:967     DnsForestName: jis.state.ct.us
12/20/2013 14:26:25:967     DomainGuid: 8108ed1e-d08f-40a0-8089-598b7f58e1e7
12/20/2013 14:26:25:967     Sid: S-1-5-21-1552756269-800212831-618671499
12/20/2013 14:26:25:967    DcInfo:
12/20/2013 14:26:25:967     DomainControllerName: \\Wabash00-PII.jis.state.ct.us
12/20/2013 14:26:25:967     DomainControllerAddress: \\10.16.8.100
12/20/2013 14:26:25:967     DomainControllerAddressType: 1
12/20/2013 14:26:25:967     DomainGuid: 8108ed1e-d08f-40a0-8089-598b7f58e1e7
12/20/2013 14:26:25:967     DomainName: jis.state.ct.us
12/20/2013 14:26:25:967     DnsForestName: jis.state.ct.us
12/20/2013 14:26:25:967     Flags: 0xe00033fc
12/20/2013 14:26:25:967     DcSiteName: Judicial-Data-Centers
12/20/2013 14:26:25:967     ClientSiteName: EHFD-99ERiver
12/20/2013 14:26:25:983  Options: 0x40000003
12/20/2013 14:26:25:983 NetpInitBlobWin7: Blob pickling result: 0
12/20/2013 14:26:25:983 NetpEncodeProvisioningBlob: result: 0x0
12/20/2013 14:26:25:983 ldap_unbind status: 0x0
12/20/2013 14:26:25:983 NetpRequestOfflineDomainJoin:
12/20/2013 14:26:25:983  dwProvisionBinDataSize: 960
12/20/2013 14:26:25:983  JoinOptions: 0x25
12/20/2013 14:26:25:983  Options: 0x40000003
12/20/2013 14:26:25:983  lpWindowsPath: C:\Windows
12/20/2013 14:26:25:983 NetpDecodeProvisioningBlob: Unpickling provisioning blob with size 960 bytes
12/20/2013 14:26:25:983 NetpDecodeProvisioningBlob: Searching 1 blobs for supported ODJ blob, highest supported version: 1
12/20/2013 14:26:25:983 NetpDecodeProvisioningBlob: Found ODJ blob version: 1
12/20/2013 14:26:25:983 NetpDecodeProvisioningBlob: Selected ODJ blob version: 1
12/20/2013 14:26:25:983 Blob version: 1
12/20/2013 14:26:25:983  lpDomain: judicial
12/20/2013 14:26:25:983  lpMachineName: 243WIN7BASETST
12/20/2013 14:26:25:983  lpMachinePassword: <omitted from log>
12/20/2013 14:26:25:983    DomainDnsPolicy:
12/20/2013 14:26:25:983     Name: JUDICIAL
12/20/2013 14:26:25:983     DnsDomainName: jis.state.ct.us
12/20/2013 14:26:25:983     DnsForestName: jis.state.ct.us
12/20/2013 14:26:25:983     DomainGuid: 8108ed1e-d08f-40a0-8089-598b7f58e1e7
12/20/2013 14:26:25:983     Sid: S-1-5-21-1552756269-800212831-618671499
12/20/2013 14:26:25:983    DcInfo:
12/20/2013 14:26:25:983     DomainControllerName: \\Wabash00-PII.jis.state.ct.us
12/20/2013 14:26:25:983     DomainControllerAddress: \\10.16.8.100
12/20/2013 14:26:25:983     DomainControllerAddressType: 1
12/20/2013 14:26:25:983     DomainGuid: 8108ed1e-d08f-40a0-8089-598b7f58e1e7
12/20/2013 14:26:25:983     DomainName: jis.state.ct.us
12/20/2013 14:26:25:983     DnsForestName: jis.state.ct.us
12/20/2013 14:26:25:983     Flags: 0xe00033fc
12/20/2013 14:26:25:983     DcSiteName: Judicial-Data-Centers
12/20/2013 14:26:25:983     ClientSiteName: EHFD-99ERiver
12/20/2013 14:26:25:983  Options: 0x40000003
12/20/2013 14:26:25:983 NetpDoInitiateOfflineDomainJoin
12/20/2013 14:26:25:983 NetpDoInitiateOfflineDomainJoin: Setting backup/restore privileges
12/20/2013 14:26:25:983 NetpInitiateOfflineJoin
12/20/2013 14:26:25:983  lpLocalRegistryPath: C:\Windows\system32\config\SYSTEM
12/20/2013 14:26:25:983  dwOptions: 0x40000003
12/20/2013 14:26:25:983 NetpConvertBlobToJoinState: Translating provisioning data to internal format
12/20/2013 14:26:25:983 NetpConvertBlobToJoinState: Selecting version 1
12/20/2013 14:26:25:983 NetpConvertBlobToJoinState: exiting: 0x0
12/20/2013 14:26:25:983 NetpValidateFullJoinState: Validating provisioning data...
12/20/2013 14:26:25:983 NetpValidateFullJoinState: exiting: 0x0
12/20/2013 14:26:25:983 NetpClearFullJoinState:  Removing cached state from the registry...
12/20/2013 14:26:25:983 NetpClearFullJoinState: Status of deleting join state key 0x2
12/20/2013 14:26:25:983 NetpSaveFullJoinStateInternal: Injecting provisioning data into image...
12/20/2013 14:26:25:983 NetpSaveFullJoinStateInternal: exiting: 0x0
12/20/2013 14:26:25:983 NetpSetComputerNamesOffline: Checking for pending name changes...
12/20/2013 14:26:25:983  SetHostName: TRUE
12/20/2013 14:26:25:983  SetDnsDomain: TRUE
12/20/2013 14:26:25:983  SetNetBiosName: TRUE
12/20/2013 14:26:25:983  SetCurrentValues: TRUE
12/20/2013 14:26:25:983 NetpSetComputerNamesOffline: Setting Hostname to 243WIN7BASETST
12/20/2013 14:26:25:983 NetpSetComputerNamesOffline: Setting Domain name to jis.state.ct.us
12/20/2013 14:26:25:983 NetpSetComputerNamesOffline: Setting NetBios computer name to 243WIN7BASETST
12/20/2013 14:26:25:983 NetpDoInitiateOfflineDomainJoin: status: 0x0
12/20/2013 14:26:25:983 NetRequestOfflineDomainJoin: Successfully initiated the offline domain join
12/20/2013 14:26:25:983 NetpJoinDomainOnDs: Setting netlogon cache.
12/20/2013 14:26:26:014 NetpJoinDomainOnDs: status of setting netlogon cache: 0x0
12/20/2013 14:26:26:014 NetpJoinDomainOnDs: Function exits with status of: 0x0
12/20/2013 14:26:26:014 NetpJoinDomainOnDs: status of disconnecting from '\\Wabash00-PII.jis.state.ct.us': 0x0
12/20/2013 14:26:26:014 NetpCompleteOfflineDomainJoin
12/20/2013 14:26:26:014  fBootTimeCaller: FALSE
12/20/2013 14:26:26:014  fSetLocalGroups: TRUE
12/20/2013 14:26:26:014 NetpLsaOpenSecret: status: 0xc0000034
12/20/2013 14:26:26:030 NetpGetLsaPrimaryDomain: status: 0x0
12/20/2013 14:26:26:030 NetpJoinDomainLocal: NetpHandleJoinedStateInfo returned: 0x0
12/20/2013 14:26:26:030 NetpLsaOpenSecret: status: 0xc0000034
12/20/2013 14:26:26:326 NetpJoinDomainLocal: NetpManageMachineSecret returned: 0x0.
12/20/2013 14:26:26:326 Calling NetpQueryService to get Netlogon service state.
12/20/2013 14:26:26:326 NetpJoinDomainLocal: NetpQueryService returned: 0x0.
12/20/2013 14:26:26:420 NetpSetLsaPrimaryDomain: for 'JUDICIAL' status: 0x0
12/20/2013 14:26:26:420 NetpJoinDomainLocal: status of setting LSA pri. domain: 0x0
12/20/2013 14:26:26:420 NetpManageLocalGroupsForJoin: Adding groups for new domain, removing groups from old domain, if any.


Windows IP Configuration from machine not joining the domain

   Host Name . . . . . . . . . . . . : 243sccmtest5
   Primary Dns Suffix  . . . . . . . :
   Node Type . . . . . . . . . . . . : Hybrid
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No
   DNS Suffix Search List. . . . . . : jis.state.ct.us

Ethernet adapter Local Area Connection:

   Connection-specific DNS Suffix  . : jis.state.ct.us
   Description . . . . . . . . . . . : Intel(R) 82579LM Gigabit Network Connection #2
   Physical Address. . . . . . . . . : B4-B5-2F-C0-D1-08
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes
   Link-local IPv6 Address . . . . . : fe80::857e:ee89:64be:e243%12(Preferred)
   IPv4 Address. . . . . . . . . . . : 10.16.211.236(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Lease Obtained. . . . . . . . . . : Wednesday, November 12, 2014 11:59:47 AM
   Lease Expires . . . . . . . . . . : Wednesday, November 12, 2014 7:59:46 PM
   Default Gateway . . . . . . . . . : fe80::21f:6cff:febf:4bf%12
                                       10.16.211.1
   DHCP Server . . . . . . . . . . . : 10.16.204.101
   DNS Servers . . . . . . . . . . . : 10.16.8.100
                                       10.16.5.100
                                       10.16.6.100
                                       10.16.206.100
                                       10.16.204.100
   Primary WINS Server . . . . . . . : 10.16.8.100
   Secondary WINS Server . . . . . . : 10.16.5.100
                                       10.16.6.100
                                       10.16.206.100
   NetBIOS over Tcpip. . . . . . . . : Enabled

Tunnel adapter Local Area Connection* 9:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . : jis.state.ct.us
   Description . . . . . . . . . . . : Microsoft ISATAP Adapter
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes


Windows IP Configuration from Domain Joined Machine

   Host Name . . . . . . . . . . . . : 2433ZENTEST01PC
   Primary Dns Suffix  . . . . . . . : jis.state.ct.us
   Node Type . . . . . . . . . . . . : Hybrid
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No
   DNS Suffix Search List. . . . . . : jis.state.ct.us

Ethernet adapter Local Area Connection:

   Connection-specific DNS Suffix  . : jis.state.ct.us
   Description . . . . . . . . . . . : Intel(R) 82579LM Gigabit Network Connection
   Physical Address. . . . . . . . . : 74-46-A0-90-37-49
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes
   IPv4 Address. . . . . . . . . . . : 10.16.211.201(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Lease Obtained. . . . . . . . . . : Wednesday, October 15, 2014 7:39:26 AM
   Lease Expires . . . . . . . . . . : Wednesday, November 12, 2014 8:40:50 PM
   Default Gateway . . . . . . . . . : 10.16.211.1
   DHCP Server . . . . . . . . . . . : 10.16.4.101
   DNS Servers . . . . . . . . . . . : 10.16.8.100
                                       10.16.5.100
                                       10.16.6.100
                                       10.16.206.100
   Primary WINS Server . . . . . . . : 10.16.5.100
   Secondary WINS Server . . . . . . : 10.16.8.100
   NetBIOS over Tcpip. . . . . . . . : Enabled

Seems like DNS Issue


Viewing all 9126 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>