Skip to content

Fixing PowerShell Issues: Enabling Package Installation #1

@rachidoutaleb

Description

@rachidoutaleb

For those experiencing issues with PowerShell, you can execute the following commands:
PS C:> [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 -bor [Net.SecurityProtocolType]::Tls11 -bor [Net.SecurityProtocolType]::Tls
PS C:> Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force
PS C:> Set-PSRepository -Name 'PSGallery' -InstallationPolicy Trusted
PS C:> . ./PassTester.ps1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions