From cb76732ed580cbdf83df59279cb7d9f161f89189 Mon Sep 17 00:00:00 2001 From: samsamfin Date: Wed, 25 Mar 2026 05:11:39 +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 5ca1b27..fb6f296 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 2 base64 encoded .txt files - one containing the current BIOS password, and the other with all known previous passwords. 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 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. Intune will handle the logic with a remediation script pair.