Windows 2011 SBS

Microsoft Active Directory | How to remove many computers va Powershell

Today I had an active directory with many old computer accounts. I was looking for a good and nice PowerShell command to get all the old computers accounts in my screen. who hadn’t login for a long time. Logon to the Domain controller > Go to the Active Directory Module for Windows PowerShell and use […]

Microsoft Active Directory | How to remove many computers va Powershell Read More »

Windows 2008 R2 Install SNMP Services via Powershell

I was looking for an easy installation and configuration for SNMP on a windows 2008 R2 server. After some goolging around I found the following script. I could be hard to find the script so that’s why I want to share it to other people. Run your powershell console with administrator rights. Change only variable

Windows 2008 R2 Install SNMP Services via Powershell Read More »

Scriptlogic Desktop Authority Client Issues after upgrade ( no scripts are loaded )

Today I experienced an issue after an update of Scriptlogic Desktop Authority to a new version. Clients don’t get any drive mappings and other configured settings of Desktop Authority. The problem is that the Client uses the old Computer Agent of Scriptlogic Desktop Authority. To figure it out which version could be a problem, you’ve

Scriptlogic Desktop Authority Client Issues after upgrade ( no scripts are loaded ) Read More »

The Write DACL inherit (group) right for the Exchange Enterprise Servers group should be removed from the root of the domain

Exchange Best Practice Analyzer shows the following message after it has been run: The Write DACL inherit (group) right for the Exchange Enterprise Servers group should be removed from the root of the domain To solve this issue you have to do the following. Start a Powershell mode with the Administrative Rights. Run the following

The Write DACL inherit (group) right for the Exchange Enterprise Servers group should be removed from the root of the domain Read More »

SBS 2011 Essentials Setup wil not continue with progress

I’m currenly busy with installing a SBS 2011 Essential server. But during the installation the setup get stuck on the following installation progress. It took more than 2 hours and still it didn’t went further. After figuring it out. You’ve to press SHIFT+F10 to get the command prompt. With “netsh interface ip show config” You

SBS 2011 Essentials Setup wil not continue with progress Read More »

Multiple Backups from a Windows 2011 SBS to a network share

Wondering how to create a multiple backup for a windows 2011 SBS using the windows backup solution. To create a multiple backup solution you need some scripting and the use of taskmanager in Windows 2011 SBS or Windows 2008 Server R2. You need to open Notepad and configure information like below. @echo off :: <filename>.cmd

Multiple Backups from a Windows 2011 SBS to a network share Read More »