• Home
  • Virtualization
    • Citrix
    • VMware
  • Coding
    • Apache
    • Powershell
    • VBScript
  • Applications
    • Windows
      • DHCP
      • Group Policy
      • MDT
  • Mobile
    • Android
    • iOS

the STONYWALL blog

where my mind comes to rest...

Menu
  • Home
  • Virtualization
    • Citrix
    • VMware
  • Coding
    • Apache
    • Powershell
    • VBScript
  • Applications
    • Windows
      • DHCP
      • Group Policy
      • MDT
  • Mobile
    • Android
    • iOS
 › Applications
  • MDT: Manually Update ADK and ADK Addon

    Derek Bannard December 9, 2019     Comment Closed     MDT, Powershell

    You have an MDT server, and it’s working well.
    Ideally you would NOT like to start fresh with a new MDT server. Because updating the MDT software (feels like whenever there’s a blue moon) All you really need to do is update your ADK and then update and deploy your MDT deploymentshare. This should take you 15 minutes to accomplish.…

    Read more »

  • Execute all queued .NET Compilation Jobs

    Derek Bannard December 9, 2019     Comment Closed     Powershell, Windows

    This PowerShell function will discover all installed .NET versions and process any Native Image Code queued jobs. Basically, when you install or update .NET, it puts a bunch of compile jobs into the queue to be processed when the system is idle.
    This is also the case if you install a .NET application, it too will place compile jobs into…

    Read more »

  • Adding DHCP server support for PXE BIOS and UEFI Booting – Version 2

    Derek Bannard June 11, 2019     Comment Closed     DHCP, MDT, Powershell

    I had some time and thought I would look at my old DHCP Options script. Well, it was not only dated, but somewhere down the line it stopped working as well as it used to. I made a replacement. Short and simple. It not only is a lot more streamlined, it also is targeted. It will only make changes to…

    Read more »

  • MDT 2013: Adding a Drivers Catch-All Task Sequence

    Derek Bannard May 30, 2019     Comment Closed     MDT

    Some backstory; I have a client that bought some “value” desktops. These desktops have basic OEM Intel motherboards in them.
    The motherboards do not have the Make (Manufacturer) or Model fields populated in the BIOS. Without this information, the MDT driver task sequence that relies on “%Make%” and “%Model%” to populate the MDT folder path to specific drivers will not…

    Read more »

  • Clear Windows Event-Logs

    Derek Bannard February 1, 2019     Comment Closed     Powershell, Windows

    This powershell script… well, function. Will enumerate all Windows even-logs and clear them. This is useful when you want to cleanup a template image or just don’t want any logs hanging around for some reason… your reasons are your own business.
    function Clear-EventLog { Write-Host Clearing all Windows Event-Logs. -ForegroundColor Green wevtutil el | Foreach-Object { Write-Host "Clearing Event-Log $_"…

    Read more »

  • Quick Tips: MDT Task Sequence – Hide From OS or WinPE

    Derek Bannard August 31, 2018     Comment Closed     MDT, Quick Tips

    Hello and welcome to Quick Tips. This quick tip is designed to show a method of limiting the display of MDT task sequences that do not apply to a full OS or a WinPE environment.  If you already know, this will be a refresher.   Limiting a Task Sequence to Display on WinPE Open the task sequence. Under the General…

    Read more »

  • MDT 2013: Moving Computers Into Correct OU on AD Join

    Derek Bannard August 30, 2018     Comment Closed     MDT, Powershell

    When joining a computer to Active Directory (AD) using MDT, you really don’t get too many options. On a fresh install, where the computer AD object doesn’t exist, it will place the computer AD object into the default “Computers” OU or the OU you designate. What happens when you try to join a computer using MDT when the AD object…

    Read more »

  • MDT 2013: Creating a New Template

    Derek Bannard May 22, 2018     Comment Closed     MDT, Powershell

    This script will create a new MDT task sequence template based on the “Client.xml” file and adds it to the list of available templates.  It adds a few “extra” features, which are listed below. Template Name: Windows 10 Client Task Sequence
    Added Features:
    1) Adds a custom step for a drivers path variable “DriverGroup001“, utilizing %Make% and %Model% variables.
    2)…

    Read more »

  • MDT Task Sequence: Inline Surface Pro Pen Pairing without Image Modifications

    Derek Bannard February 3, 2018     Comment Closed     MDT

    Surface Pro tablets are great, for the most part. One of the most useful addons you can get for it is the Surface Pen. It’s great, powerful and useful… only if you remember to pair it to the tablet before giving it to the end-user. I present to you the automated(ish) way to inject the pairing files into the OS…

    Read more »

  • Local Admin Users on Domain Workstations (GPO/AD Method)

    Derek Bannard January 4, 2018     Comment Closed     Group Policy

    This method consists of three parts, two AD security groups and one GPO.
    One security group will be used as a template, but more on that shortly. Important: Looking for guidance adding a new computer to an existing setup, refer to the section Security Group: Authorized Users below.   Requirements Automate as much of the process as possible, for handoff…

    Read more »

  • 1
  • 2
  • Next

Search

Categories

Recent Posts

  • MDT: Manually Update ADK and ADK Addon
  • Execute all queued .NET Compilation Jobs
  • Adding DHCP server support for PXE BIOS and UEFI Booting – Version 2
  • MDT 2013: Adding a Drivers Catch-All Task Sequence
  • Citrix XenApp: Migrating Delivery Groups, the PowerShell Way

Archives

  • December 2019
  • June 2019
  • May 2019
  • March 2019
  • February 2019
  • October 2018
  • August 2018
  • May 2018
  • April 2018
  • February 2018
  • January 2018
  • July 2017
  • June 2017
  • May 2017
  • April 2017
  • November 2016

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org