Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RebootPending resource #344

Merged
merged 6 commits into from Mar 7, 2024
Merged

Conversation

anmenaga
Copy link
Collaborator

@anmenaga anmenaga commented Mar 4, 2024

PR Summary

Fix #333

Quick and dirty implementation of RebootPending resource.

  • Windows only;
  • requires Windows PowerShell;
  • tested manually.

Example:

PS C:\DSCv3> dsc resource get -r Microsoft/RebootPending 
actualState:
  RebootPending: true

build.ps1 Outdated Show resolved Hide resolved
reboot_pending/reboot_pending.resource.ps1 Show resolved Hide resolved
@SteveL-MSFT SteveL-MSFT added this pull request to the merge queue Mar 7, 2024
Merged via the queue into PowerShell:main with commit f4ed69b Mar 7, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RebootRequired resource
2 participants