From dbc803b1cc073d3df4134dc153507b12cb1f944d Mon Sep 17 00:00:00 2001 From: Zachary Gorman Date: Mon, 1 Jul 2024 10:43:23 -0700 Subject: [PATCH] Updated main, module number, and patch notes --- Get-PC.psd1 | 2 +- Public/Get-PC.ps1 | 3 ++- patchnotes.txt | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Get-PC.psd1 b/Get-PC.psd1 index 6be505f..1663b84 100644 --- a/Get-PC.psd1 +++ b/Get-PC.psd1 @@ -12,7 +12,7 @@ RootModule = 'Get-PC.psm1' # Version number of this module. -ModuleVersion = '0.3.13' +ModuleVersion = '0.3.14' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/Public/Get-PC.ps1 b/Public/Get-PC.ps1 index b957c96..5105d2c 100644 --- a/Public/Get-PC.ps1 +++ b/Public/Get-PC.ps1 @@ -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 diff --git a/patchnotes.txt b/patchnotes.txt index 6fc84a8..e87524b 100644 --- a/patchnotes.txt +++ b/patchnotes.txt @@ -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