diff --git a/builddocs.ps1 b/builddocs.ps1 index 7c3ae22f..137de986 100644 --- a/builddocs.ps1 +++ b/builddocs.ps1 @@ -1,5 +1,5 @@ [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 -<# + Install-Module PlatyPs -Scope CurrentUser -Force Import-Module PlatyPs @@ -43,7 +43,7 @@ try { catch { Write-Error "Failed to Install dbatools $($_)" } -#> + # Add current folder to PSModulePath try {