You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure you are able to repro it on the latest version
Search the existing issues.
Steps to reproduce
Install the Microsoft Graph PowerShell SDK
Configuring the prerequisites where I am getting the error
Expected behavior
I should be able to update the Powershell and finally install the Microsoft Graph SDK
Actual behavior
PS C:\Windows\system32> Install-Module PowerShellGetException calling "GetSteppablePipeline" with "0" argument(s): "The expression after '&' in a pipeline elementproduced an object that was not valid. It must result in a command name, a script block, or a CommandInfo object."At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\3.0.23\PowerShellGet.psm1:1148 char:13+ $steppablePipeline = $scriptCmd.GetSteppablePipeline()+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [], ParentContainsErrorRecordException + FullyQualifiedErrorId : RuntimeException
Error details
PS C:\Windows\system32> Install-Module PowerShellGetException calling "GetSteppablePipeline" with "0" argument(s): "The expression after '&' in a pipeline elementproduced an object that was not valid. It must result in a command name, a script block, or a CommandInfo object."At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\3.0.23\PowerShellGet.psm1:1148 char:13+ $steppablePipeline = $scriptCmd.GetSteppablePipeline()+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [], ParentContainsErrorRecordException + FullyQualifiedErrorId : RuntimeException
Environment data
PS C:\Windows\system32>$PSVersionTable.PSVersion
Major Minor Build Revision
-----------------------51226214111
Version
5.1
Visuals
No response
The text was updated successfully, but these errors were encountered:
Prerequisites
Steps to reproduce
Expected behavior
I should be able to update the Powershell and finally install the Microsoft Graph SDK
Actual behavior
Error details
Environment data
Version
5.1
Visuals
No response
The text was updated successfully, but these errors were encountered: