<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Microsoft-Bdd-Utility-Dll on Anything About IT</title><link>https://www.verboon.info/tags/microsoft-bdd-utility-dll/</link><description>Recent content in Microsoft-Bdd-Utility-Dll on Anything About IT</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 23 Dec 2012 15:33:45 +0000</lastBuildDate><atom:link href="https://www.verboon.info/tags/microsoft-bdd-utility-dll/index.xml" rel="self" type="application/rss+xml"/><item><title>Exploring the functions included in Microsoft.BDD.Utility.dll</title><link>https://www.verboon.info/2012/12/exploring-the-functions-included-in-microsoft-bdd-utility-dll/</link><pubDate>Sun, 23 Dec 2012 15:33:45 +0000</pubDate><guid>https://www.verboon.info/2012/12/exploring-the-functions-included-in-microsoft-bdd-utility-dll/</guid><description>&lt;p&gt;While browsing through the MDT 2012 scripts, I noticed that here and there MDT uses functions included in the Microsoft.BDD.Utility.dll which is loaded by ZTIUtility.vbs. A good example is the ZTIGather.wsf where the following function is used to determine whether the system is running UEFI or native BIOS.&lt;/p&gt;
&lt;p&gt;&amp;rsquo; Determine if we are running UEFI&lt;/p&gt;
&lt;p&gt;bIsUEFI = FALSE&lt;/p&gt;
&lt;p&gt;On Error Resume Next&lt;/p&gt;
&lt;p&gt;bIsUEFI = oUtility.BDDUtility.IsUEFI&lt;/p&gt;
&lt;p&gt;On Error Goto 0&lt;/p&gt;
&lt;p&gt;So I took Nir Sofer’s &lt;a href="http://www.nirsoft.net/utils/dll_export_viewer.html"&gt;DLL Export Viewer&lt;/a&gt; to find out what other functions are included in Microsoft.BDD.Utility.dll&lt;/p&gt;</description></item></channel></rss>