Highlight a phrase and click this icon to search it on Swyx-Forum    Highlight a phrase and click this icon to search it within the Swyx Knowledgebase    Highlight a phrase and click this icon to search it using Goolge    Highlight a phrase and click this icon to search it using Wikipedia

List of Blogs
Search Blogs

Blog Archive

Most recent blog entries

 

Nov11

Written by:Martin
11.11.2010 13:48 

If your regularly buy new SwyxPhones for your SwyxWare you might need to update SwyxWare’s SwyxPhone whitelist in order to use the new phones without buying a SwyxPhone license. It’s possible to do this automatically using the following Windows Powershell Script:

$url = "ftp://ftp.swyx.com/pub/phonewhitelist/phonewhitelist.msi"
$msi = join-path $env:temp "Phonewhitelist.msi"
if (test-path -PathType leaf $msi) { remove-item -force -Path $msi }
$webClient = new-object "System.Net.WebClient" $webclient.DownloadFile($url,$msi)
msiexec.exe /qb /i $msi

Save this as .ps1 file and schedule it with Windows Task Scheduler to run regularly.

 

 

Tags:

 


Your name:
Your email:
(Optional) Email used only to show Gravatar.
Title:
Comment:
Security Code
Enter the code shown above in the box below
Add Comment  Cancel 
Blog Help
Sponsors