ConfigMgr Console

OneVinn Tools that Integrate into ConfigMgr

Topics: ConfigMgr Console

<img style=”float: right;” src=”https://www.recastsoftware.com/wp-content/uploads/2021/10/Recast-Logo-Dark_Horizontal.svg” alt=”Image” height=”43″ width=”150″>

OneVinn Tools

Webinar

March 24: : OneVinn Tools, by Johan Schrewelius & Jorgen Nilsson

Overview

Johan Schrewelius from OneVinn tools has created a treasure trove of tools and scripts that integrate into ConfigMgr from his Blog

I’m going to cover several here as I integrate them into my lab.

  • TSBackground

TS Background is an odd on for your Task Sequence. If used in WinPE, you’ll need* to add some content to your boot images. Technically you don’t have to, but you’ll have to wait until after you’ve formatted the drives before you can launch it. Basically TSBackground will replace the current “look” of a Task Sequence, taking over the TSProgressUI communications and being the replacement UI making the OSD process pretty. Lets face it, Native OSD looks like 90s, which for the most part it totally fine. But if you’re doing in-place reimaging where users might see the process, I personally feel improving the UI brings a professionalism to the IT Department. Anything that interacts with end users should be polished and pretty.

<div class=”NOTE alert alert-note”><h5>NOTE</h5><p><p>This is NOT a full guide, and I’m skipping some parts that add additional functionality, I’m basically setting up minium viable product, to provide a glimpse into the tool. For full implementation, refer to the PDF documentation provided on the download site.</p>
</p></div>

Setup

Setup is well documented in a PDF file. I’m going to give a quick start.

Files and Config

Download the Content, I kept it with my other OSD Source materials. Here is what it looks like extracted:
TSBG 01
TSBG 02
TSBG 03

First thing I did was gather my corporate wallpapers and find one that fit the template best, and gather the corporate colors. I then replaced the Background.jpg that came in the download, which I renamed to BackgroundBackup.jpg, and Place my corporate image in the folder and named it Background.jpg

I then edit the file TSBackground.exe.config, changing colors and updating things for my environment.
TSBG 04

Boot Image Modification

Now its on to your boot image, first you need to ensure you have a few options enabled:
TSBG 05

I’ve highlighted the two minimum components, however for OSD, I have several others to support my OSD TS.

Then we need to go to the Customization Tab
TSBG 06
Here we create a command that does nothing, but you can’t include content without a command. The Content is pointed to the TSBackground folder, and optionally, you can set your corporate background so it’s set as soon as WinPE boots.

Task Sequence Integration

This has been made pretty easy thanks to a zip file that can be imported with all of the steps needed, and you can then copy them into the correct locations:

TSBG 07

At this point, it’s time to add steps in the TS. In the image below, the left side is the provided template, and my OSD TS on the Right.

TSBG 09

<div class=”NOTE alert alert-note”><h5>NOTE</h5><p><p>I’m breaking from the docs on how I implemented it. The Docs recommend OSDInjection to trigger TSBackground.exe, look for section &quot;15&quot;, but I’m cheating and using a step to kick it off manually, which is why you don’t see it in the TS Template provided.</p>
</p></div>

Using the provided steps, I copy them into the corresponding places in my TS. You’ll also want to make sure your TS is setup for Error handling by using Groups and Continue on error. Adam wrote a nice post explaining error handling in depth..

Test Drive

Now that we have the basics in place, lets give it a test drive before we spend too much time customizing. Make sure the basics are working:

VIDEO: Click to open in YouTube
TSBG 10

Summary

It’s a great tool, overall pretty easy to setup, and if you have end users watching your OSD, it’s a great way to add corporate branding to make your processes look polished.

  • Windows 10 Upgrade Tools

Tool number two that I’m going to cover is the Windows 10 Upgrade Tools. This is another multi piece solution to improve the end user experience of upgrading a Windows PC while leveraging a task sequence to do it.

This too I’m not going to implement everything in my lab, just the basics to get it up and running to get you hooked.

Setup

First thing was to download and create the package / Program:

UPG 01

The docs provide a nice walk through for creating the package / program and modifying the config file, I also copied the UPGBackgound MSI into the folder (as the documentation explained to do), along with a branded image.

Files and Config

I made a few modifications to the default highlighted below:
UPG 02

I then deployed the program to a test collection, then waited and watched:
UPG 03
I noticed a couple things I’d like to change in the text, so a quick modification to a file Message.rtf:
UPG 07

Then I saw what I wanted:
UPG 08

I then Scheduled:
UPG 04

I then poked around to see what was created:
UPG 05

Three Scheduled Tasks and a Registry Key with several properties.

So I waited 10 minutes, for when I scheduled the upgrade, and sure enough, I was logged off, and the upgrade screen kicked in. You can see the time on the host machine is exactly when the VM was supposed to upgrade.
UPG 06

Test Drive

