Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

Commit

Permalink
TLS 1.2 added
Browse files Browse the repository at this point in the history
TLS 1.2 added
  • Loading branch information
Apoc70 committed Nov 12, 2021
1 parent 1efcb31 commit 9f9eec7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1,530 deletions.
5 changes: 4 additions & 1 deletion Get-ExchangeEnvironmentReport.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
THIS CODE IS MADE AVAILABLE AS IS, WITHOUT WARRANTY OF ANY KIND. THE ENTIRE
RISK OF THE USE OR THE RESULTS FROM THE USE OF THIS CODE REMAINS WITH THE USER.
Version 2.2 January 2020
Version 2.3 November 2021
Based on the original 1.6.2 version by Steve Goodman
Expand Down Expand Up @@ -125,6 +125,9 @@ $MaxDatabaseSize = 250 # Mark database larger than this value (GB) in red
# Default variables
$NotAvailable = 'N/A'

# Set TLS version o TLS 1.2
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12

# Sub-Function to Get Database Information. Shorter than expected..
function Get-DatabaseAvailabilityGroupInformation {
[CmdletBinding()]
Expand Down
Loading

0 comments on commit 9f9eec7

Please sign in to comment.