We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e6db25 commit 90afafcCopy full SHA for 90afafc
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