There was an error while loading. Please reload this page.
1 parent 5e6db25 commit 90afafcCopy full SHA for 90afafc
1 file changed
scripts/Azure/Backup-MgGraphBitLockerKeys.ps1
@@ -80,4 +80,4 @@ foreach ($device in $devices) {
80
}
81
82
83
-$AllKeys | Export-Csv -Path "C:\temp\BitLockerKeys.csv" -NoTypeInformation
+$allBitlockerKeys | Export-Csv -Path "C:\temp\BitLockerKeys.csv" -NoTypeInformation
0 commit comments