by admin | Oct 23, 2015 | C# .Net
Unfortunately, there is not much documentation regarding the AsterNet library, so the code snippet below might help someone who simply wants to abort an incoming or outgoing call, e.g. via a C# .Net button. Basically this is quite simple, you only have to remember the...
by admin | Oct 6, 2015 | Administration
Scenario You use a Windows Server system like 2008 R2 and DFS shares on 2 or more servers, and they suddenly do not stay in sync any more. In Windows Event Log, you see remaining events 2212 and 2104, source DFSR. The DFS replication database seems to be damaged....
by admin | Sep 22, 2015 | C# .Net
Trying to install Lync 2010 SDK for Visual Studio 2013 Pro, an error regarding installation requirements appears: It requires Visual Studio 2008 SP1 (or higher). But it seems like VS2013 is not recognized by the installer. Lync 2013 SDK does (partly) not work with...
by admin | Sep 14, 2015 | Administration
1) Get name of the application to be uninstalled: wmic product get name 2) Execute command: wmic /node:”yourRemotePCNameOrAlias” product where name=”yourApplicationName” call uninstall If you get a result like instance of __PARAMETERS {...
by admin | Sep 7, 2015 | Android
Using Cyanogenmod 11 with Android 4.x or running the general pre-installed mobile Android image, this worked without problems: Use DHCP reservation feature of your server and maybe give it a DNS A hostname so you are able to access (at least ping) your mobile phone...