Commit graph

108 commits

Author SHA1 Message Date
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 36541996e3 Removed old site from UserProfileTransfer 2024-06-12 17:04:39 -07:00
Zachary Gorman be0294c5ef Added Wake flag and added LastLogon to SHSUser 2024-06-12 10:15:02 -07:00
Zachary Gorman e41c8897dd Cleaned up warnings in UserProfileBackup 2024-06-11 12:28:03 -07:00
Zachary Gorman b02b46baa3 Modified output of Resources for clarity 2024-06-11 12:11:41 -07:00
Zachary Gorman 115cf5dc06 Add UserProfileTransfer so UserProfileBackup will work 2024-06-11 12:02:04 -07:00
Zachary Gorman 157cc390f0 Add custom path option to UserProfileBackup 2024-06-11 11:59:33 -07:00
Zachary Gorman 4a01da0e5d Init commit 2024-06-11 11:27:55 -07:00