Surender Kumar wrote a new post, Debugging an IIS 500 – Internal server error 2 days, 9 hours ago
If your Internet Information Services (IIS) produces a 500 – Internal server error, your website is in serious trouble. Debugging an IIS 500 – Internal server error can take some time, so you’d better be prepared for the worst-case scenario. You don’t want to research how to deal with this error under time pressure.
Surender Kumar commented on Install Windows Subsystem for Linux (WSL) in Windows 11 3 days, 19 hours ago
GUI apps are now fully integrated in WSL2 to seamlessly work with Windows. You can read more here: https://docs.microsoft.com/en-us/windows/wsl/tutorials/gui-apps
In my last article, we created a new VM for Kali Linux, mounted the ISO file to its virtual DVD drive, and changed the boot order so that the VM could boot from the virtual DVD drive. Here, I will show how to start and stop a Hyper-V with PowerShell. You’ll also learn how to disable secure boot with PowerShell.
In this new post of my Hyper-V management series, I will explain how create a Hyper-VM with PowerShell.
Surender Kumar wrote a new post, IIS Failed Request Tracing 2 weeks, 1 day ago
Failed Request Tracing is the most important IIS feature for diagnosing and troubleshooting any problem. It helps you determine what is exactly going on with your requests and why, provided you could reproduce the problem after enabling the failed request tracing feature.
Surender Kumar wrote a new post, Enable detailed IIS errors 2 weeks, 5 days ago
By default, the IIS server is set to show detailed errors for local requests only, whereas it displays a custom error page for remote requests. This is done for security reasons, since detailed errors could reveal potentially detailed technical information about the web server and website.
In this second post in my series about Hyper-V management with PowerShell I will explain how to create a Hyper-V virtual switch with PowerShell. In my previous post I explained how to install Hyper-V with PowerShell.
Surender Kumar created the doc
Install Hyper-V with PowerShell
1 month ago
In this first post of my series about managing Hyper-V with PowerShell I will outline how to install Hyper-V Server and the Hyper-V role with PowerShell.
The -h switch of PsExec takes care of elevation problems. By the way, if nothing else works, you could use regular PowerShell remoting command like this:
Invoke-Command -ComputerName remoteServer -FilePath D:ScriptsyourScript.ps1 -Credential domainadmin
Surender Kumar liked Passwordless authentication with FIDO2 and Azure Active Directory. (So far, This post has 2 likes) 1 month ago
Thank you for pointing that out. The error has been corrected.
Surender Kumar liked Using the Convert-EventLogRecord function alongside the Get-WinEvent PowerShell cmdlet to search Windows event logs. (So far, This post has 7 likes) 1 month ago
Surender Kumar wrote a new post, SMB port number: Ports 445, 139, 138, and 137 explained 1 month, 1 week ago
Surender Kumar liked Chrome: Manage extensions with PowerShell. (So far, This post has 3 likes) 1 month, 1 week ago
Surender Kumar liked DFS Replication. (So far, This post has 1 likes) 1 month, 2 weeks ago
Surender Kumar liked Azure Conditional Access policies not working in Google Chrome. (So far, This post has 1 likes) 1 month, 2 weeks ago
Surender Kumar wrote a new post, icacls: List, set, grant, remove, and deny permissions 1 month, 3 weeks ago
In this comprehensive icacls guide, you’ll learn how to list, set, grant, remove, and deny permissions, as well as everything you need to know about Microsoft’s command line tool for managing file and folder permissions.
Surender Kumar liked Have you been pwned? Try Enzoic for Active Directory compromised credentials protection. (So far, This post has 1 likes) 1 month, 3 weeks ago
Surender Kumar liked PowerShell remoting between Windows and Linux. (So far, This post has 12 likes) 1 month, 3 weeks ago
- Load More