About 58 results
Open links in new tab
  1. Microsoft Graph PowerShell Module: Getting Started Guide

    Sep 15, 2023 · To install the module on PowerShell 7, use the Install-Module` command, specifying the `Name` of the module (`Microsoft.Graph`), and select a `Scope` for installation (`CurrentUser` or …

  2. Automating install of module - PowerShell Forums

    Oct 22, 2024 · Hello I am looking to run the following command without user input and automacally accept Install-Module -Name PSWindowsUpdate -Force The issue is it requires you to press Y or A …

  3. Powershell Install-Module ImportExcel - unable to find module providers

    Jan 20, 2022 · I ran Install-Module ImportExcel and it ran fine with VSCode closed, PackageManagement dir moved out, and at Powershell prompt only (I forgot to be admin). I opened …

  4. How to install a new "local" module (with a manifest) to local host

    Apr 20, 2020 · Briefy, I have constructed a module, copied it over to an install location and tried to install it using install-module, but it continuously fails with the message: ‘ No match was found for the …

  5. Not able to run commands - PowerShell Help - PowerShell Forums

    Aug 10, 2021 · So i dont know what i have done, however I am not able to run commands like Install-Module or Update-Package. I am new to Powershell and with my job i have been tasked with trying …

  6. The term 'install-module' is not recognized as the name of a cmdlet

    Jan 26, 2020 · The term 'install-module' is not recognized as the name of a cmdlet PowerShell Help perigee143 January 26, 2020, 11:02pm 1

  7. Manual install PS modules - PSModulePath - PowerShell Forums

    Jan 24, 2023 · I have to manual install (copy) PS modules from my central PS-module-repository onto different machines (all of them are 64-Bit). But the first entry in PSModulePath on these machines …

  8. Error trying to install Packages or Modules from PowershellGallery

    Apr 3, 2020 · Replies Views Activity Install-Module powershellcookbook -Repository psgallery PowerShell Help 7 372 May 16, 2024 Errror installing AzureRM and AADRM PowerShell Help 4 232 …

  9. How to move the WindowsPowerShell folder? - PowerShell Help ...

    Sep 19, 2024 · Technically I think you could move it, but many things that are ‘currentuser’ scoped will always go to that path such as Install-Module. If you changed it you would have a heck of a time …

  10. Install-Module PSWindowsUpdate fails to install - PowerShell Forums

    Aug 25, 2020 · running ‘Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force’. Do you want PowerShellGet to install and import the NuGet provider now?