AD: Count users in organizational units
To count user accounts in an organizational unit, run this powershell command: (Get-ADUser -Filter * -SearchBase “ou=Users,ou=A1,dc=contoso,dc=com”).count Where...
Reporting Server Error 1053: The service did not respond to the start or control request in a timely fashion
If you have problems starting Reporting Services, the problem may be that the service times out when trying...
Check active queries in MS SQL
Here is an custom query for checking all running queries on an MS SQL server. the custom writing...
Usefull PowerShell commands
PowerShell is a powerfull tool when administrating Microsoft products and personally i like using Windows PowerShell ISE that...
PXE boot for some computers doesn’t work, SCCM 2012
Sometimes computers won`t PXE boot for some reason when you are re-installing the Operating system using System Center...
How to find your FSMO Roles?
There are several ways to find out who has your FSMO roles in your Active Directory environment, but...
Create a Windows Bootable usb pendrive (windows Vista, 7, 8, 8.1, 10, Server 2008, 2008R2, 2012 and 2012R2)
This procedure lets you install Windows from a usb pendrive. Works from Vista/2008 and later First you need...
How to find locked out users by using PowerShell
To retrive a list of locked user in Active Directory use these PowerShell commands: 1. start powershell on...
Get list of mail sent and received on Exchange 2010
To get an list of emails running in and out from your exchange server you can use this...