Hi There,My name is Dan, I currently work in London as a SCCM consultant on a working holiday from Australia.I will be updating this blog from time to time with tips on application packaging and OS Deployment , specifically using MDT/SCCM.If you have any questions dont hesitate to contact me.LinkedIn: https://uk.linkedin.com/in/dan-padgett-36b982a5Cheers,Dan
MBAM support to end July 2019
MBAM (Microsoft Bitlocker Administration & Monitoring) is one of those tools that I recommend to clients by default. MBAM is bundled with MDOP (Microsoft Desktop Optimisation Pack). MBAM extends Bitlocker and adds additional features such as: Secure key escrow to SQL Key rotation Reporting/Auditing Helpdesk/self-service portal (although self-service is rarely used) PIN prompt (users can are … Continue reading MBAM support to end July 2019
Field Notes: CMG ARM Deployment Error
ConfigMgr CB 1802 was shipped with the option of deploying the Cloud Management Gateway (CMG) via an Azure Resource Manager deployment, this was a welcome addition as it meant one less certificate when provisioning the CMG. I was deploying a new CMG instance for a client recently and was running into a rather unusual error. … Continue reading Field Notes: CMG ARM Deployment Error
Windows 10 Image Maintenance & Cleanup
Note - If you are viewing this page on a mobile device some embedded code may not display, switch your mobile browser to desktop mode. Since the release of the cumulative update model, managing Windows updates has become a much simpler process. Updates are typically released broadly to enterprise devices monthly after they have gone … Continue reading Windows 10 Image Maintenance & Cleanup
Reassign ConfigMgr Clients – PowerShell
During a recent ConfigMgr side by side migration project i needed a way to reassign clients from an old site to new. On a number of machines the client had hard coded the site code into the registry either manually or via Group Policy. If the group policy is removed the site code remains static … Continue reading Reassign ConfigMgr Clients – PowerShell
Building a ConfigMgr Lab In Azure
A lab in the cloud? Nice! If you are anything like me and do not have the ability to create a Lab environment at home (those who flat share will understand) but still would like the option to test new ConfigMgr features away from your production environment, there is a quick and easy solution. Azure … Continue reading Building a ConfigMgr Lab In Azure
SCCM SQL Query – Client Push Queue
I was looking into the built-in SSRS report titled 'Client push installation status details'. This report shows the status of all client push attempts, including error codes. I needed to extend this information for a client to include the workstations Active Directory Site name. I looked into SSRS and noticed it used the following stored … Continue reading SCCM SQL Query – Client Push Queue
Gather SCCM Site Code – PowerShell
During a recent ConfigMgr side by side migration project I was asked to provide a reliable way to return AD Site and SCCM site code information for each computer in an OU. The below PowerShell script is what i came up with. https://gist.github.com/danjpadgett/53d5178ef2530eb1075f967301ac695a The script will return Name, ADSite and SCCM site code information for … Continue reading Gather SCCM Site Code – PowerShell
Automating Kiosk Mode in Windows
I was recently tasked with setting up a line of "Kiosk" machines (running Windows 10) to serve just internet explorer to users, with no access to other applications. There are a few approaches to this however here are the issues i found with them: From Windows 8.1 onward you can use Assigned Access . Microsoft Edge … Continue reading Automating Kiosk Mode in Windows
Managing Windows as a Service (WaaS)
Introduction Prior to Windows 10, Microsoft released new versions of Windows every few years, this schedule stalled the release of new features and caused headaches for IT to upskill staff due to significant changes in the Operating System. Microsoft have stated that Windows 10 will be the last major OS release but by no means … Continue reading Managing Windows as a Service (WaaS)