Blog

W32TM TIME Commands

On the PDC, check what your current timesync source is: w32tm /query /source w32tm /query /peers w32tm[…]

WordPress: This code hard-disables WordPress password reset functionality from the standard login interface.

Edit The functions.php file is usually located inside the currently active WordPress theme directory. /wp-content/themes/your-active-theme/functions.php   Add[…]

How to Create a List of Disabled Users from Active Directory

  Get-ADUser -Filter {Enabled -eq $false} -Properties DisplayName | Export-Csv -Path “C:\work\disableduser.csv” -NoTypeInformation     To create[…]

Office 365: When both business and personal accounts share the same email address

  When both business and personal accounts share the same email address, you may see prompts like[…]

Windows Updates Fail Clear the Windows Update cache (SoftwareDistribution + catroot2)

1) Run SFC and DISM to repair system files and the component store (low risk)​ Open an[…]

How to Setup 2FA on pfSense for VPN users.

Setting Up Two-Factor Authentication (2FA) on pfSense for VPN Users To enhance security for VPN users on[…]

how to: Map Drives using Group Policy

1. Create the Shared Folder First create the network share on your file server. Example: D:\Shares\Finance Share[…]

How To: Folder Redirection

Here is the Microsoft-recommended production permission model for Folder Redirection in Windows Server 2022 using Active Directory.[…]

To disable Remote Desktop (RDP) on a Windows Server 2019 Domain Controller (DC)

To disable Remote Desktop (RDP) on a Windows Server 2019 Domain Controller (DC) for security hardening, you[…]

DSIM Recommended Order of Commands

Recommended Order of Commands Run these commands one at a time, pressing Enter after each:  Check Health (Quick[…]

1 2 3 32

Latest Comments

No comments to show.