msgraph-sdk-powershell icon indicating copy to clipboard operation
msgraph-sdk-powershell copied to clipboard

Install-PSResource: The signature for 'Microsoft.Graph.Beta' is 'NotSigned.

Open danielniccoli opened this issue 1 year ago • 1 comments

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_

danielniccoli avatar Jun 19 '24 08:06 danielniccoli

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'."

rbarbrow avatar Jun 22 '24 20:06 rbarbrow

Still happening with version 2.24.0. Could this please be looked at?

danielniccoli avatar Nov 12 '24 12:11 danielniccoli