VIDEO: Click to open in YouTube
UPG 09

The Console Extension

There is an additional addon to install that adds a monitoring dashboard in the CM Console to easily monitor the progress of the upgrades.

UPG 10
UPG 11

Summary

This tool too is pretty simple to setup with some basic defaults to get the hang of it, then start to customize once you’ve had a few practice runs down so you understand exactly the experience the end user will receive.

This tool does not play well with other community tools, that do similar things, which I had incorporated into my Task Sequence. Once I disabled those, the Upgrade Tools provided by OneVinn worked very well.

<div class=”NOTE alert alert-note”><h5>NOTE</h5><p><p>Things I didn’t test, were upgrade rollback situations or failures.</p>
</p></div>

  • IPU Application

This is the most recent addition OneVinn added and I’m circling back to try it out. The IPU Application is what it sounds like, it’s an Application Model deployment of the Windows Upgrade. It’s not a Task Sequence, it’s not Servicing, but it is still deployed via ConfigMgr. This setup would be more alignment with Servicing with Feature Updates, as it will require updating the SetupConfig.ini file, along with SetupComplete.cmd and other Client Actions to do any customizations or additional tasks.

The Tool helps you configures some options, like injecting driver updates into the Windows upgrade, and adding additional reporting but leveraging static locations in the provided tool.

Setup

Setup is well documented, on par with the other tools. It requires several things for the “basic” setup

  • Hardware Inventory Changes
    • Update to the Configuration.mof
    • Import of the SMS.mof in the Custom Settings hardware inventory tab.
  • Application
    • Very Simple to create, point the Source at a folder
    • Add the Install Command
    • Add the detection logic
    • Copy your Windows Upgrade Media to the Source “Media” folder
  • Collections
    • 5 Collections in all, 3 with queries that require the hardware inventory already setup.
  • Deployment & Maintenance Window (otional)

All of that was fairly simple, so I scripted it and added it to GitHub

Files and Config

Hardware Inventory Changes – Configuration.mof

IPUApp 01

Hardware Inventory Changes – sms.mof (Client Settings)

IPUApp 08
Once completed, you’ll see “IpuResult” added with several values.
IPUApp 09

Setting up App & Collections (GitHub Script)

IPUApp 02

I had already run it once to create the apps, but then it errored creating the collection since the hardware inventory wasn’t done, once I did that, I ran the script again, and it finished successfully.

The App that the script creates:
IPUApp 03
IPUApp 04
IPUApp 05
IPUApp 06
IPUApp 07

Collections

5 Collections are created, 3 that require the updated hardware inventory to be created (basically for reporting), 1 that shows downlevel machines, and one for the deployment. Below shows one using a query based on the custom inventory data.
I’ve set the script to create a custom folder for the collections to keep them organized.

IPUApp 10

In Software Center

IPUApp 11

Demo

In this Demo, I first installed the Custom Action Scripts to create the notifications about the upgrade to provide better insights into what is happening. I felt it would compliment this tool nicely.

Here we see the install kick off, triggering the setup.exe, and the other windows 10 setup executables.
IPUApp 12

IPUApplication creates logs in the programdata folder:
IPUApp 13

In the log you can see that it created the SetupConfig.ini file for you.
IPUApp 14

When complete, user is presented with a nice restart prompt.
IPUApp 15

Deployment Scheduler Add-on

I had to test out the Deployment Scheduler application too, since it was included in the download. Once installed, it creates an icon in the start menu, and when launched is a “replica” of the Software Center:
IPUApp 16

I went ahead and scheduled the upgrade, which was an available deployment. At the scheduled time, it kicked off, starting the download, then installation.
IPUApp 17

The Deployment Scheduler, highlighting the IPU Application: Windows 10 20H2 Upgrade. Once it has downloaded the content it populates this new tab. You can see that this is a very friendly interface for the users.
IPUApp 18

Test Drive

YouTube Video:
IPUApp 19

Summary

This is a nifty alternative way to deploying Windows Upgrades. Leveraging the App Model, SetupConfig.ini, SetupComplete.cmd, and Custom Action Scripts you can do quite a bit with your upgrades.

External Blog Post (CCMEXEC)

  • Web Service for CM

Having a web service opens up a several possibilities during OSD to dynamically pull information, change machine OU, add machine to AD and others.

Setup

To setup the web service, I had to setup a couple active directory users, add an iis feature on my server and then install the application.

Once that is setup, a couple of test, then add the steps to the task sequence using the provided PowerShell scripts.

Once again, a very nicely created solution and a step by step document to help setup.

Files and Config

After extracting the file (Make sure you unblocked the zip file first), I installed the MSI, referencing the documentation, and plugging in the service account information I setup based on the docs.

Then I created the package to use in OSD
Web Service 01
I updated the Configuration.ps1

Web Service 05
Take note of the PreFix & Suffix, you’ll use those when you create the corresponding AD Groups for your software, you’ll need to tag the description in a specific way.

