Windows
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
xcopy c:\olddocs d:\newdocs /E /H /O /E - Copies folders and subfolders, including empty ones. /H - Copies hidden and system files also. /K - Copies attr...
Thu, Jan 20, 2022 at 9:22 PM
Create a Backup folder on another drive will more free space such as (E:\Backup) Rename the Backup folder in %APPDATA%\Apple Computer\MobileSync\Backup to...
Thu, Jan 20, 2022 at 9:52 PM
First, check the session number with qwinsta: QWINSTA /server:computername Write down the session ID. Then use the logoff command: LOGOFF sessionID /serv...
Fri, Sep 24, 2021 at 2:33 PM
First, check the session number with qwinsta: QWINSTA /server:computername Write down the session ID. Then use the logoff command: LOGOFF sessionID /serv...
Thu, Jan 20, 2022 at 8:40 PM
Open Active Directory Users and Computers Right-click on domain name at the top of the tree and choose Find In the 'name' field type the first 4 ...
Thu, Jan 20, 2022 at 8:38 PM
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
Open Powershell as administrator and paste the following in: Install-Script -Name winget-install winget-install
Mon, Dec 23, 2024 at 2:48 PM
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
net user tperson /time:M-F,08:00-17:00
Fri, Sep 24, 2021 at 2:32 PM