We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c120d commit 7287b40Copy full SHA for 7287b40
1 file changed
PSCompatibilityCollector/Tests/Cmdlet.Tests.ps1
@@ -1,7 +1,7 @@
1
# Copyright (c) Microsoft Corporation. All rights reserved.
2
# Licensed under the MIT License.
3
4
-Write-Verbose -Verbose $env:PSModulePath
+Write-Verbose -Verbose (Get-Module -ListAvailable | Out-String)
5
6
$script:currentMachineProfile = New-PSCompatibilityProfile -PassThru
7
0 commit comments