Changes

WPKG with Active Directory

No change in size, 15:07, 2 November 2011
m
Multiple Profile Method: bug in code was creating entries with "Profile" instead of "profile" (wrong case)
Dim objDOMHosts, objNode, strName, objAttrib
Set objDOMHosts = CreateObject("Microsoft.XMLDOM")
Set objNode = objDOMHosts.createElement("Profileprofile")
objNode.setAttribute "id", strValue
if not (objParentNode is nothing) then
73
edits