windows-powershell-docs
windows-powershell-docs copied to clipboard
Invoke-GPUpdate cmdlet not recognized in PowerShell! Push out Fix or add fix ref to help documentation
This cmdlet is not always recognized after a certain windows update. Please push out a fix or add the fix to this page. Error: " invoke-gpupdate : The term 'invoke-gpupdate' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1
- invoke-gpupdate
-
+ CategoryInfo : ObjectNotFound: (invoke-gpupdate:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
"
Fix: Get-WindowsCapability -Name 'Rsat.GroupPolicy.*' -Online | Where-Object { $_.State -ne 'Installed' } | Add-WindowsCapability -Online update-help -force
Site Reference: https://stackoverflow.com/questions/69034061/gpudate-ps-commandlet
Powershell Version: 7.2.1.0-x64
Thanks, Lawrence
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
- ID: 11fa75cc-dabf-9da5-ea0c-4a8042690531
- Version Independent ID: 37fb3294-2045-498b-0781-d3795825b8dc
- Content: Invoke-GPUpdate (GroupPolicy)
- Content Source: docset/winserver2022-ps/grouppolicy/Invoke-GPUpdate.md
- Product: w10
- Technology: windows
- GitHub Login: @JasonGerend
- Microsoft Alias: jgerend
To make it easier for you to submit feedback on articles on learn.microsoft.com, we're transitioning our feedback system from GitHub Issues to a new experience.
As part of the transition, this GitHub Issue will be moved to a private repository. We're moving Issues to another repository so we can continue working on Issues that were open at the time of the transition. When this Issue is moved, you'll no longer be able to access it.
If you want to provide additional information before this Issue is moved, please update this Issue before December 15th, 2023.
With the new experience, you no longer need to sign in to GitHub to enter and submit your feedback. Instead, you can choose directly on each article's page whether the article was helpful. Then you can then choose one or more reasons for your feedback and optionally provide additional context before you select Submit.
Here's what the new experience looks like.
Note: The new experience is being rolled out across learn.microsoft.com in phases. If you don't see the new experience on an article, please check back later.
First, select whether the article was helpful:
Then, choose at least one reason for your feedback and optionally provide additional details about your feedback:
Article was helpful | Article was unhelpful |
---|---|
![]() |
![]() |
Finally, select Submit and you're done!