Reading Time: < 1 minuteThe default DNS port is 53. You can view the dynamic port range on a computer that is running Windows Vista or Windows Server 2008 computer by using the following netsh commands: netsh int ipv4 show dynamicport tcp netsh int Read More …
Month: October 2014
Windows 7 USB/DVD Tool – Make Your Own Bootable Memory Stick
Reading Time: 3 minutesMicrosoft has a tool and it’s so easy to make an ISO file to be transferred to a USB drive using the tool. It will readily create a USB bootable OS. Now download the file from the following link: Windows Read More …
Mobile Device Management (MDM) by N-Able
Reading Time: < 1 minuteThe MDM solution provided by the N-Able company which is a sub of Solarwind. I was wondering if there are companies who are looking for an MDM solution based on their specific requirements. And being amazed that recently a company Read More …
PowerShell 2.0 – ShutDown VM Script
Reading Time: < 1 minuteHere is the script for shutting down a Virtual Machine. Have a close look in the script and look for change needed, like your virtual machine name, exit reasons etc. This script is tested under Win2k8 and Win2k8R2 Environment. Thanks Read More …
Configuring PowerShell Web Access
Reading Time: < 1 minuteEver realized that Windows Server 2012 and Windows Server 2012 R2 has the PowerShell feature that can be run from Web Browser? YES it has that feature. Following is a screenshot of that: Now first thing you have to do Read More …
Configuring Two-Factor Authentication in Lync Server 2013
Reading Time: < 1 minuteA two factor authentication requires a domain username and then followed by a password, and afterwards a Certificate PIN or RSA PIN or similar or identical featured access types. Now in Windows Servers, implementing a Smart Card feature or a Read More …
Exchange Server 2013 – Manage Mailbox Databases
Reading Time: < 1 minuteThe following command would give you some serious level of statistics that can also be daunting for you 🙂 Get-MailboxDatabase <Database-Name> | FL The right side of the result is omitted, but focus on the left side of it, what Read More …