Skip to content

Commit 7287b40

Browse files
committed
add gmo -list display
1 parent 97c120d commit 7287b40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PSCompatibilityCollector/Tests/Cmdlet.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) Microsoft Corporation. All rights reserved.
22
# Licensed under the MIT License.
33

4-
Write-Verbose -Verbose $env:PSModulePath
4+
Write-Verbose -Verbose (Get-Module -ListAvailable | Out-String)
55

66
$script:currentMachineProfile = New-PSCompatibilityProfile -PassThru
77

0 commit comments

Comments
 (0)