Query RootDSE using DSML (Misc)

This code can be found in Chapter 20 of Active Directory Cookbook, 2nd edition

Purchase XP Cookbook or Networking Recipes for only $25 plus shipping! While supplies last.

Find out how to download all of the Misc code from this site.

<se:Envelope xmlns:se="http://schemas.xmlsoap.org/soap/envelope/">
	<se:Body xmlns="urn:oasis:names:tc:DSML:2:0:core">
		<batchRequest>
			<searchRequest dn="" scope="baseObject">
				<filter>
					<present name="objectclass"/>
				</filter>
			</searchRequest>
		</batchRequest>
	</se:Body>
</se:Envelope>

This code has been viewed 1311 times.

New from the creators of TechTasks.com: StatSheet.com