msgraph-sdk-powershell
msgraph-sdk-powershell copied to clipboard
Install-PSResource: The signature for 'Microsoft.Graph.Beta' is 'NotSigned.
Describe the bug
PS C:\> find-Module Microsoft.Graph.Beta
Name Version Prerelease Repository Description
---- ------- ---------- ---------- -----------
Microsoft.Graph.Beta 2.19.0 PSGallery Microsoft Graph PowerShell module
PS C:\> Install-Module Microsoft.Graph.Beta
Install-PSResource: The signature for 'Microsoft.Graph.Beta' is 'NotSigned.
Install-PSResource: Package(s) 'Microsoft.Graph.Beta' could not be installed from repository 'PSGallery'.
Expected behavior
Installs the module
How to reproduce
PS C:\> find-Module Microsoft.Graph.Beta
Name Version Prerelease Repository Description
---- ------- ---------- ---------- -----------
Microsoft.Graph.Beta 2.19.0 PSGallery Microsoft Graph PowerShell module
PS C:\> Install-Module Microsoft.Graph.Beta
Install-PSResource: The signature for 'Microsoft.Graph.Beta' is 'NotSigned.
Install-PSResource: Package(s) 'Microsoft.Graph.Beta' could not be installed from repository 'PSGallery'.
SDK Version
2.19.0
Latest version known to work for scenario above?
No response
Known Workarounds
No response
Debug output
Click to expand log
```</details>
### Configuration
_No response_
### Other information
_No response_
I get the same error with just install-module Microsoft.Graph
"Install-PSResource: The signature for 'Microsoft.Graph' is 'NotSigned. Install-PSResource: Package(s) 'Microsoft.Graph' could not be installed from repository 'PSGallery'."
Still happening with version 2.24.0. Could this please be looked at?