From 259c4e4408991251c1edf895b2fc926393497f3b Mon Sep 17 00:00:00 2001 From: samsamfin Date: Wed, 25 Mar 2026 05:12:23 +0000 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index fb6f296..230df76 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ - **Dell Command | Monitor** or **Dell Command | Update** installed on the endpoint. # Instructions -Create an Azure storage account, and a new container inside it. Generate SAS url for it. Inside the container, you will upload two Base64 encoded .txt files - one containing the current BIOS password, and the other with all known previous passwords, and one blank line to handle new devices with no BIOS password set. As passwords change over the years, the new and old ones will be updated to both of the .txt files in the storage account. +Create an Azure storage account, and a new container inside it. Generate SAS url for it. Inside the container, you will upload two Base64 encoded .txt files - one containing the current BIOS password, and the other with all known previous passwords, and one blank line to handle devices without BIOS password. As passwords change over the years, the new and old ones will be updated to both of the .txt files in the storage account. Intune will handle the logic with a remediation script pair.