FMSCUG 1708.

Slides:



Advertisements
Similar presentations
MODULE 3: OS & APP LAYERS. Agenda Preparing and importing a gold image Creating and understanding Install Machines Creating basic Application layers Understanding.
Advertisements

APP-V 5.0 SP2 (MDOP 2013 R2) Presenter - Fred
Scripting Automated Solutions for Siemens PLM Software
CONFIGMGR 2012 R2 OSD TIPS AND TRICKS Presenter - Fred
A Tour of System Center Configuration Manager Adam Duffy Edina Public Schools.
WIN-B331 Get a consistent, personal Windows experience that matches your unique work style Easy for IT to deliver personal, user-defined experiences.
Module 16: Software Maintenance Using Windows Server Update Services.
Michael Niehaus Windows Store Apps Traditional Desktop Apps Setup.exe installers Windows Installer (MSI) OneClick (.NET) App-V,
Deploying Windows 8 with System Center Configuration Manager 2012 HOWARD A. CARTER III SENIOR CONSULTANT DMVMUG User Conference 2013.
Richard Zuraff General Mills
Planning an Installation and d Upgrade. Learning Objectives  To learn how to plan an upgrade and installation.
WCL303 Business Desktop Deployment (BDD) 2007: Part 2, Deploying the 2007 Office system Michael Niehaus Systems Design Engineer Microsoft
Introduction to MDT 2012 User Driven Installs (UDI)
Michael Niehaus Using the Windows Store for Business: New Capabilities for Managing Apps in the Enterprise WIN335.
Virtual techdays INDIA │ 9-11 February 2011 Unleash the power of MDT 2010 Kaliyan Selvaraj │ Sr. Technical Consultant, Dell India.
Community Rules Session Subtitle Jörgen Nilsson Kent Agerlund
ITMT Windows 7 Configuration Chapter 3 – Deploying Windows 7 ITMT 1371 – Windows 7 Configuration 1.
The best of WF 4.0 and AppFabric Damir Dobric MVP-Connected System Developer Microsoft Connected System Division Advisor Visual Studio Inner Circle member.
In an increasingly competitive industry is certified by a recognized provider as Microsoft exam will dramatically improve your chances busy. Microsoft.
Updating yourUpdating your Enterprise Environment Ronnie Jakobsen Senior Architect Coretech Kent Agerlund Chief Technical Architect.
Leveraging SCCM: Brockport’s Journey to Software Deployment and Image Automation Thomas Calandra Stephen Lane.
SharePoint 101 – An Overview of SharePoint 2010, 2013 and Office 365
Microsoft Virtual Academy
Core ELN Training: Office Web Apps (OWA)
Lesson 19: Configuring and Managing Updates
Stress Free Deployments with Octopus Deploy
Linux Security Presenter: Dolev Farhi |
System Center 2012 Configuration Manager
Constructing Deploying and Maintaining Enterprise Systems
Supporting Windows 8.1 Krystle Portocarrero | Training Experts Inc.
OSD Front-Ends Henrik Rading Blog.coretech.dk/hra Senior Consultant
Supporting Windows 8.1 Krystle Portocarrero | Training Experts Inc.
Manage Microsoft devices like a Pro
Deploying and Maintaining Server Images
Modernize ConfigMgr OSD with Community Tools
Unleash the Power of Microsoft Deployment Toolkit 2010
Create your Benner - intro
Troubleshooting Windows 10 Deployment: Top 10 Tips and Tricks
Deployment & Management with PSADK, SCCM & EM
Introduction With TimeCard users can tag SharePoint events with information that converts them into time sheets. This way they can report.
9/18/2018 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
9/18/2018 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Newness and Coolness in Configuration MANAGER
Microsoft Question Answers - Valid Microsoft Dumps PDF Dumps4download.us
System Center Configuration Manager: What’s New?
Microsoft Virtual Academy
FMSCUG 1803.
CRM 2016 Solutions and Package Deployer
TechEd /24/2018 5:46 PM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered.
For those about to Deploy (We Salute You)
Windows 7 Deployment en Masse
Training course Part 2: Administration tasks
Microsoft Virtual Academy
Deploying Windows 7 Lesson 3.
1/16/ :40 PM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or.
SSDT and Database Project Basics
Microsoft Virtual Academy
Windows 8.1 Deployment Jump Start
TechEd /23/2019 9:23 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Windows 10 Deployment with MDT 2016 (8443)
Microsoft 365 Business Technical Fundamentals Series
Chapter 7: Biomass and Fossil Fuels Digital Interactive Notebook Pages
SCCM Advanced Task Sequence Part 1
TechEd /30/ :28 PM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered.
Preparing for the Windows 8.1 MCSA
Microsoft 365 Business Technical Fundamentals Series
IT Management, Simplified
Samuel Kastberg Scripting a BizTalk Server installation
Presentation transcript:

