Additional Script Updates
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# Check BitLocker encryption status
|
||||
$bitLockerStatus = Get-BitLockerVolume | Select-Object MountPoint, VolumeStatus, EncryptionPercentage
|
||||
|
||||
# Output the BitLocker encryption status
|
||||
# Write-Output $bitLockerStatus
|
||||
|
||||
$csvPath = "C:\temp\BitLockerStatus.csv"
|
||||
|
||||
$bitLockerStatus | Export-Csv -Path $csvPath -NoTypeInformation
|
||||
Write-Output "BitLocker status exported to $csvPath"
|
||||
|
||||
Exit 0
|
||||
@@ -0,0 +1 @@
|
||||
## Remediation Script for Report
|
||||
Reference in New Issue
Block a user