Updated main, module number, and patch notes
This commit is contained in:
parent
40a7ec24cf
commit
dbc803b1cc
|
|
@ -12,7 +12,7 @@
|
|||
RootModule = 'Get-PC.psm1'
|
||||
|
||||
# Version number of this module.
|
||||
ModuleVersion = '0.3.13'
|
||||
ModuleVersion = '0.3.14'
|
||||
|
||||
# Supported PSEditions
|
||||
# CompatiblePSEditions = @()
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
#region Module Import Block
|
||||
|
||||
#$ErrorActionPreference = 'SilentlyContinue'
|
||||
$ErrorActionPreference = 'SilentlyContinue'
|
||||
#DevStage can take either Dev or Prod as values
|
||||
$devStage = 'Dev'
|
||||
#Locations for dev build and prod build
|
||||
|
|
@ -47,6 +47,7 @@ Function Get-PC {
|
|||
-GPUpdate | runs a gpupdate
|
||||
-InstallNet35 | installs .Net 3.5
|
||||
-LogOffUser | remotely logs off user
|
||||
-Monitor | monitors computers for changes in status
|
||||
-Orion | opens orion to the mac address of the pc
|
||||
-PCCleanup | removes temp files and inactive user profiles
|
||||
-PCReboot | reboots computer
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
Patch: 2024-07-01
|
||||
-Fix UserProfileBackup restore option now does something (as opposed to nothing)
|
||||
-Added Monitor option to Monitor a PCs activity
|
||||
-Updated Interface listing on get-pc to list all IP enabled devices, use -Resources to see which are "up"
|
||||
|
||||
Patch: 2024-06-24
|
||||
-Add option in UserProfileBackup to specify custom path
|
||||
|
|
|
|||
Loading…
Reference in a new issue