<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Dell on Jon's Notes</title><link>https://4c4806b4.configjon-blog.pages.dev/category/dell/</link><description>Recent content in Dell on Jon's Notes</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 11 Sep 2020 00:00:00 +0000</lastBuildDate><atom:link href="https://4c4806b4.configjon-blog.pages.dev/category/dell/index.xml" rel="self" type="application/rss+xml"/><item><title>Dell BIOS Password Management - WMI</title><link>https://4c4806b4.configjon-blog.pages.dev/dell-bios-password-management-wmi/</link><pubDate>Fri, 11 Sep 2020 00:00:00 +0000</pubDate><guid>https://4c4806b4.configjon-blog.pages.dev/dell-bios-password-management-wmi/</guid><description>&lt;p&gt;Earlier this year, I wrote about how to &lt;strong&gt;&lt;a href="https://4c4806b4.configjon-blog.pages.dev/dell-bios-settings-management/"&gt;manage Dell BIOS password&lt;/a&gt;&lt;/strong&gt;&lt;a href="https://4c4806b4.configjon-blog.pages.dev/dell-bios-settings-management/"&gt;&lt;strong&gt;s&lt;/strong&gt;&lt;/a&gt; using PowerShell. The method described in that post uses the &lt;a href="https://4c4806b4.configjon-blog.pages.dev/working-with-the-dell-command-powershell-provider/"&gt;&lt;strong&gt;DellBIOSProvider&lt;/strong&gt;&lt;/a&gt; PowerShell module. This method works, but I was not completely satisfied with it, as the PowerShell module needs to be downloaded and installed on every system the script runs on.&lt;/p&gt;
&lt;p&gt;Thankfully, Dell recently released a &lt;a href="https://downloads.dell.com/manuals/common/dell-agentless-client-manageability.pdf"&gt;&lt;strong&gt;technical whitepaper&lt;/strong&gt;&lt;/a&gt; documenting WMI classes that can be used to directly modify BIOS settings without needing an outside program or PowerShell module. This allowed me to create a new version of the Dell BIOS Settings Management script that does not require any additional content to function.&lt;/p&gt;</description></item><item><title>Dell BIOS Settings Management - WMI</title><link>https://4c4806b4.configjon-blog.pages.dev/dell-bios-settings-management-wmi/</link><pubDate>Fri, 11 Sep 2020 00:00:00 +0000</pubDate><guid>https://4c4806b4.configjon-blog.pages.dev/dell-bios-settings-management-wmi/</guid><description>&lt;p&gt;Earlier this year, I wrote about how to &lt;a href="https://4c4806b4.configjon-blog.pages.dev/dell-bios-settings-management/"&gt;&lt;strong&gt;manage Dell BIOS settings&lt;/strong&gt;&lt;/a&gt; using PowerShell. The method described in that post uses the &lt;a href="https://4c4806b4.configjon-blog.pages.dev/working-with-the-dell-command-powershell-provider/"&gt;&lt;strong&gt;DellBIOSProvider&lt;/strong&gt;&lt;/a&gt; PowerShell module. This method works, but I was not completely satisfied with it, as the PowerShell module needs to be downloaded and installed on every system the script runs on.&lt;/p&gt;
&lt;p&gt;Thankfully, Dell recently released a &lt;a href="https://downloads.dell.com/manuals/common/dell-agentless-client-manageability.pdf"&gt;&lt;strong&gt;technical whitepaper&lt;/strong&gt;&lt;/a&gt; documenting WMI classes that can be used to directly modify BIOS settings without needing an outside program or PowerShell module. This allowed me to create a new version of the Dell BIOS Settings Management script that does not require any additional content to function.&lt;/p&gt;</description></item><item><title>BIOS Management - Example Task Sequences</title><link>https://4c4806b4.configjon-blog.pages.dev/bios-management-example-task-sequences/</link><pubDate>Mon, 24 Feb 2020 00:00:00 +0000</pubDate><guid>https://4c4806b4.configjon-blog.pages.dev/bios-management-example-task-sequences/</guid><description>&lt;p&gt;&lt;strong&gt;UPDATE September 16th, 2020 - The scripts included in these downloads are currently outdated. I plan to update this post soon with the latest script versions.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Now that I have working BIOS management scripts for Dell, HP, and Lenovo, I figured I would put them all together in a few example task sequences. This post will also act as a hub for my BIOS management posts.&lt;/p&gt;
&lt;h3 id="current-bios-management-posts"&gt;Current BIOS Management Posts&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="https://4c4806b4.configjon-blog.pages.dev/dell-bios-password-management/"&gt;Dell BIOS Password Management&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;&lt;a href="https://4c4806b4.configjon-blog.pages.dev/dell-bios-settings-management/"&gt;Dell BIOS Settings Management&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;&lt;a href="https://4c4806b4.configjon-blog.pages.dev/hp-bios-password-management/"&gt;HP BIOS Password Management&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;&lt;a href="https://4c4806b4.configjon-blog.pages.dev/hp-bios-settings-management/"&gt;HP BIOS Settings Management&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;&lt;a href="https://4c4806b4.configjon-blog.pages.dev/lenovo-bios-password-management/"&gt;Lenovo BIOS Password Management&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;&lt;a href="https://4c4806b4.configjon-blog.pages.dev/lenovo-bios-settings-management/"&gt;Lenovo BIOS Settings Management&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Dell BIOS Settings Management - PSModule</title><link>https://4c4806b4.configjon-blog.pages.dev/dell-bios-settings-management-psmodule/</link><pubDate>Fri, 21 Feb 2020 00:00:00 +0000</pubDate><guid>https://4c4806b4.configjon-blog.pages.dev/dell-bios-settings-management-psmodule/</guid><description>&lt;p&gt;&lt;strong&gt;This post was updated on September 11th, 2020.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Update: Dell does now provide native WMI classes to manage BIOS settings on newer models. For more information, see this post: &lt;strong&gt;&lt;a href="https://4c4806b4.configjon-blog.pages.dev/dell-bios-settings-management-wmi/"&gt;Dell BIOS Settings Management - WMI&lt;/a&gt;&lt;/strong&gt;. For information on using the Dell PowerShell module to configure settings on older models, continue reading this post.&lt;/p&gt;
&lt;p&gt;This post is one of 3 posts in my series on managing BIOS settings using PowerShell. I&amp;rsquo;ve also written about &lt;strong&gt;&lt;a href="https://4c4806b4.configjon-blog.pages.dev/hp-bios-settings-management/"&gt;HP&lt;/a&gt;&lt;/strong&gt; and &lt;strong&gt;&lt;a href="https://4c4806b4.configjon-blog.pages.dev/lenovo-bios-settings-management/"&gt;Lenovo&lt;/a&gt;&lt;/strong&gt;. In this post I&amp;rsquo;ll be talking about using PowerShell to manage Dell BIOS settings.&lt;/p&gt;</description></item><item><title>Dell BIOS Password Management - PSModule</title><link>https://4c4806b4.configjon-blog.pages.dev/dell-bios-password-management-psmodule/</link><pubDate>Sun, 03 Nov 2019 00:00:00 +0000</pubDate><guid>https://4c4806b4.configjon-blog.pages.dev/dell-bios-password-management-psmodule/</guid><description>&lt;p&gt;&lt;strong&gt;&lt;strong&gt;This post was updated on September 11th, 2020.&lt;/strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Update: Dell does now provide native WMI classes to manage BIOS passwords on newer models. For more information, see this post: &lt;strong&gt;&lt;a href="https://4c4806b4.configjon-blog.pages.dev/dell-bios-password-management-wmi/"&gt;Dell BIOS Password Management - WMI&lt;/a&gt;&lt;/strong&gt;. For information on using the Dell PowerShell module to configure passwords on older models, continue reading this post.&lt;/p&gt;
&lt;p&gt;This is the third post in my series on how to manage BIOS / Firmware passwords with PowerShell. Previously, I&amp;rsquo;ve discussed &lt;strong&gt;&lt;a href="https://4c4806b4.configjon-blog.pages.dev/lenovo-bios-password-management/"&gt;Lenovo BIOS Password Management&lt;/a&gt;&lt;/strong&gt; and &lt;strong&gt;&lt;a href="https://4c4806b4.configjon-blog.pages.dev/hp-bios-password-management/"&gt;HP BIOS Password Management&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;</description></item><item><title>Working with the Dell Command | PowerShell Provider</title><link>https://4c4806b4.configjon-blog.pages.dev/working-with-the-dell-command-powershell-provider/</link><pubDate>Sun, 03 Nov 2019 00:00:00 +0000</pubDate><guid>https://4c4806b4.configjon-blog.pages.dev/working-with-the-dell-command-powershell-provider/</guid><description>&lt;p&gt;&lt;strong&gt;This post was updated on February 20th, 2022.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ve recently been writing a series of blog posts on how to manage BIOS and Firmware settings using PowerShell. When working with HP and Lenovo hardware I was able to modify the settings by connecting to the WMI classes that are surfaced on the hardware by default. With Dell this was not as straightforward.&lt;/p&gt;
&lt;p&gt;In order to access the Dell WMI classes that can be used to query and modify BIOS settings, the &lt;strong&gt;&lt;a href="https://www.dell.com/support/article/us/en/04/sln311855/dell-command-monitor?lang=en"&gt;Dell Command | Monitor&lt;/a&gt;&lt;/strong&gt; software needs to be installed. This posed another problem, as I wanted to be able to modify BIOS settings while in WinPE, and Dell Command | Monitor only installs in a full Windows OS. The solution to this issue was the &lt;strong&gt;&lt;a href="https://www.dell.com/support/article/us/en/04/sln311262/dell-command-powershell-provider?lang=en"&gt;Dell Command | PowerShell Provider&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;</description></item></channel></rss>