“Run as different user” in Windows 8 start screen
To enable “Run as different user” in windows 8 start screen do the following: Hit “Win + r”...
AD: Get lists of users and computers that is not in use
Here i have listed some powershell commands to get lists of users that have never logged in to...
SCCM: How to find computer model in commandline
To retrive the Computer model from commandline use the following command: wmic csproduct get name This is usefull...
Fileserver: Hidden attribute is greyed out
If you get a greyed out “Hidden” attribute on one of your folders on your computer or fileserver...
AD: Count members in a group using PowerShell
Start powershell Run: Import-module ActiveDirectory Run: (Get-ADGroupMember -Identity “GROUPNAME”).count (replace GROUPNAME with the group you want to count)
Add PDF icon on your SharePoint farm
When a new and fresh SharePoint 2010 farm is installed and you are starting to upload documents, you...
How to clear move-requests in Exchange 2007/2010
Run this command in powershell to clear completed move-requests Get-MoveRequest -MoveStatus Completed | Remove-MoveRequest
How to get Cisco VPN client to work in Windows 8
When trying to connect a Cisco VPN client within Windows 8 it will fail with the following error:...
Set passwords to never expire in office 365
First, Enable .net 3.5 on your system. Then, Download and Install Microsoft Online Services Sign-In Assistant Microsoft Online...