OS’s
-
How to find your DNS settings on your computer
Basic Internet troubleshooting often requires troubleshooting DNS settings on a computer. ย DNS provides the means for all the user friendly URLS we use to surf the Internet are properly translated into the IP addresses the computers and servers understand in…
-
Configure additional bindings in IIS 7.5 so websites answer to different names
One of the main purposes of the “Bindings” setting for a website’s properties is so the webserver knows which website to serve out when a request comes across on port 80. ย After all if a server is literally serving out…
-
Windows ADK DISM commands to capture and apply images
With the introduction of the new Accessment and Deployment Kit for Windows 8 which is the new iteration of what we have known as the WAIK for automating installs, Microsoft has deprecated the imagex command to manage, capture, and apply…
-
Mass Add a user to a local group with a batch file
If you need to add a user from the domain let’s say to the local administrators group on a Windows 7 workstation, you would simply launch “lusrmgr.msc” and add the user to the group.ย However, if you have to mass…
-
How to backup and restore MySQL DB using MySQL Workbench
For those database administrators out there who mainly deal with Microsoft SQL Server environments, you may wonder what tool you use to interact with MySQL and perform the necessary functions that most admins are used to performing with Microsoft SQL…
-
How to map a network drive using the IPV6 address in Windows
So in case you were wondering why we haven’t rapidly adopted IP version 6, then you may not have tried to map a network drive to an IPV6 address as of yet. ย All jokes aside, there are many complexities of…
-
How to add an ODBC entry Windows 7
ODBC (Open Database Connectivity) is the mediator between a workstation and server that allows the establishing and “talking” to a database. ย ODBC configuration utility in Windows 7 allows one to easily create a connection with a database server, test the…
-
Quick Steps to install SQL 2008 R2 Client Tools in Windows 7
Most SQL admins or users who need to be able to see DBs on a SQL box or need to run SQL queries from their desktop, will most likely want to have the SQL management tools installed on their workstations.…
-
How to configure and setup Windows 2012 VPN
Windows 2012 continues the iteration of Windows VPN that continues to provided remote access capabilities for network connectivity from the outside. ย There have definitely been improvements with Windows 2012 VPN especially in the Direct Access functionality. ย We want to show…