by Wesley Ellis | May 3, 2024 | IT Troubleshooting, SCCM, Scripts, System Monitoring, Windows Management
Overview This post provides a PowerShell script that creates an SCCM package to check the Windows Remote Management (WinRM) status related to Windows Update. This script ensures that WinRM is configured correctly to support Windows Update operations. Instructions Copy...
by Wesley Ellis | Feb 19, 2024 | Automation, IT Troubleshooting, Network Administration, Scripts
Overview This post provides a batch script that automates the process of clearing the DNS cache on a Windows system. Clearing the DNS cache can resolve issues related to outdated or corrupted DNS entries, ensuring that your system can access the correct IP addresses...
by Wesley Ellis | Aug 4, 2023 | Azure, Code Review, File Storage, IT Troubleshooting
When encountering the “clientOtherError” in Azure file storage, it’s essential to review the client code or library interacting with Azure. Here’s how you can approach this: Steps to Review Client Code or Library Interacting with Azure File Storage...