Author

JohnyLuky

Configure static IP on Ubuntu

2014-11-26

This procedure will work many version of Ubuntu. I personally tested this on all Ubuntu versions from 12 and up, and should also work fine, or be a…

Create a new user on Debian based Linux distro

2014-11-26

Very straight forward, create a user, a home folder, assign permissions to it, you’re done ! This create a simple user, with no particular rights. useradd johnyluky passwd…

SQL Check Index Fragmentation

2014-11-20

Thanks to Ola Hallengren, here is a simple scrip to report the fragmentation level of you database’s index One thing to note, if you don’t see any results…

SQL Index Maintenance Script

2014-11-20

Small simple scrip to automate SQL Index maintenance. Of course, the best scripts to accomplish this is Ola Hallengren’s SQL Server Maintenance Solution, that you can find here…

PowerShell Message Tracking in Exchange

2014-11-20

Ever wanted to track some messages in Exchange ? Here is a neet trick to will help you track messages quickly. A lot more options are available, of…

PowerShell Send Email in one line command

2014-11-20

Powerful one liner to send an email with PowerShell.  Useful in scheduled tasks to send status, or additional info. The use of environment variables is totally optional, but…

Get FSMO Roles in domain with Powershell

2014-11-04

First, fire up a PowerShell windows with the Active Directory module. If you have the Admins tools installed, it should be called “Active Directory Module for Windows PowerShell”…