Skip to main content

Recently Updated Pages

Add a Mapped Drive to a User Profile Using GPO

Windows Active Directoy

Log into the Group Policy Management console Create a new group policy and link it to the OU a...

Updated 1 year ago by ColtM

Test if Computer is Azure Joined

Windows CMD Line

dsregcmd /status

Updated 1 year ago by ColtM

Add Extension Attribute to User

Windows Active Directoy

Description This article will detail how to add an extension attribute to a user that will...

Updated 1 year ago by ColtM

Windows Activation Post Azurre Migration

Windows CMD Line

From CMD Prompt slmgr /upk slmgr /cpkyslmgr /ckms slmgr /ckhcslmgr /ipk <License Key>slmgr /ato

Updated 1 year ago by ColtM

Securing Local Administrator Accounts with the new Windows LAPS - Active Directory - 2023-04-12

Windows LAPS

This article is divided into three parts: What is Windows LAPS and what are the key difference...

Updated 1 year ago by ColtM

Set-LapsADReadPasswordPermission

Windows LAPS

https://learn.microsoft.com/en-us/powershell/module/laps/set-lapsadreadpasswordpermission?view=wi...

Updated 1 year ago by ColtM

Active Directory: Add a Domain Controller to PowerShell

Windows Active Directoy

https://247-it.io/en/active-directory-add-a-domain-controller-to-powershell/#:~:text=Domain%20Con...

Updated 1 year ago by ColtM

Change Windows Desktop Background Using Group Policy

Windows Active Directoy

How to Change Windows Desktop Background Using Group Policy This demonstration is using a Window...

Updated 1 year ago by ColtM

Create WMI Filters for the GPO

Windows Active Directoy

Applies To: Windows Server 2012 To make sure that each GPO associated with a group can only be a...

Updated 1 year ago by ColtM

Add a domain to the Active Directory

Windows Active Directoy

https://lazyadmin.nl/it/add-a-domain-to-the-active-directory/ How to add a domain to the Active ...

Updated 1 year ago by ColtM

Disable "These files might be harmful to your computer" warning?

Windows Active Directoy

https://superuser.com/questions/149056/disable-these-files-might-be-harmful-to-your-computer-warn...

Updated 1 year ago by ColtM

Active Directory Auditing Tool

Windows Active Directoy

https://www.manageengine.com/products/active-directory-audit/account-management-events/event-id-4...

Updated 1 year ago by ColtM

CONFIGURE NTP TIME SYNC USING GROUP POLICY

Windows Active Directoy

https://theitbros.com/configure-ntp-time-sync-group-policy/#:~:text=Configure%20Client%20Time%20S...

Updated 1 year ago by ColtM

Azure Cloud Sync

Windows

Originally AD Connect was the way that we synced Active Directory (AD) to Azure/365 (AAD).  That ...

Updated 1 year ago by ColtM

Powershell Get Volume Cluster Size

Windows Powershell

Powershell Get Volume Cluster Size  $wql = "SELECT Label, Blocksize, Name FROM Win32_Volume WHER...

Updated 1 year ago by ColtM

Move VM

Windows Powershell

Tags: HyperV VM VHD Compress        This will move all parts of the VM to a central location....

Updated 1 year ago by ColtM

Add all users in OU to security group

Windows Active Directoy

While working on figuring out how to add all of RS domestic to a security group quickly, develope...

Updated 1 year ago by ColtM

Demote or Promote Domain Controller

Windows Active Directoy

Both of these commands need to be ran under credentials that have authority to demote the server....

Updated 1 year ago by ColtM

Move 1 VHD at a time

Windows Powershell

TAGS: HyperV Move VM              $vmName = "ACS-00-VSRV45"  $hostName = "CM-05-SAN01"  ...

Updated 1 year ago by ColtM

Get Group Members

Windows Powershell

$GRP = "Wisys"    Get-ADGroupMember -identity $GRP | select name | Export-csv -path C:\Accent\O...

Updated 1 year ago by ColtM