Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
  • Laps in Windows
    How to Reset Services Restore Mode (DSRM) Password Windows Server
  • macOS
    How to upgrade macOS Big Sur to macOS Monterey Mac
  • how to bypass windows admin log in password 2
    How to disable Lock Screen on Windows 10 via Registry Editor Windows
  • Screenshot 2022 04 02 at 22.59.54
    How to fix importing the project failed: Project namespace path can contain only letters, digits, etc Version Control System
  • appp
    How to automatically reopen Windows Apps and Folders upon Startup Windows
  • Clone a Virtual Machine via Export and Import
    Clone a Virtual Machine via Export and Import: How to copy Virtual Hard Disk on Hyper-V Virtualization
  • screenshot 2020 02 08 at 15.53.31
    Auto Logon Error “Username and password specified is not valid” Windows
  • RUST FEATURE
    How to install Rust in a Linux System Linux

Category: Scripts

Explore versatile scripting solutions with PowerShell, Python, Bash, and more to automate tasks, streamline workflows, and boost productivity across platforms

Fix FileNotFoundError: [Errno 2] No such file or directory

Posted on 12/10/202415/10/2024 Christian By Christian No Comments on Fix FileNotFoundError: [Errno 2] No such file or directory
Fix FileNotFoundError: [Errno 2] No such file or directory

In this article, you will learn how to fix FileNotFoundError: [Errno 2] No such file or directory. A FileNotFoundError occurs in Python when you try to access a file that doesn’t exist in the specified directory or path. Please see how to “Enable the Virtual Machine Platform Windows Feature and ensure Virtualization is enabled in…

Read More “Fix FileNotFoundError: [Errno 2] No such file or directory” »

Scripts, Windows Server

How to Restore Deleted Azure App Service Using PowerShell

Posted on 27/03/202428/03/2024 Imoh Etuk By Imoh Etuk No Comments on How to Restore Deleted Azure App Service Using PowerShell
How to Restore Deleted Azure App Service Using PowerShell

In this post, I will briefly take you through how to Restore Deleted Azure App Service Using PowerShell. Before I proceed, let’s talk about Azure App service in detail. Azure App Service is a managed platform created by Microsoft for hosting web applications, mobile backends, and RESTful APIs. You can easily deploy WordPress on Azure…

Read More “How to Restore Deleted Azure App Service Using PowerShell” »

Automation, AWS/Azure/OpenShift, Scripts

Retrieve Recent Windows Update: How to create batch script files

Posted on 01/07/202324/10/2024 Matthew By Matthew No Comments on Retrieve Recent Windows Update: How to create batch script files
Retrieve Recent Windows Update: How to create batch script files

In this guide, we’ll explore different ways to create and Retrieve Recent Windows Update: How to create batch script files on Windows 11. Please see How to use Command-Line on Git Bash and GitHub Desktop to PUSH local code to GitHub, and How to Upload Batch Files to Azure Storage Account Using Azure CLI. Batch…

Read More “Retrieve Recent Windows Update: How to create batch script files” »

Scripts, Windows

Build Docker Images with GitLab CI

Posted on 29/06/202302/07/2023 Imoh Etuk By Imoh Etuk No Comments on Build Docker Images with GitLab CI
Build Docker Images with GitLab CI

GitLab CI/CD is a software development solution that enables enterprises to implement “continuous” approaches such as continuous integration (CI), continuous delivery (CD), and continuous deployment (CD). You may detect code flaws and bugs early in the software development life cycle (SDLC) by using GitLab CI/CD. It assists you in ensuring that any code you deploy…

Read More “Build Docker Images with GitLab CI” »

Automation, Configuration Management Tool, Scripts

How to Install SASS on VsCode

Posted on 20/05/202331/05/2023 Imoh Etuk By Imoh Etuk No Comments on How to Install SASS on VsCode
How to Install SASS on VsCode

In this post, I take you through how to install SASS on VsCode. SASS which stands for Syntactically Awesome Style Sheets is a CSS preprocessor that gives your CSS superpowers. SASS comes in to help due to how larger, and more complex of maintaining Stylesheets have become. It is an extension of CSS and a…

Read More “How to Install SASS on VsCode” »

Scripts

Visualize MBAM Recovery Audit Report with Python

Posted on 08/04/202327/08/2024 Christian By Christian No Comments on Visualize MBAM Recovery Audit Report with Python
Visualize MBAM Recovery Audit Report with Python

Using Python with SQL Server 2017 SSRS should not be an obstacle, since the framework and the technology are the same as with the R language. With SQL Server 2017, Python got full and functional support for native SSRS. But in this guide, we will not be querying the SSRS with Python but we discuss…

Read More “Visualize MBAM Recovery Audit Report with Python” »

Automation, Oracle/MSSQL/MySQL, Scripts, Windows Server

Create Chocolatey Package: Upgrade Software with Chocolatey

Posted on 25/10/202216/12/2023 Imoh Etuk By Imoh Etuk No Comments on Create Chocolatey Package: Upgrade Software with Chocolatey
Create Chocolatey Package: Upgrade Software with Chocolatey

Learn how to create Chocolatey Package: Upgrade Software with Chocolatey in this blog post. IT professionals must look at better ways to carry out mundane tasks as automation becomes more of a need than a nicety; one such duty is software installation. It would be better for you to come up with an alternative method…

