A very basic updater for dynamic DNS services provided by http://dns.he.net/.
MIT
None. :p
- Edit updater.ps1 in a text editor, and modify the hostname and password fields.
- If necessary, launch powershell and run the following command:
Set-ExecutionPolicy RemoteSigned
. - Run updater.ps1.
- [Optional]: Use the pshellwrapper.vbs when creating a scheduled task to hide the powershell window:
cscript.exe \path\to\pshellwrapper.vbs \path\to\updater.ps1