Skip to content

Commit 90afafc

Browse files
committed
fix: correct variable name for exporting BitLocker keys in Backup-MgGraphBitLockerKeys.ps1
1 parent 5e6db25 commit 90afafc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/Azure/Backup-MgGraphBitLockerKeys.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ foreach ($device in $devices) {
8080
}
8181
}
8282

83-
$AllKeys | Export-Csv -Path "C:\temp\BitLockerKeys.csv" -NoTypeInformation
83+
$allBitlockerKeys | Export-Csv -Path "C:\temp\BitLockerKeys.csv" -NoTypeInformation

0 commit comments

Comments
 (0)