Skip to content

Tag: Windows

How to Secure Domain Controllers with Microsoft Defender for Endpoint

Unlock Enhanced Protection for Domain Controllers with Microsoft Defender for Endpoint Microsoft Defender for Endpoint (MDE) has introduced an exciting new feature that allows organizations to enable security settings management for domain controllers, offering unprecedented control over these critical assets. This capability, currently in preview, provides a streamlined approach to securing domain controllers and helps…

Leave a Comment

Exchange 2016 – Fail to Send Email to newly created MailContact

“Fail” LED=550 5.7.136 RESOLVER.RST.SenderNotAuthenticatedForRecipient; authentication required; Delivery restriction check failed because the sender was not authenticated when sending to this recipient. In this post i will go over the option of removing the setting “Require that all senders are authenticated“. In Exchange 2013 this can be removed by logging into the Admin Console > Recipients…

Leave a Comment

Add and Remove Distribution Group Members Powershell

Add and Remove Distribution Group Members Powershell   Lets look at some quick Powershell one liners to Remove and Add Distribution Group Members. Add DistributionGroup Member:

Remove DistributionGroup Member:

  Quick and Simple One liners.   #ThatLazyAdmin

Leave a Comment

Set Office 365 Out Of Office using PowerShell

Set Office 365 Out Of Office Messages using PowerShell Connect to Office 365 PSSession using a script a created to simplify the connection :Connect-Office365-PSSession  

Images when script is executed Very simple and straight forward script to quickly and easily set OOF messages. TechNet Script can be downloaded here :SetO365OOF #ThatLazyAdmin

Leave a Comment

RDP to Ubuntu from Windows

To Access Ubuntu Remotely from Windows Lets Start by Opening the Terminal Next Type :

Enter the Admin Password and press Enter Once the Update date is done , continue by running the following command

Once the Installation of xrdp is complete we will move on to install Xfce4  ( Unity doesn’t seem…

Leave a Comment

PowerShell – Execution of Scripts is Disabled on this System

Execution of Scripts is Disabled on this System When you try and run a #PowerShell Script and you are faced with the Error “Execution of Scripts is Disabled” The quick work around for this is to change the current Execution Policy using the following. Lets Change the Execution Policy by running a #OneLiner

On…

Leave a Comment

How to Delete a User Profile from Server 2008 Terminal Server

Introduction DISCLAIMER: Editing\Deleting registry keys is very dangerous and should always be done with caution. Before making any changes to the registry please create backups and move them off the server from which you will be making registry changes. Steps (11 total) 1 Identify the SID of the user whose profile needs to be deleted.…

Leave a Comment

Some Group Policy areas are missing from the Group Policy Editor

SUMMARY When you open the Group Policy Editor MMC snap-in tool, focused either on a local GPO or AD-based one, some Group Policy areas that are expected to appear may not be found. SYMPTOMS Some policy areas are missing when you open up the Group Policy editor. These missing policy areas are different than the…

Leave a Comment

Find MAC Addresses of member NICs in a Native Windows Team

This article describes how to get the MAC addresses of all member Network Interface Cards (NICs ) in Native Windows Network Teams  present in a Windows Server 2012/2012 R2 using PowerShell. There are lot of instances where the network communications fail when we are teaming up the incorrect network interfaces. Especially when the team members…

Leave a Comment

Windows Server 2012 R2 (We couldn’t complete the updates undoing changes ..)

Today i started building new servers installed windows updates and asked to restart. After restart i was prompted with this “beauty” of a message. First thing i tried to restart the VM with no luck and the same message come back . After some digging i found this article: http://blog.powerbiz.net.au/fixes/we-couldnt-complete-the-updates-undoing-changes-error-on-windows-server-2012-r2/ Turns out turning of the…

Leave a Comment