Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dahlbyk/378a7928e96fc266839b04a8cbff5f15 to your computer and use it in GitHub Desktop.
Save dahlbyk/378a7928e96fc266839b04a8cbff5f15 to your computer and use it in GitHub Desktop.
PowerShell 6.0.2: PowerShellGet Conflict
**********************
PowerShell transcript start
Start time: 20180606152552
Username: <redacted>\<redacted>
RunAs User: <redacted>\<redacted>
Configuration Name:
Machine: <redacted> (Microsoft Windows NT 6.2.9200.0)
Host Application: C:\Program Files (x86)\PowerShell\6.0.2\pwsh.dll
Process ID: 11508
PSVersion: 6.0.2
PSEdition: Core
GitCommitId: v6.0.2
OS: Microsoft Windows 10.0.17134
Platform: Win32NT
PSCompatibleVersions: 1.0, 2.0, 3.0, 4.0, 5.0, 5.1.10032.0, 6.0.2
PSRemotingProtocolVersion: 2.3
SerializationVersion: 1.1.0.1
WSManStackVersion: 3.0
**********************
Transcript started, output file is C:\Users\<redacted>\Documents\PowerShell_transcript.<redacted>.ZDeF3Zud.20180606152552.txt
PS C:\Program Files (x86)\PowerShell\6.0.2> Get-Module -ListAvailable PowerShellGet
Directory: C:\Program Files\WindowsPowerShell\Modules
ModuleType Version Name ExportedCommands
---------- ------- ---- ----------------
Script 1.0.0.1 PowerShellGet {Install-Module, Find-Module, Save...
Directory: C:\program files (x86)\powershell\6.0.2\Modules
ModuleType Version Name ExportedCommands
---------- ------- ---- ----------------
Script 1.6.0 PowerShellGet {Install-Module, Find-Module, Save...
PS C:\Program Files (x86)\PowerShell\6.0.2> Get-Module PowerShellGet
ModuleType Version Name ExportedCommands
---------- ------- ---- ----------------
Script 1.0.0.1 PowerShellGet {Find-Command, Find-DscResource, F...
PS C:\Program Files (x86)\PowerShell\6.0.2> Stop-Transcript
**********************
PowerShell transcript end
End time: 20180606152922
**********************
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment