To check the local domain controller for a computer or server simply type the following in the command prompt: echo %logonserver% What this does is print the value of the environment variable giving you the machine name of the domain controller being used.
Category: How-To
I have run into a little issuing while using Microsoft’s Lync 2010. It all started when I logged into a test workstation. After my testing of this awesome product I signed out. What I noticed was that my log-on info was still there and I was able to log into Lync. I would like to stop this […]
Some of us may have looked for this, most of us have found it. Simply change directory to /opt/vyatta/etc/config to find the Vyatta router config.boot
I recorded a mp4 video file and I would like to strip away the audio because i just don’t need it. Using ffmpeg in ubuntu made this task a very simple one. Simply run the following command: ffmpeg -i file-in.mp4 -vcodec copy -an file-out.mp4 As you see, a very quick helpful solution.
Exchange 2010 has many improvements. As we know when things change they do not often stay the same. In this case the method used to export exchange email boxes to PST files. Back in a previous post I went over the steps of exporting a mailbox to PST. To do this all you needed was […]