Confirm Domain Join during OSD
I’ve got a small group in my TS that double checks the domain join status, then exit with an error code if the OSD process didn’t join the domain properly. Basically, I’m using PowerShell to do a...
View ArticleOSD with Multi Disk Configs
Over the past year, I’ve been asked several times about how I’d manage OSD when a computer has several disk drives. I’ve dealt with this mostly on the server side of OSD, but from time to time, I have...
View ArticlePowershell Invoke-WebRequest Fails with SSL/TLS Secure Channel
TLDR make sure your system time is correct in Windows & BIOS Ok, this has been well documented around the internet, and the typical answer is: [Net.ServicePointManager]::SecurityProtocol =...
View ArticleDell Command Update – Leveraging with ConfigMgr – Offline Repo Overview
[You are Here] Part 1: Dell Command Update – Leveraging with ConfigMgr – Offline Repo OverviewPart 2: Dell Command Update – Create Custom Catalog for Offline RepoPart 3: Dell Command Update – Creating...
View ArticleDell Command Update – Create Custom Catalog for Offline Repo
Dell Command Update Offline Repo SeriesPart 1: Dell Command Update – Leveraging with ConfigMgr – Offline Repo Overview[You are Here] Part 2: Dell Command Update – Create Custom Catalog for Offline...
View ArticleDell Command Update – Creating the Offline Repo Content
Dell Command Update Offline Repo SeriesPart 1: Dell Command Update – Leveraging with ConfigMgr – Offline Repo OverviewPart 2: Dell Command Update – Create Custom Catalog for Offline Repo[You are Here]...
View ArticleDell Command Update – Offline Repo – TS Integration
This is the post where it all comes together, and we pull down the offline repo to the endpoint and call DCU to install the updates. Dell Command Update Offline Repo SeriesPart 1: Dell Command Update...
View ArticleDell Command Update – Creating the Offline Repo Content – AUTOMATION
Dell Command Update Offline Repo SeriesPart 1: Dell Command Update – Leveraging with ConfigMgr – Offline Repo OverviewPart 2: Dell Command Update – Create Custom Catalog for Offline RepoPart 3: Dell...
View ArticleDell Command Update – pulling back the curtains
TLDR: You need to learn SKU’s (SystemSKUNumber) for Dell systems if you want to be successful in automation for Dell. – Script on GitHub for GARYTOWN’s Dell PS Functions early beta Alright, so I write...
View ArticleDell Command Update – Install & Manage via PowerShell
So if you haven’t read my last post yet, Dell Command Update – pulling back the curtains – GARYTOWN ConfigMgr Blog, you should, as I go into how Dell Command Update (DCU) gets it’s feed of information...
View Article