Commit graph

4 commits

Author SHA1 Message Date
Zachary Gorman a6ce35375c Updated version number since change was significant 2024-06-24 14:13:51 -07:00
Zachary Gorman c2cf5674f8 Updated module dependencies
To enable the Wake flag, we need ConfigurationManager module. This was
in the module manifest in Required Modules, however get-pc is functional
without ConfigurationManager so it didn't make sense for get-pc to
fail importing if ConfigurationManager wasn't present. Removing it
from Required Modules and importing it at the bottom of Get-PC.psm1
allows the import to fail silently and the lost functionality isn't
reported until user attempts to use the Wake flag (which is a good
thing).
2024-06-12 17:28:26 -07:00
Zachary Gorman be0294c5ef Added Wake flag and added LastLogon to SHSUser 2024-06-12 10:15:02 -07:00
Zachary Gorman 4a01da0e5d Init commit 2024-06-11 11:27:55 -07:00