Skip to content

Commit

Permalink
Invoke-CMDownloadBIOSPackage SSL Update
Browse files Browse the repository at this point in the history
  • Loading branch information
maurice-daly committed Aug 28, 2018
1 parent 4ece50e commit 4ec17be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1,141 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,10 @@ Begin {
$DebugMode = $true
}
}
Process {
Process {
# SSL Certificate Validation Workaround
[System.Net.ServicePointManager]::ServerCertificateValidationCallback = {$true}

# Functions
function Write-CMLogEntry {
param (
Expand Down
Loading

0 comments on commit 4ec17be

Please sign in to comment.