Skip to content

Commit

Permalink
Merge pull request #69 from microsoft/main
Browse files Browse the repository at this point in the history
2021 03 05 release
  • Loading branch information
bill-long authored Mar 5, 2021
2 parents 7e2822e + cc0888b commit 7443ae7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Backups/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ The script is self-explanatory. You can test run diskshadow on a single Exchange
![Start Screen](/Backups/Images/start_screen.PNG "Start Screen")

## More information
* https://blogs.technet.microsoft.com/exchange/2013/04/29/troubleshoot-your-exchange-2010-database-backup-functionality-with-vsstester-script/
* https://blogs.technet.microsoft.com/exchange/2015/03/26/vsstester-script-updated-troubleshoot-exchange-2013-and-2010-database-backups/
* https://techcommunity.microsoft.com/t5/exchange-team-blog/troubleshoot-your-exchange-2010-database-backup-functionality/ba-p/594367
* https://techcommunity.microsoft.com/t5/exchange-team-blog/vsstester-script-updated-8211-troubleshoot-exchange-2013-and/ba-p/610976

## Contributing
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
2 changes: 1 addition & 1 deletion Security/Test-Hafnium.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function Get-26855() {
if (Test-Path "$PSScriptRoot\CVE-2021-26855.log") {
Remove-Item $PSScriptRoot\CVE-2021-26855.log -Force
}
$allResults | Select-Object DateTime, AnchorMailbox | Export-Csv $PSScriptRoot\CVE-2021-26855.log
$allResults | Select-Object DateTime, RequestId, ClientIPAddress, UrlHost, UrlStem, RoutingHint, UserAgent, AnchorMailbox, HttpStatus | Export-Csv $PSScriptRoot\CVE-2021-26855.log
} else {
Write-Host "No suspicious entries found." -ForegroundColor Green
}
Expand Down

0 comments on commit 7443ae7

Please sign in to comment.