Posts by kbelieuadmin

SBS Server : How to disable Specify intranet Microsoft update service location

    Open Group policy management> Open Update services Common Settings Policy > Click on computer configuration[…]

How to activate Windows Server License command prompt.

  Installation Instructions: *The installation instructions below will assist you in downloading the evaluation version of Windows[…]

How to Extract users from AD using powershell

How to Extract users from AD   User Powershell:   Get-ADuser -Filter {(Enabled -eq $True)} -Properties *[…]

How to remove (Demote) Domain Controller

From: https://lazyadmin.nl/it/demote-domain-controller/#demoting-an-active-domain-controller Demoting an active Domain Controller If you still have access to the domain controller then[…]

How To Use Netdom.exe Command : Joining and removing a server from an Active Directory

How To Use Netdom.exe: Joining and removing a server from an Active Directory. Instructions: Open Command prompt[…]

How to fix Error “Allow BitLocker without a compatible TPM” error message, can’t encrypt c drive with BitLocker on Windows 10

How to fix Error “Allow BitLocker without a compatible TPM” error message, can’t encrypt c drive with[…]

Manually Removing A Domain Controller Server

From Post: techcommunity.microsoft.com/t5/blogs/blogarticleprintpage/blog-id/ITOpsTalkBlog/article-id/26 Step-By-Step: Manually Removing A Domain Controller Server    Use of DCPROMO is still the[…]

KB5028997: Instructions to manually resize your partition to install the WinRE update / KB5028997: Instructions to manually resize your partition to install the WinRE update

Update KB5034441 fails to install: https://answers.microsoft.com/en-us/windows/forum/all/update-kb5034441-fails-to-install/1b127728-67ce-4206-8978-b3b0e38044a8   KB5028997: Instructions to manually resize your partition to install the[…]

PowerShell: Get Group list and Members

Get Group List to CSV File:   Get-UnifiedGroup | Select DisplayName,Alias, AccessType,ManagedBy,WhenCreated | Export-Csv -Path “C:\Temp\Groups.csv” -NoTypeInformation[…]

Group Policy: CRUD: When to use Create, Replace, Update or Delete

  CRUD: When to use Create, Replace, Update or Delete in Group Policy Preferences? I have to[…]