faq:script-to-check-hippoedit-version

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
faq:script-to-check-hippoedit-version [2017/03/30 17:56] adminfaq:script-to-check-hippoedit-version [2018/04/13 14:45] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== PowerShell script for checking HippoEDIT version ====== ====== PowerShell script for checking HippoEDIT version ======
 +If you for some reason do not want to use built-in HippoEDIT version checking, and you want to have your own schedule for checks, you can use the PowerShell script below to do so. Just create new Task in Windows Task Scheduler and call the script from there.
 +
 <file powershell hippo_version_checker.ps1> <file powershell hippo_version_checker.ps1>
 <# <#
Line 6: Line 8:
  
 TODO: TODO:
-- add a check box, do not remind about this version+- add a checkbox, do not remind about this version
  
 #> #>
Line 41: Line 43:
 # Comparison and dumping in windows log # Comparison and dumping in windows log
  
-# Creating of the log is only necessary once on the same PC, so the command "New-EventLog" can be commented after initial run +# Creating of the log is only necessary once on the same PC, so the command "New-EventLog" can be commented after an initial run 
 # For proper operation of the script following command shall be once executed # For proper operation of the script following command shall be once executed
 New-EventLog -LogName Application -Source "HippoEDIT admin scripts" -ErrorAction SilentlyContinue New-EventLog -LogName Application -Source "HippoEDIT admin scripts" -ErrorAction SilentlyContinue