Posts

AD AND OTHER CMD

S.NO TOPICS VERSION EXPLAIN SOLUTION LINKS Displays calls that have not yet been answered repadmin /showoutcalls * use repadmin to check every DC in the forest List the Topology information repadmin /bridgeheads * /verbose REPADMIN /REPLSUM * /BYSRC /BYDEST /SORT:ERROR Inter Site Topology Generator Report repadmin /istg * /verbose cmdkey /list Summarize the replication status and view overall health repadmin /replsummary Show replication partner and status repadmin /showrepl Show replication partner for a specific domain controller repadmin /showrepl Show only Replication Errors repadmin /showrepl /errorsonly Show replication Queue Repadmin /Queue REPADMIN /showobjmeta displays the replication partners for each NC Repadmin /showrepl /repsto displ...

Troubleshooting checklist: Windows Servers

Troubleshooting checklist: 1. Check application services. 2. Check firewall status. 3. Check whether you have the right to do the request. 4. Check LAST application installed status. 5. Check LAST application uninstalled status. 6. Check LAST Patch installed status. 7. Check LAST Patch uninstalled status. 8. Check AV blocking services, port blocking, temporary quarter nine. 9. Check any TASK scheduler running, and giving issue. 10. Try with local/Domain administrator rights. 11. Check Domain GPO may block. 12. Required software need to install/uninstall to run the program. 13. Get an update last modification/CM raise for issue server. 14. Check the application Logs. 15. Check the OS logs. 16.

Data copy using PowerShell

Data copy using PowerShell. Copy-Item "E:\file-path.bak" -Destination "\\destination-server-path"

Troubleshoot AD Event ID: 5719 and 5783 1053

handling Persistent Reservation failures

If you notice the following errors in the Cluster Validation Wizard output as following, please use the following remediation plan. Physical Disk : PR reserve failed Physical Disk : ResHardDiskArbitrateInternal: PR Arbitration for disk Error Physical Disk : OnlineThread: Unable to arbitrate for the disk Remediation Plan A: Look up the disk number in disk management. Clear the persistent reservation on a disk in a failover cluster. Run   Clear-ClusterDiskReservation -Disk [-Node] -Force  powershell command to clear the reservation on disk.     Remediation Plan B: Shutdown all nodes but keep only one node active Restart that active node while other nodes are shutdown Start clustering with /fq. net.exe stop clussvc net.exe start clussvc /forcequorum Verify that disks are accessible in disk management in the active node, and start other cluster nodes

Trouble shooting RDP Reducing the number of Remote Desktop Licensing Per-User CAL's

Below PowerShell, cmd to view the current TS license detail Get-WmiObject Win32_TSLicenseKeyPack|Select KeyPackId, ProductVersion, TotalLicenses, TypeAndModel|Format-List Below PowerShell, cmd to revoke the required no of TS license from the TS installed server. Invoke-WmiMethod -Class Win32_TSLicenseKeyPack -Name RemoveLicensesWithIdCount -ArgumentList <KeyPackId>,<NumberOfCALsToRemove>

Troubleshooting Delete the Grace period in RDP registry

Delete the Grace period in RDP registry: We can delete the registry fully: Name GracePeriod HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\RCM\GracePeriod