If you are getting BINDLSVC error 522 errors in the event log when attempting to boot systems into WDS you may have a bad config in AD.
Normally this is because when setting values to the netbootMirrorDataFile attribute on the computer object the ; (semicolon) at the end of line may be missing.
From MSDN:
netbootMirrorDataFile: This attribute is used to store multiple values in the following format:
<key-1>=<value-1>; <key-2>=<value-2>;...; <key-N>=<value-N>;
Thursday, August 15, 2013
Subscribe to:
Post Comments (Atom)
10 Years from last post
Well world! After the last almost 10 years I have been up to a few things in life and work. Most recently I was working at Microsoft on ...
-
The TFS Build Activity logs have lots of useful information. Unfortunately this information is not real easy to get to. Using the TFS 2012...
-
Below is a powershell cmdlet that I threw together to enumerate data out of our TFS instance. This is used to keep track of permissions in ...
I checked every line of the code twice. All the semicolons are in their right place. However, I am stil getting this error. What else could be the reason?
ReplyDelete