I am trying to link an existing to a new OU (that was just created), using the resources found here: http://support.microsoft.com/kb/248392 and here: http://www.thescriptlibrary.com/default.asp?Action=Display&Level=Category3&ScriptLanguage=VBScript&Category1=Active%20Directory&Category2=OUs&Title=Assign%20a%20New%20Group%20Policy%20Link%20to%20an%20OU,%20revised
The problem is that when it does .Get("gPLink") it gives an error that says "The directory property cannot be found in the cache". I am fairly positive this is due to the fact that there are no GPO's currently linked to the OU, and it expects at least one (correct me if I'm wrong).
Would appreciate any hints and tips! Thanks