Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form

Tag: Windows Deployment Services

Error Code: 0x80070035: MDT unable to access the Log share, the Network Path was not found

Posted on 11/03/202120/03/2024 IT Expert By IT Expert No Comments on Error Code: 0x80070035: MDT unable to access the Log share, the Network Path was not found
Error Code: 0x80070035: MDT unable to access the Log share, the Network Path was not found

This article will discuss “MDT unable to access the Log share: Network Path was not found”. Kindly refer to the following guides for more information on WDS and MDT. How to setup and install WDS role, how to configure WDS and DHCP Deployment Scenarios: Configure DHCP Options 60, 66, and 67, and Folder Access Denied, you require permission from…

Read More “Error Code: 0x80070035: MDT unable to access the Log share, the Network Path was not found” »

Windows

Failure 5456: Unable to determine destination disk, partition, and/or drive, see BDD Log

Posted on 09/03/202111/05/2026 IT Expert By IT Expert No Comments on Failure 5456: Unable to determine destination disk, partition, and/or drive, see BDD Log
Failure 5456: Unable to determine destination disk, partition, and/or drive, see BDD Log

In this article, we shall discuss “Failure 5456: Unable to determine destination disk, partition, and/or drive, see BDD Log”. The BDD.log is an aggregated MDT log file that is copied to a network location at the end of the deployment if you specify the SLShare property in the Customsettings.ini file. Deployment Toolkit (MDT) provides information on current…

Read More “Failure 5456: Unable to determine destination disk, partition, and/or drive, see BDD Log” »

Windows

How to install PSD Hydration Kit for remote bare-metal deployment or via PXE boot

Posted on 02/03/202125/03/2024 IT Expert By IT Expert No Comments on How to install PSD Hydration Kit for remote bare-metal deployment or via PXE boot
How to install PSD Hydration Kit for remote bare-metal deployment or via PXE boot

PowerShell Deployment Extension for MDT (PSD) enables you to extend your MDT Lite Touch Installation capabilities beyond the traditional IT boundaries. The purpose of PowerShell Deployment for MDT is to create a new deployment solution that provides the same level of automation as MDT but built on a more modern framework “PowerShell”. See the following guides: WDS/DHCP…

Read More “How to install PSD Hydration Kit for remote bare-metal deployment or via PXE boot” »

Windows Server

PowerShell Deployment Extension for MDT: How to deploy Windows using PSD, Microsoft Deployment Toolkit, and Windows Deployment Services

Posted on 02/03/202129/09/2023 IT Expert By IT Expert No Comments on PowerShell Deployment Extension for MDT: How to deploy Windows using PSD, Microsoft Deployment Toolkit, and Windows Deployment Services
PowerShell Deployment Extension for MDT: How to deploy Windows using PSD, Microsoft Deployment Toolkit, and Windows Deployment Services

PowerShell Deployment Extension for MDT (PSD) enables you to extend your MDT Lite Touch Installation capabilities beyond the traditional IT boundaries. The purpose of PowerShell Deployment for MDT is to create a new deployment solution that provides the same level of automation as MDT but built on a more modern framework “PowerShell”. Explore PowerShell Deployment Extension for…

Read More “PowerShell Deployment Extension for MDT: How to deploy Windows using PSD, Microsoft Deployment Toolkit, and Windows Deployment Services” »

Windows Server

What are the differences between Lite-Touch and Zero-Touch installation?

Posted on 01/03/202124/08/2023 IT Expert By IT Expert No Comments on What are the differences between Lite-Touch and Zero-Touch installation?
What are the differences between Lite-Touch and Zero-Touch installation?

In this short article, we will discuss “What are the differences between Lite-Touch and Zero-Touch installation?”. But then, what is Windows Deployment Services  (WDS)? WDS is a server technology from Microsoft for performing network-based installation of Windows Operating Systems (OS). Please see how to add boot and install images to WDS and configure Multicast transmission via the GUI and WDSUTIL,…

Read More “What are the differences between Lite-Touch and Zero-Touch installation?” »

Windows

How to install MDT PowerShell module on Windows

Posted on 05/02/202122/07/2025 IT Expert By IT Expert No Comments on How to install MDT PowerShell module on Windows
How to install MDT PowerShell module on Windows

MDT PowerShell module is a vital tool that enables you to manage your Deployment Share using PowerShell effortlessly. In this article, we shall discuss how to install MDT PowerShell module. The MDT Windows PowerShell cmdlets come in a Windows PowerShell snap-in. The MDT cmdlets will then run from a Windows PowerShell console that has the…

Read More “How to install MDT PowerShell module on Windows” »

Scripts

An error occurred while trying to start the Windows deployment services error 0x906

Posted on 28/01/202108/09/2024 IT Expert By IT Expert No Comments on An error occurred while trying to start the Windows deployment services error 0x906
An error occurred while trying to start the Windows deployment services error 0x906

Windows Deployment Services (WDS) is a Microsoft tool for deploying Windows Operating System (OS) over the network. In Windows Server 2003 it was referred to as Remote Installation Services (RIS). In this article, we shall discuss the steps to fix “An error occurred while trying to start the Windows deployment services error 0x906”. Please see the differences…

