tags
windows 2012
7 entries
7 entries

Delegating Active Directory attribute physicalDeliveryOfficeName
Being responsible for Active Directory you’re often tasked with fairly simple task of delegating permissions for user and groups. After…

How to permanently disable UAC in Windows Server
Learn how to permanently disable User Account Control in Windows Server by updating the required registry settings and rebooting safely.

Hyper-V – There was an error during move operation
Windows Hyper-V with it’s live migration is a great feature… when it works! Unfortunately after setting it up things weren’t…

Remove Protect Object setting from Organizational Unit via PowerShell
Use PowerShell to find OUs protected from accidental deletion and remove that flag in bulk when you need to move or clean them up carefully.

The program can’t start because mfc120ud.dll is missing from your computer
A missing mfc120ud.dll error usually points to a debug Visual C++ dependency, which is different from the normal redistributable packages m…

Update-Module – PackageManagement\Install-Package : Unable to find repository
I was installing newest version of my PSWinDocumentation module on Windows 2016 when I noticed I can’t really get anything…

Windows – Killing remotely hanging RDP session
Use query session and reset session to identify and clear a hung Remote Desktop session on a Windows server when normal sign-in is blocked.