Installing and enabling IIS and FTP on Windows Server 2008 R2
Open Server Manager, go to Roles and click “Add Roles” In the Add Role Wizard, select Web Server (IIS) role to install Click Next until you reach Select Role Services…
A Drink of Technology for the Thirsty Mind
Open Server Manager, go to Roles and click “Add Roles” In the Add Role Wizard, select Web Server (IIS) role to install Click Next until you reach Select Role Services…
It’s happened to all of us. You try to logon to an administrative remote desktop on a server, but you can’t because both administrative RDP sessions are in use. Oftentimes…
If you operate an Exchange hybrid environment you will eventually want to create Exchange Online mailboxes for new users without creating them on-premises and migrating them. The easiest way to…
Today, let’s go through a step by step on how to deploy Distributed File System (DFS) in Wndows Server 2012 R2, but before we start, you should know what is…
In April 2015, Microsoft announced a new feature available in Windows Server 2016 called Nano Server. It is similar to Windows Server Core mode but remarkably smaller. Apparently there are…
Open PowerShell with administrator privileges and run: Get-ADPrincipalGroupMembership username | select name name ---- Domain Users Domain Computers Workstation Admins Company Users Company Developers AutomatedProcessingTeam Example:
When you try to star the MSSQL service using a Managed Service Account and it does not start, you get MSSQLServer Event ID 26014. After some Google searching (a lot,…
Filescreening is a method used to control what files can be placed in a directory. You might want to prevent storage of MP3 files or executables. I wil use an…
I like the tree view for scheduled task as you can categorize the tasks, but the GUI offers no way of an overview of all tasks. The command line helps…
Software distribution using GPO’s can be a good way to install msi packages, but can delay the startup process, especially if the package is large and the network is slow.…