diff --git a/powershellgroup/Tests/powershellgroup.resource.tests.ps1 b/powershellgroup/Tests/powershellgroup.resource.tests.ps1 index aafd1aeb..49cef6b7 100644 --- a/powershellgroup/Tests/powershellgroup.resource.tests.ps1 +++ b/powershellgroup/Tests/powershellgroup.resource.tests.ps1 @@ -9,6 +9,7 @@ Describe 'PowerShellGroup resource tests' { if ($null -eq (Get-Module PSDesiredStateConfiguration -ListAvailable)) { Install-Module -Name PSDesiredStateConfiguration -AllowPrerelease -Force -SkipPublisherCheck -AllowClobber } + Write-Verbose -Verbose (Get-DscResource | Out-String) } AfterAll { $env:PSModulePath = $OldPSModulePath