VoIP gateways and IP/PBX systems for Exchange 2013 Unified Messaging
Here is a list of VoIP gateways and IP/PBX systems that Unified Messaging supports : Infrastructure qualified for Microsoft Lync
Iordanis Kazanas – Virtual Systems Administrator
Here is a list of VoIP gateways and IP/PBX systems that Unified Messaging supports : Infrastructure qualified for Microsoft Lync
First, shut down the virtual machine. Make certain that you’ve enabled VT-x/EPT in your virtual machine. Modify the vmx file associated with your virtual machine and add the following lines to the end of the VMX file: hypervisor.cpuid.v0 = “FALSE” mce.enable = “TRUE” Restart your virtual machine.
http://www.xbitlabs.com/news/other/display/20130528231737_Scientists_Develop_High_Efficiency_Low_Cost_Zinc_Air_Battery.html Scientists Develop High-Efficiency, Low-Cost Zinc-Air Battery. Stanford Scientists Develop High-Efficiency Zinc-Air Battery [05/28/2013 11:17 PM] by Anton Shilov Stanford University scientists have developed an advanced zinc-air battery with higher catalytic activity and durability than similar batteries made with costly platinum and iridium catalysts. The results could lead to the development of a low-cost alternative … Read more
if you’re an admin on the domain and all your computers are up and running you could try PSGETSID.EXE from what used to be Sysinternals (now part of Microsoft). Command would be something like: PSGETSID \\* > sid.txt http://technet.microsoft.com/en-us/s…s/default.aspx http://live.sysinternals.com/
C:\Program Files\Oracle\VirtualBox\VBoxManage clonehd image_to_convert.vmdk converted.vdi –format VDI –variant standard
MySQL Workbench provides DBAs and developers an integrated tools environment for: Database Design & Modeling SQL Development (replacing MySQL Query Browser) Database Administration (replacing MySQL Administrator) http://dev.mysql.com/downloads/tools/workbench/
If you cannot see the names in the AD you need to do this : http://blog.schertz.name/2010/09/updating-the-lync-2010-address-book/ Update Clients Just as Office Communicator has done since a later R2 hotfix, Lync also will not immediately download changes to the Address Book files when first launched, but instead wait for a random interval of time between 1 and … Read more
When booting Windows 2008 R2 you see this screen : _________________________ Windows failed to start. A recent hardware or software change might be the cause. To fix the problem: 1. Insert the Windows 2008 R2 DVD and reboot. 2. Press a key when you see “Press any key to boot from CD or DVD…” 3. … Read more
You can do it by starting Print Management (printmanagement.msc) and go to Print servers > <COMPUTERNAME> > Ports and delete the ports there. Or you can execute printui /s /t2 as an Administrator “Unable to remove driver X, Type 3 – User Mode driver. The specified printer driver is currently in use.” You have to … Read more
In Active Directory Module for Windows Powershell run this command : Search-ADAccount -AccountDisabled -UsersOnly | Format-Table name, sid -AutoSize