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