Read More “Create Chocolatey Package: Upgrade Software with Chocolatey” »

Scripts, Windows

Associate SSH Public key with Azure Linux VM

Posted on 19/09/202203/04/2024 Imoh Etuk By Imoh Etuk 1 Comment on Associate SSH Public key with Azure Linux VM
Associate SSH Public key with Azure Linux VM

You can create virtual machines (VMs) in Azure that use SSH keys for authentication using a secure shell (SSH) key pair. This article will demonstrate how to quickly generate and use an SSH public-private key file pair for Linux virtual machines. This guide shows the step on how to use PowerShell to generate and associate…

Read More “Associate SSH Public key with Azure Linux VM” »

AWS/Azure/OpenShift, Linux, Scripts

Access AWS Management Console and Create Resources with AWS CLI on Windows

Posted on 09/09/202215/12/2023 Imoh Etuk By Imoh Etuk No Comments on Access AWS Management Console and Create Resources with AWS CLI on Windows
Access AWS Management Console and Create Resources with AWS CLI on Windows

The AWS Management Command Line Interface (AWS CLI) is a centralized management tool for AWS Management. You can control multiple AWS services from the command line and automate them using scripts with just one tool to download and configure. Amazon Web Services (AWS) is the market leader and a leading innovator in cloud computing. In…

Read More “Access AWS Management Console and Create Resources with AWS CLI on Windows” »

AWS/Azure/OpenShift, Scripts

Attack Surface Reduction Configuration with Microsoft Defender

Posted on 23/08/202206/12/2024 Imoh Etuk By Imoh Etuk No Comments on Attack Surface Reduction Configuration with Microsoft Defender
Attack Surface Reduction Configuration with Microsoft Defender

In this articele, we wil discuss Attack Surface Reduction Configuration with Microsoft Defender. Microsoft Defender is a free, built-in antivirus for Windows. Until May 10th, 2020, it was known as Windows Defender, and in the most recent versions of Windows 10. Please see How to install and debug logs with the CMTrace Tool, and Insight…

Read More “Attack Surface Reduction Configuration with Microsoft Defender” »

Scripts, Security | Vulnerability Scans and Assessment, Windows, Windows Server

Create and Delete Registry Keys via PowerShell in Windows

Posted on 27/07/202201/10/2024 Matthew By Matthew No Comments on Create and Delete Registry Keys via PowerShell in Windows
Create and Delete Registry Keys via PowerShell in Windows

The Registry Editor (regedit.exe) and the reg.exe command-line utility aren’t the only tools in Windows for accessing and managing the registry. PowerShell offers a lot of tools for administrators to interact with the registry. In this article, you will learn “Get and Edit Registry Keys: How to Create and Delete Registry Keys via PowerShell in…

Read More “Create and Delete Registry Keys via PowerShell in Windows” »

Scripts, Windows

Create and find Organisation Unit paths in AD

Posted on 16/06/202204/06/2023 Christian By Christian No Comments on Create and find Organisation Unit paths in AD
Create and find Organisation Unit paths in AD

Organizational units (OUs) in an Active Directory Domain Services (AD DS) managed domain enables you to logically group objects such as user accounts, service accounts, or computer accounts together. You may also be interested in learning about how to create Organisation Units, Service Accounts, and Active Directory Security Groups, and Active Directory Structure: Forest Trees,…

Read More “Create and find Organisation Unit paths in AD” »

Scripts, Windows Server

How to fix the Security Database on the Server does not have a Computer Account for this Workstation Trust Relationship on Windows Server [Part 2]

Posted on 14/10/202126/08/2023 Temitope Odemo By Temitope Odemo 1 Comment on How to fix the Security Database on the Server does not have a Computer Account for this Workstation Trust Relationship on Windows Server [Part 2]
How to fix the Security Database on the Server does not have a Computer Account for this Workstation Trust Relationship on Windows Server [Part 2]

There are always daily system issues that users have to deal with and one of these issues is the “The Security Database on the Server does not have a Computer Account for this Workstation Trust Relationship”. This is one type of specific error that never seems to go away and it sometimes appears when you…

Read More “How to fix the Security Database on the Server does not have a Computer Account for this Workstation Trust Relationship on Windows Server [Part 2]” »

Scripts, Windows, Windows Server

Posts pagination

1 2 3 Next

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

sysadmin top30a

  • Laps in Windows
    How to Reset Services Restore Mode (DSRM) Password Windows Server
  • macOS
    How to upgrade macOS Big Sur to macOS Monterey Mac
  • how to bypass windows admin log in password 2
    How to disable Lock Screen on Windows 10 via Registry Editor Windows
  • Screenshot 2022 04 02 at 22.59.54
    How to fix importing the project failed: Project namespace path can contain only letters, digits, etc Version Control System
  • appp
    How to automatically reopen Windows Apps and Folders upon Startup Windows
  • Clone a Virtual Machine via Export and Import
    Clone a Virtual Machine via Export and Import: How to copy Virtual Hard Disk on Hyper-V Virtualization
  • screenshot 2020 02 08 at 15.53.31
    Auto Logon Error “Username and password specified is not valid” Windows
  • RUST FEATURE
    How to install Rust in a Linux System Linux

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,839 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

AWS Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive