Skip to content

Commit

Permalink
Fix for #16
Browse files Browse the repository at this point in the history
  • Loading branch information
prashant3535 committed Aug 4, 2022
1 parent 12ce35d commit 1c9bcde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ADRecon.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5516,7 +5516,7 @@ Function Export-ADRExcel
}

$workbook.Worksheets.Item(1).Hyperlinks.Add($workbook.Worksheets.Item(1).Cells.Item(1,5) , "https://www.pcisecuritystandards.org/document_library?category=pcidss&document=pci_dss", "" , "", "PCI DSS Requirement") | Out-Null
$workbook.Worksheets.Item(1).Hyperlinks.Add($workbook.Worksheets.Item(1).Cells.Item(1,7) , "https://www.cyber.gov.au/acsc/view-all-content/ism", "" , "", "ISM Controls 10Mar2022") | Out-Null
$workbook.Worksheets.Item(1).Hyperlinks.Add($workbook.Worksheets.Item(1).Cells.Item(1, 7) , "https://www.cyber.gov.au/acsc/view-all-content/ism", "" , "", "ISM Controls 16Jun2022") | Out-Null
$workbook.Worksheets.Item(1).Hyperlinks.Add($workbook.Worksheets.Item(1).Cells.Item(1,8) , "https://www.cisecurity.org/benchmark/microsoft_windows_server/", "" , "", "CIS Benchmark 2022") | Out-Null

$excel.ScreenUpdating = $true
Expand Down

0 comments on commit 1c9bcde

Please sign in to comment.