Windows

Backup or Migrate DHCP on Windows Server
Open Powershell (administrator) Copy this command and paste it into powershell and press Enter Export-DhcpServer -ComputerName “servername.domain.com” -Le...
Fri, Jul 28, 2023 at 10:40 AM
How to export/import all users from Active Directory
Export Users Download the Export-ADUsers.ps1 script Move the script to C:\Scripts Edit the script to point to your domain and specific OU's (or dom...
Fri, Jul 28, 2023 at 11:03 AM
How to install winget on Windows Server 2016+
Open Powershell as administrator and paste the following in: Install-Script -Name winget-install winget-install
Mon, Dec 23, 2024 at 2:48 PM
How to run Windows Update from Powershell
Open Powershell as administrator and paste the following into the window: Set-ExecutionPolicy -ExecutionPolicy Bypass Install-Module PSWindowsUpdate -For...
Mon, Dec 23, 2024 at 2:50 PM