Resolution: Install the latest Windows Kit and do the following Copy the files under C:\Windows\System32\spp\tokens\pkeyconfig from WS2019 machine Past them on this Path C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\VAMT3\pkconfig How to create GPO to push Product key update from KMS Read More …
Category: Windows Server
Microsoft Windows Servers
Windows Updates servicing changes – updates and their official titles
introducing Windows Updates servicing changes Historically, Microsoft has released individual patches for these platforms, which allowed you to be selective with the updates you deployed. This resulted in fragmentation where different PCs could have a different set of updates installed Read More …
Rejoining windows Server 2012 R2 Cluster Node Permission error
Some time Windows administrators evict Windows Cluster node and rejoin’s. Recently came a cross an issue where the cluster node was throwing administrative permission error. This could be the issue if the Operating System has Read More …
How to disable autoconfiguration IPv4
Computer Static IP is constantly replacing with “autoconfiguration”. Ipconfig output says Autoconfiguration Enabled . . . . : Yes IPConfig /All Ethernet adapter Local AreaConnection 2: Connection-specific DNS Suffix . : Description . . . . . . . . Read More …
How to move File Share Witness Quorum resource to new Server
Most of the Windows administrators are not aware of procedure to move existing Windows Fail over Cluster File Share Witness directory to new Servers, following is a quick three step guideline. Step 1: Find out the Quorum Type Run the Read More …
Windows Server 2012 R2 powershell script to generate report for installed Hotfix-Update for Bulk Servers
=============================================================== function Hotfixreport { $computers = Get-Content C:\serversHF.txt $ErrorActionPreference = ‘Stop’ ForEach ($computer in $computers) { try { Get-HotFix -cn $computer | Select-Object PSComputerName,HotFixID,Description,InstalledBy,InstalledOn | FT -AutoSize } catch { Write-Warning “System Not reachable:$computer” } } } Hotfixreport > “$env:USERPROFILE\Desktop\Hotfixreport.csv” Read More …
Add Users to local Administrators Group
Open the elevated command Prompt Type: net localgroup “Remote Desktop Users” Type: net localgroup “Remote Desktop Users” /add corp\it-pro
PowerShell: Get-ADUser to retrieve password last set and expiry information
In this post we’ll look retrieving password information to find out when a user last changed their password and if it is set to never expire. help Get-ADUser Next we want to find out what the name of the properties Read More …
WINDOWS SERVER 2016 HERE ARE 10 THINGS TO LOOK FORWARD TO
Nano server This is definitely the most notable announcement for Windows Server 2016. It is basically a headless version of the Windows Server. Nano Servers have 93 percent smaller VHD sizes, 80 percent fewer compulsory reboots, and 92 percent lesser Read More …