Skip to content

Commit 863f839

Browse files
committed
add configuring WSMan back in
1 parent d9ea8e2 commit 863f839

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/appveyor.prep.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ $null = New-Item -Path C:\Users\appveyor\Documents\DbatoolsExport -ItemType Dire
5858
Write-Host -Object "appveyor.prep: Creating temp directory" -ForegroundColor DarkGreen
5959
$null = New-Item -Path C:\Temp -ItemType Directory
6060

61+
Write-Host -Object "appveyor.prep: Configuring WSMan" -ForegroundColor DarkGreen
62+
$null = Set-WSManQuickConfig -Force
63+
6164
Write-Host -Object "appveyor.prep: Trust SQL Server Cert (now required)" -ForegroundColor DarkGreen
6265
Import-Module dbatools.library
6366
Import-Module C:\github\dbatools\dbatools.psd1

0 commit comments

Comments
 (0)