Windows

Picture to User  AD

Add a picture to AD user

Powershell

Hello everyone, In this tutorial, I want to show you how can we attach a picture to users on your domain. I am going to do that using Powershell, but today there are some third […]

Active Directory Challenges

Resetting Domain Controller Secure Channel

Windows Server 2012R2

Over last weeks I got annoying error event on my customer’s domain controller, for some reason, the replication stopped, some clients who were connected to DC01 got errors like incorrect password while interesting their password or […]

Windows Server 2012R2

Change Windows Edition version

Windows Server 2012R2

I am wondering if you ever asked to change your operating system edition, Last week, I should have done this task on one of my customer servers, initially,  I tried just to enter the project […]

Office 365

Office365 PowerShell 3F7B65B7
Exchange

Get empty DL and delete them

How to get all distributions list on your organization which is empty using Powershell? You have to use the following command: Get-DistributionGroup | Where-Object { (Get-DistributionGroupMember –identity $_.Name).Count –eq 0 } | select PrimarySmtpAddress | export-csv C:\EmptyDL.csv By the […]

Office Click To Run Configuration
Office 365

Office Click-To-Run Configuration

Hi Guys,   I Would like to share with you amazing free tools which allow you to prepare “Configuration” (XML) file with a user-friendly interface. As you can see you have the ability to select Office Version, […]


Exchange & VMware

img 5a78520bc2e05
VMware

Add a new Datastore VMware

Hey there, Today I would like to show you how to add new datastores to VMware infrastructures easily and quickly keep on your name conventions, ID orders, best practice! My VMware version is 6 which […]



Follow on Facebook