solved

Migrate Microsoft domain controller (DC)

Upgrading your Active Directory infrastructure isn’t a trivial task—but by following Microsoft’s recommended approach, you can migrate Domain Controllers (DCs) smoothly and securely. Here’s a clean, step-by-step guide to help you transition from Windows Server 2012 R2 DCs to fresh 2019 servers with minimal downtime. 1. Verify and Clean Up Current Environment 2. Stand Up a New […]

Migrate Microsoft domain controller (DC) Read More »

Fixing Website Access Issues with Mikrotik MSS Clamping

If you’re having trouble accessing certain websites—like partial page loads or dropped connections—your network’s Maximum Segment Size (MSS) may be the issue. This is common when the MTU (Maximum Transmission Unit) is mismatched across the network, causing packet fragmentation or loss. The problem is mostly on some “really” safe websites like banks, government, etc. The

Fixing Website Access Issues with Mikrotik MSS Clamping Read More »

Mount and edit Windows PE iso

Sometimes you need to mount some Windows PE ISO and modify it to match your needs. For example, add your tools to bootable iso. I will show you how mount that iso to Windows, make the required changes and unmount. Prerequisites Install the Windows Assessment and Deployment Kit (Windows ADK) Technical Reference, with Windows Preinstallation Environment. If you’re using the

Mount and edit Windows PE iso Read More »

Ping unable to resolve but nslookup works fine – workaround

Sometimes if you make changes to your local DNS server windows do not works ok to resolve this DNS record in a local network. What? nslookup ykylo Server: Address: 192.168.50.1 Name: ykylo Address: 192.168.50.100 C:\> ping ykylo Ping request could not find host wolfman. Please check the name and try again. C:\> ping 192.168.50.100 Pinging 192.168.50.100

Ping unable to resolve but nslookup works fine – workaround Read More »