Task Sequence Steps Setup & Test Machine

  • Test Machine = Recast-Lab-60
  • Test User = jim.halpert

The steps are very well documented in the PDF. I added a single step to grab groups which will look up the groups for the primary user (or machine) and build variables.
Web Service 02

I then added my test account as the primary user of the device I am testing on:

Web Service 03

This can be accomplished by right-click, edit primary user, on your test device.

Active Directory Groups for Software

Remember the Configuration.ps1 file that I modified, here you’ll see how the PreFix & Suffix gets used. You can also see I have my test user in this group (along with others).
Web Service 04

Web Portal Test

Before we test in OSD, you can test in your browser on the machine you installed the WebService On.
When you try to connect, you’ll get prompted for creds, use the service account you created for the Task Sequence (SVC_CMTSAction)
Web Service 06
Lets test out if it can get the primary user for a device:
Web Service 07
Web Service 08
That looked good, lets test the service for getting groups:
Web Service 09
Web Service 10
Sweet, that too looks good.

In the Task Sequence now:
Web Service 11

The Connection info is set using a dynamic variable and the value to hidden and will not be shown. The PowerShell Script then runs, leveraging those variables to request the information and build the variables for applications based on the AD Group Membership. Nice!

Test Drive

Youtube Video which covers the Web Service, TSBackground and at the end, LSWatermark OneVinn tools. (My First Live Video with Voice Over)

Web Service 12

Summary

If you’re looking for a way to take OSD up to the next level, and deploy apps dynamically based on users, this is a handy way to do it.

While my demo was using a device I imported and set the primary user on, which is the way I’d always recommend doing OSD, if you use a front end and deploy to unknown devices, you could easily retrofit this to work by having your frontend set your default user, then use the webservice to pull the information for the primary user, I set this up as a proof of concept in my lab, and it also works fine. Point being, once you have this webservice, it’s really up to your creativity how you want to enhance your OSD.

  • Lock Screen Water Mark

This so far has been the most simple of the tools I’ve played with from OneVinn. But it still serves a great purpose if you’re in need of this sorta thing. This tool, when installed on a machine, adds a “Water Mark” image to the lock screen. You can use it for notifications or extra branding, along with information you want to provided to users before logon.

Setup

Setup, create your images, create the app, and deploy it.

Files and Config

LS Watermark 01

Test Drive

An Image of the Tool in action. Here is an image I’ve created and pushed with the install letting people get a message. Now this looks horrible (My White Background Image), because I wanted it to be very obvious the image location that was being displayed, which is 100% configurable.

LS Watermark

Summary

This one was pretty straight forward, you can either point the install at a file share for images, or have several in the local folder on the machine, which you could add to or change after install as well.

  • Scripts

  • Gather Variables Script

This script is will create several variables in your task sequence. If you’re making the move from MDT to native CM, this script will help you make the move. It creates a lot of those variables you’re used to from the “MDT Gather” Step.

The Script:
OneVinn Scripts 02

In a Task Sequence:
OneVinn Scripts 01

Once I run that steps, I have lots of extra nifty variables at my disposal used for conditions or scripts.

  • TS Variables Safe Dump

This script I leverage a lot when troubleshooting. I’ll often use this script before and after a step that leverages variables for a specific outcome, especially when I’m not getting the expected outcome.

I’ll also often place this step in the error handling area, so if a TS fails, it grabs a copy of the variables which can help in troubleshooting.

The Script:
OneVinn Scripts 03

In a Task Sequence:
OneVinn Scripts 04

When you run the step, it creates a file called “TSVariables-DATE”
OneVinn Scripts 05

And it captures all of the variables that aren’t sensitive, hence “Safe Dump”.
OneVinn Scripts 06

  • PS Partition and Format

This script replaces the normal Format Steps in your Task Sequence with one script that leverages a “best practice” method for formatting your partitions to utilize the highest % of the drive for usable storage.

In the TS:

OneVinn Scripts 13

In Action:
OneVinn Scripts 11

YouTube Video Demo:
OneVinn Scripts 12

  • Copy SMSTSLogs

Copy SMSTSLogs is a simple way to have logs zipped up and shipped over to a file share. It leverages your Network Access Account. So if you’re not using one, then you’ll either have to set one up, or look for a another solution, or modify this to use a different account.

You’ll need to setup a variable “SLShare” that points to the UNC path for the logs to go.

OneVinn Scripts 07

Then, a step for the script:
OneVinn Scripts 08

In my TS, when I fails, it goes into that Error handling error and captures the info and saves to a server: (Note, I need to update the TSBackground text for when errors happen)
OneVinn Scripts 09
OneVinn Scripts 10

About Recast Software
1 in 3 organizations using Microsoft Configuration Manager rely on Right Click Tools to surface vulnerabilities and remediate quicker than ever before.
Download Free Tools
Request Pricing

Back to Top