Set recovery model to simple
Short 2 liner to set the recovery mode to simple on all databases: Use master select ‘ALTER DATABASE...
Get SMTP log in Powershell
In powershell (Excahnge Management Shell), use the following command: Get-MessageTrackingLog
Delete old backup files SQL script
The following script deletes .bak files older than 7 days from F:SharesBackup2Disk DECLARE @DeleteDate datetime SET @DeleteDate =...
Corrupt database in Exchange 2003
The following steps can be useful to diagnose or repair an exchange 2003 database that have been corrupted...
CentOS fibre channel multipath
1. On the machine where you want to setup multipath you first need to find the WWN’s of...
SLURM: A Highly Scalable Resource Manager
SLURM is an open-source resource manager designed for Linux clusters of all sizes. It provides three key functions....
Find SMTP-adress in Active Directory
1. Run Active Directory Users and Computers. 2. Right-click the domain object and choose Find from the context...
Delete and repair a wsus client
This procedure is for fixing problems with installing updates or reporting to a wsus server. It will...