We’d Love to Hear From You!

Thank you for visiting www.TechTutsOnline.com. Whether you have a question, feedback, or a collaboration proposal, we’re eager to connect with you. Our community thrives on the interaction and contributions of tech enthusiasts like you. Please use the information below to get in touch with us.

    Recent articles

    • Add-WindowsCapability failed Error code = 0x800f0954

      How to fix Add-WindowsCapability failed error When enabling optional features or Remote Server Administration Tools (RSAT) with PowerShell on Windows, you might encounter the error message shown below. RSAT is a set of Windows features that allows you to manage and administer remote servers and services from your local computer. Add-WindowsCapability failed. Error code =

      July 16, 2024
    • SqlPackage to export and import SQL server databases

      SqlPackage – An ultimate tool for SQL server database export and import In today’s fast-paced digital world, managing databases efficiently is crucial for developers and database administrators (DBAs). Whether it’s backing up your database, migrating to a new server, or setting up a development environment, having the right tools can make a significant difference. One

      June 12, 2024
    • Find the path of an executable with PowerShell

      Find the executable path with PowerShell Did you ever need to find the path of an executable in Windows? For instance, you run adb.exe command and it magically works but you don’t know where the executable is actually located on your Windows system. In a traditional command prompt (i.e., cmd.exe), you can simply run the

      April 23, 2024
    • Programmatically create a network bridge in Windows

      Programmatically create a network bridge in Windows Did you ever get stuck when creating a network bridge programmatically? You can do that quickly with the graphical user interface (GUI), as shown in the screenshot below. But what if you want to create a bridge without using the GUI option? Well, it is not possible until

      December 5, 2023
    • Windows Defender Credential Guard does not allow using saved credentials

      Windows Defender Credential Guard does not allow using saved credentials This short post helps you resolve the following error: Your credentials did not work Windows Defender Credential Guard does not allow using saved credentials Cause of error Let’s first understand the cause of this error. Windows Defender Credential Guard is a security feature that protects

      August 28, 2023
    • Remove secrets from AWS secrets manager with PowerShell

      Remove secrets from AWS secrets manager with PowerShell Recently, I wrote a post on how to securely store secrets in AWS secrets manager. If you are already using the Secrets Manager, you might come across the following error: You can’t create this secret because a secret with this name is already scheduled for deletion Cause

      May 31, 2023