FMSCUG 1708

Housekeeping New Logo – Thoughts? Topic Ideas Office365 Free SCCM Training https://mnscug.org/misc/articles/489-mnscug-configuration-manager-trainings-2

Giveaway The Pester Book by Adam Bertram We’ll draw names at the end, don’t let me forget!

ConfigMgr/Windows News SCCM v1706 is out! Script Support Collapsible Task Sequences Built-in Surface Driver Updates Windows 10 v1703 declared “Widely Available” 3 more months of support for v1511 Windows 10 v1709 nearing completion

Or how to make the best out of a terrible situation Dealing with Drivers Or how to make the best out of a terrible situation

Intro Scott Erickson Senior Systems Engineer - SCCM Blue Cross Blue Shield of North Dakota SCCM, Endpoint Management Deployallthethings.com @ScottEricksonJr

Driver Methodologies Lots of ways to solve this problem Use the Auto Apply Drivers action Driver packages Regular Packages Scipted (FMSCUG driver installer) Loose drivers & DISM Others???

There is no right way to do drivers…. But there is a wrong way.

Demo

What we want Total Control over what drivers get installed No editing of Task Sequences when a new device model comes in No driver imports Minimal steps in the Task Sequence

The “Holy Grail” Method http://www.oscc.be/sccm/osd/The-holy-grail-of-ConfigMgr-diver-management,-or- whatever-you-want-to-call-it/ The Solution Regular Packages with content containing all the drivers for a model An XML export of all packages A Powershell script ran in your Task Sequence Clever use of an override-able variable A Status Filter Rule to tie it all together

Demo

Application Packaging with the PowerShell App Deploy Toolkit SCCM & PSADT Application Packaging with the PowerShell App Deploy Toolkit

Intro Evan Bittle Endpoint Administrator Blue Cross Blue Shield of North Dakota Focus on OSD, MDT, SCCM @Bittletime This is just a basic overview. There’s much more depth to PSADT than what I’ll show here. Ask questions, start a conversation.

PSADT – What is it? “The PowerShell App Deploy Toolkit is a set of functions to perform common application deployment tasks and to interact with the user during a deployment. It simplifies the complex scripting challenges of deploying applications in the enterprise, provides a consistent deployment experience and improves installation success rates.” “Can be used to replace other script wrappers with one versatile, re-usable and extensible tool.” All of this information and more is available in the PSADT Admin Guide.

PSADT – Where do you get it? Step 1: Google. Step 2: Download. Step 3: ??? Step 4: Profit! http://psappdeploytoolkit.com/ https://github.com/PSAppDeployToolkit Check out this sweet PowerPoint. Package some apps!

PSADT Contents Keep a copy of these as an unmodified “template”. Each app you package will include these files and folders.

PSADT Contents Files folder stores any EXE, MSI, REG, Response Files, etc.; any files you need to install an application. Deploy-Application.exe executes the PSADT processes. Deploy-Application.ps1 is where the magic happens.

Deploy-Application.ps1 Customizable script you modify to install the application. Uses normal PowerShell coding but with added features. Looks worse than it is.

Deploy-Application.ps1 - Sections Pre-Installation Installation Post-Installation Pre-Uninstallation Uninstallation Post-Uninstallation

e.g. Scripting Install Find the Install section. Write in your code. You can test you’re your script and the entire install process locally by running Deploy-Application.exe as Admin.

PSADT unique functions and variables Available and detailed in the Admin Guide.

Deploying the App in SCCM Create an application like normal. Set the install: Deploy-Application.exe Uninstall: Deploy-Application.exe /Uninstall