Read More “An error occurred while trying to start the Windows deployment services error 0x906” »

Windows Server

MDT Driver injection: How to import drivers in .exe format into Microsoft Deployment Toolkit

Posted on 06/12/202009/09/2023 IT Expert By IT Expert No Comments on MDT Driver injection: How to import drivers in .exe format into Microsoft Deployment Toolkit
MDT Driver injection: How to import drivers in .exe format into Microsoft Deployment Toolkit

The INF files are what Microsoft Deployment Toolkit (MDT) needs for driver injection. Many drivers are distributed as packages, which come in the form of an executable different from the Cabinet Files (CAB). Since the drivers are available in executable (.exe), this cannot be uploaded directly into MDT. If an executable is the only way…

Read More “MDT Driver injection: How to import drivers in .exe format into Microsoft Deployment Toolkit” »

Windows Server

How to disable the Microsoft Deployment Toolkit Task Sequence property sheet

Posted on 06/12/202009/09/2023 IT Expert By IT Expert No Comments on How to disable the Microsoft Deployment Toolkit Task Sequence property sheet
How to disable the Microsoft Deployment Toolkit Task Sequence property sheet

Microsoft Deployment Toolkit (MDT) provides a unified collection of tools, processes, and guidance for automating desktop and server deployments. Task sequences are basic XML files that call on a series of scripts to run parameters chosen by the user when the task was created. Here are a few different types of task sequence tasks, some for capturing images,…

Read More “How to disable the Microsoft Deployment Toolkit Task Sequence property sheet” »

Windows Server

Windows deployment cannot continue, the operating system is missing via MDT deployment

Posted on 28/10/202021/09/2023 IT Expert By IT Expert No Comments on Windows deployment cannot continue, the operating system is missing via MDT deployment
Windows deployment cannot continue, the operating system is missing via MDT deployment

Windows Deployment Services (WDS) is a service role that allows you to deploy the Windows operating system to a PXE-enabled client. and will enable you to deploy a Windows operating system to multiple clients at the same time. In this article, we shall discuss how to fix “Windows deployment cannot continue, the operating system is…

Read More “Windows deployment cannot continue, the operating system is missing via MDT deployment” »

Windows Server

Fix MDT accidental OS deletion

Posted on 28/10/202021/09/2023 IT Expert By IT Expert No Comments on Fix MDT accidental OS deletion
Fix MDT accidental OS deletion

MDT provides a unified collection of tools, processes, and guidance for automating desktop and server deployments. See this guide for more information on how to add an OS to MDT and WDS. We shall learn about “MDT accidental OS deletion: Mistakenly deleted your Operating Systems over Microsoft Deployment Toolkit”. Please see Delete or Rename and…

Read More “Fix MDT accidental OS deletion” »

Windows Server

MDT Invalid credentials: The network was not found

Posted on 09/10/202030/12/2023 IT Expert By IT Expert No Comments on MDT Invalid credentials: The network was not found
MDT Invalid credentials: The network was not found

In this article, you will learn how to fix MDT Invalid credentials: The network was not found. The error message ‘Invalid credentials’ is shown when one of your platforms has trouble connecting due to the provided credentials being incorrect or permission errors. Here are some related errors you will come across when modifying Windows Image. How…

Read More “MDT Invalid credentials: The network was not found” »

Windows

MDT Warning: Unable to set working directory, the application returned an unexpected code 2

Posted on 07/10/202003/09/2023 IT Expert By IT Expert No Comments on MDT Warning: Unable to set working directory, the application returned an unexpected code 2
MDT Warning: Unable to set working directory, the application returned an unexpected code 2

The main function of MDT and WDS is to ease the installation of Windows on remote PCs via the Pre-execution Environment (PXE). PXE requires the use of a Windows Server configured with the Windows Deployment Services (WDS) role. WDS gets the image from the MDT server and then uses WinPE to run the boot.wim file…

Read More “MDT Warning: Unable to set working directory, the application returned an unexpected code 2” »

Windows Server

Posts pagination

Previous 1 2 3 … 5 Next

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • Locationservices
    Enable or Disable Location Services: How to allow apps and services to determine your location on Mac Mac
  • GRADLE FEATURE
    How to install Gradle on Ubuntu Linux
  • EFK Stack
    EFK Stack Installation on Docker Virtualization
  • feature linux boot process
    Linux Boot Process Explained Step by Step for Beginners Linux
  • View installed Updates on Windows
    Get lists of installed Microsoft Windows Updates Windows
  • windows 10 s wallpaper 800x450 1
    How to remove WDS role via the GUI and PowerShell Windows Server
  • TaskScheduler
    Fix Windows Task Scheduler Error 0x1 Windows
  • Azure Backup For AKS
    How to protect Azure Kubernetes Service (AKS) with Azure Backup AWS/Azure/OpenShift

Subscribe to Blog via Email

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

Join 1,800 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

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

Copyright © 2025 TechDirectArchive