Update readme.md
This commit is contained in:
@@ -2,24 +2,18 @@
|
|||||||
- **Dell Command | Monitor** or **Dell Command | Update** installed on the endpoint.
|
- **Dell Command | Monitor** or **Dell Command | Update** installed on the endpoint.
|
||||||
|
|
||||||
# Instructions
|
# 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.
|
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.
|
||||||
|
|
||||||
# Current setup
|
Intune will handle the logic with a remediation script pair.
|
||||||
- Resource Group: `rg-IntuneRelated-Prod00`
|
|
||||||
- Sorage Account name: `stitbiosmgm`
|
## Azure configuration
|
||||||
|
First, create a storage account and generate the SAS for it. Upload both of the files and figure out the URL for both of them.
|
||||||
|
|
||||||
## Azure
|
|
||||||
### SAS url
|
### SAS url
|
||||||
`https://stitbiosmgmt.blob.core.windows.net/mgmt?sp=r&st=2026-02-26T08:55:03Z&se=2036-02-26T17:10:03Z&spr=https&sv=2024-11-04&sr=c&sig=lBtObK2UmF3nzLvN4%2Biu1X9H6nC0Tc%2BRgvW0hM4eq9U%3`
|
`https://stitbiosmgmt.blob.core.windows.net/mgmt?sp=r&st=2026-02-26T08:55:03Z&se=2036-02-26T17:10:03Z&spr=https&sv=2024-11-04&sr=c&sig=lBtObK2UmF3nzLvN4%2Biu1X9H6nC0Tc%2BRgvW0hM4eq9U%3D`
|
||||||
|
|
||||||
### current-content.txt
|
## Intune configuration
|
||||||
`https://stitbiosmgmt.blob.core.windows.net/mgmt/current-content.txt?sp=r&st=2026-02-26T08:49:58Z&se=2034-01-08T17:04:58Z&spr=https&sv=2024-11-04&sr=c&sig=zS74OfiIR93eSpFz68xnqW99UF0pJPLCoUIB7X5rnnM%3D`
|
### Remediation script
|
||||||
|
|
||||||
### old-content.txt
|
|
||||||
`https://stitbiosmgmt.blob.core.windows.net/mgmt/old-content.txt?sp=r&st=2026-02-26T08:49:58Z&se=2034-01-08T17:04:58Z&spr=https&sv=2024-11-04&sr=c&sig=zS74OfiIR93eSpFz68xnqW99UF0pJPLCoUIB7X5rnnM%3D`
|
|
||||||
|
|
||||||
## Intune
|
|
||||||
### Remediation
|
|
||||||
|Setting|Value|
|
|Setting|Value|
|
||||||
|:--|:--|
|
|:--|:--|
|
||||||
|Name|Dell BIOS Admin Password|
|
|Name|Dell BIOS Admin Password|
|
||||||
|
|||||||
Reference in New Issue
Block a user