Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| faq:script-to-check-hippoedit-version [2017/03/30 17:56] – admin | faq: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 " | + | # Creating of the log is only necessary once on the same PC, so the command " |
| # 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 " | New-EventLog -LogName Application -Source " | ||