Categories
How-To Technical

Saved Queries feature in Active Directory

This post focuses on custom queries that  allow you to perform additional tasks in Active Directory Microsoft in Active Directory Users and Computers (ADUC) is a wonderful tool and is very useful when it comes to managing user / and computer accounts in your Domain.  It also has another feature which doesn’t get used often.  The […]

Categories
How-To Software Technical

Adding Google Voice to FreePBX

I followed the following steps to setup my new FreePBX Server with Google Voice. I am happy to say it works for the most part, however inbound calls are not making it.  All in all this was a good learning experience: *UPDATE*  I have made a follow up with my working configuration files   How To […]

Categories
How-To

How do you ssh into a Linux

I know there is one person out there that may not know this, so I will share. You you ask, how does one log into a remote Linux (UNIX) system using SSH.  Well the answer is simple. If you are on a Linux (UNIX) system, open your terminal and use the following command: ssh userid@server-ip (1.2.3.4) […]

Categories
How-To

How-To Change Linux Password

So you are now the new Linux user and during the install you set a password, but now you have a need to change it.   If you run a headless sever (no desktop) you may be interested in this little bit of info. You can use the passwd command to change your password, and, […]

Categories
How-To Technical

Export-Mailbox

Information: The Export-Mailbox cmdlet exports all message types, including messages, calendar items, contacts, distribution lists, journal entries, tasks, notes, and documents. However, the Export-Mailbox cmdlet does not export rules. To export data from a .PST file, you must run the Export-Mailbox cmdlet on a 32-bit computer that has the 32-bit version of the Exchange management tools […]

Categories
How-To Technical

Recursive delete files in Linux

I needed to do this so that I could remove 10’s if not 100’s of 1000’s Thumbs.db files from my photos directory.  Windows seems to love to cache this info to speed up the thumbnail generation.  I disabled this in group policy, but needed to do the cleanup work. The command are simple: find -name […]