PowerShellGetv2 icon indicating copy to clipboard operation
PowerShellGetv2 copied to clipboard

PowerShellGet is the Package Manager for PowerShell

Results 116 PowerShellGetv2 issues
Sort by recently updated
recently updated
newest added

Tried to remove all versions of Microsoft.PowerShell.SecretStore, but wasn't successful. Any hints appreciated. ``` PS C:\> Get-Module Microsoft.PowerShell.SecretStore -li Directory: C:\Users\StdUser\OneDrive - Corp\Documents\PowerShell\Modules ModuleType Version PreRelease Name PSEdition ExportedCommands ----------...

Here's a simple PSD1 file ```powershell @{ AliasesToExport = 'Connect-POP3', 'Disconnect-POP3', 'Get-POP3Message', 'Save-POP3Message' Author = 'Przemyslaw Klys' CompanyName = 'Evotec' CompatiblePSEditions = 'Desktop', 'Core' Copyright = '(c) 2011 - 2020...

Steps to reproduce ------------------ I trying to uninstall "Microsoft Office 365 - ru-ru" via powershell cmdlet Uninstall-Package. I used command like: ```powershell "uninstall-Package -Name "Microsoft Office 365 - ru-ru" -RequiredVersion...

# Steps to reproduce 1. Edit all default umask entries inside of /etc/bashrc & /etc/profile to 077. Re-source files, reboot host, or log out/log in to refresh user profile. 2....

OS-Linux
Up-For-Grabs

I am trying to install/upgrade the VMware.PowerCLI on a RHEL 7.8 machine. The module was installed with the AllUsers scope. This results in an error message saying I need administrator...

## Steps to reproduce Login to the *System* user however you want ... ```powershell PS C:\> whoami nt authority\system PS C:\> $env:PSModulePath.Split(';')[0] \PowerShell\Modules PS C:\> Install-Module QuserObject -Scope CurrentUser -Force...

## Steps to reproduce ```powershell Published the new version of PowerShell module on PowerShell gallery. use the cmdlet Update-Module to update the latest module while previous module is installed. I...

Ran the following commands in RHEL 7 ## Steps to reproduce ```powershell sudo yum install https://github.com/PowerShell/PowerShell/releases/download/v7.1.0/powershell-7.1.0-1.rhel.7.x86_64.rpm pwsh Register-PSRepository -Name testing -Source https://internal.server/api/nuget/mods ``` ## Expected behavior ```none Register the repository...

Steps to reproduce ------------------ ```powershell configuration PSRepository_AddRepositoryConfig { param ( [Parameter()] [System.String[]] $NodeName = 'localhost' ) Import-DscResource -ModuleName 'PowerShellGet' Node $nodeName { PSRepository 'AddRepository' { Name = 'TestRepo' SourceLocation =...

DSC Resource

Hello to all, I have to manage an Azure File Syn Proof of Concept, with data on 3 different Win2012r2 file servers. Our outsourcer that manage Azure Tenant and Azure...