SlideShare a Scribd company logo
www.wpninjas.eu
Sensitivity: INTERNAL
Windows Autopilot
Don't let the perfect be the enemy of the better
Ronni Pedersen
Cloud Architect
APENTO
www.wpninjas.eu
Sensitivity: INTERNAL
V-Platin Sponsor V-Gold Sponsor
Event Sponsors
www.wpninjas.eu
Sensitivity: INTERNAL
3
Ronni Pedersen
Cloud Architect
ā€¢ APENTO ApS
ā€¢ Microsoft MVP: Enterprise Mobility (13 years)
ā€¢ MCSE/MCSA/MCITP/MCTS (+75 certifications)
ā€¢ ITIL Foundation Certified
ā€¢ Microsoft Certified Trainer (MCT) since 2007
Contact Me
ā€¢ Twitter: @ronnipedersen
ā€¢ Website: https://www.apento.com/
ā€¢ Blog: https://www.ronnipedersen.com/
ā€¢ Mail: rop@apento.com
ā€¢ Phone: +45 2085 9452
www.wpninjas.eu
Sensitivity: INTERNAL
Agenda
ā€¢ Windows Autopilot Overview
ā€¢ A successful Proof-Of-Concept
ā€¢ Device Registration
ā€¢ Working OEM / Partner
ā€¢ Existing devices
ā€¢ Apps and Policies
ā€¢ Tip & Tricks
www.wpninjas.eu
Sensitivity: INTERNAL
Modern Windows deployment
Un-box and turn
on
off-the-shelf
Windows PC
Device is ready
for productive use
Transform with
minimal
user interaction
www.wpninjas.eu
Sensitivity: INTERNAL
The Deployment Process
OEM-optimized Windows 10
+ Software
+ Settings
+ Updates
+ Features
+ User data
Ready for productive use
www.wpninjas.eu
Sensitivity: INTERNAL
Windows Autopilot overview
Configure
Windows
Autopilot profile
Profiledownload
Device IDs
Hardware Vendor
IT Admin
Ship
Deliver direct to Employee
Employee unboxes
device, self-deploys
IntuneWindows Autopilot
Device sync
Autopilot profile sync
www.wpninjas.eu
Sensitivity: INTERNAL
DEMO
User-driven Deployment:
End User Experience
www.wpninjas.eu
Sensitivity: INTERNAL
Project Overview
Pilot Users and Project Scope
Register devices (New and existing)
Assign profile, Applications and Policies
Deploy and Evaluate the PoC
www.wpninjas.eu
Sensitivity: INTERNAL
Pilot Users and Project Scope
Keep it simpleā€¦
www.wpninjas.eu
Sensitivity: INTERNAL
Start with a ā€simpleā€ Pilot
Typical requirements for a Proof of Concept (Phase 1)
ā€¢ User-driven Azure AD Domain Joined
ā€¢ Self-deploying can be more complex for some customers
ā€¢ Deployment of Office 365 Apps and Software Updates
ā€¢ Local administrative rights?
ā€¢ Co-managed by both Intune and SCCM?
ā€¢ Focus on new devices only (Focus on existing devices in the 2nd or 3rd phase).
ā€¢ Just start with the basic apps:
ā€¢ Company Portal
ā€¢ Office 365 Apps
ā€¢ Microsoft Edge
ā€¢ Optional: The SCCM client
ā€¢ Go live with Pilot users (Do it fast)
www.wpninjas.eu
Sensitivity: INTERNAL
Document the process
The process of deploying/provisioning a new device should be:
ā€¢ Import the new device in Autopilot
ā€¢ The new device will automatically be added to a dynamic group in Azure AD
ā€¢ The Windows Autopilot profile should be deployed to the dynamic group
ā€¢ Device is shipped to the end user that will complete the setup of the device
During setup (first user login) of the autopilot process will run the following steps:
ā€¢ Change the edition of Windows 10 being used (Pro to Enterprise) to support advanced features.
ā€¢ Apply Configuration Policies and Security Baselines to the device
ā€¢ Install Apps (Company Portal, Office 365 etc.)
ā€¢ Optional: Install the SCCM Client
ā€¢ Optional: The SCCM Client will launch the Provisioning Task Sequence
www.wpninjas.eu
Sensitivity: INTERNAL
Windows AutoPilot Best Practices
The ideal pilot user
ā€¢ Users that only needs access to resources that can be accessed using
cloud-based services (like Office 365 and SalesForce).
ā€¢ Users will be created and maintained in the on-prem Active Directory, and
then synced to Azure Active Directory.
Devices
ā€¢ Use physical machines when required
ā€¢ Self-deploying mode
ā€¢ White glove (also requires Ethernet connection)
www.wpninjas.eu
Sensitivity: INTERNAL
Need on-prem access?
ā€¢ Avoid the Hybrid AAD path if possible
ā€¢ Move services to the cloud
ā€¢ Office 365
ā€¢ OneDrive / SharePoint / Teams
ā€¢ Publish your internal services, so they work from any device and location
ā€¢ Azure Application Proxy
ā€¢ Windows Virtual Desktop
www.wpninjas.eu
Sensitivity: INTERNAL
Device Registration
www.wpninjas.eu
Sensitivity: INTERNAL
Register Devices
www.wpninjas.eu
Sensitivity: INTERNAL
OEM Windows Autopilot Offerings
Work close with your OEM, distributer or Microsoft Partner (Or you will fail)
ā€¢ Device registration
ā€¢ Clean images (Signature Edition, Autopilot Ready etc.)
ā€¢ Choice of versions
ā€¢ Options for customization (e.g. adding apps)
ā€¢ White glove offerings
ā€¢ Ask your OEM, distributor or reseller what capabilities they offer and what costs are involved.
www.wpninjas.eu
Sensitivity: INTERNAL
DEMO
Microsoft Partner Experience
Importing new devices for your customers
www.wpninjas.eu
Sensitivity: INTERNAL
www.wpninjas.eu
Sensitivity: INTERNAL
Microsoft CSP Partners
www.wpninjas.eu
Sensitivity: INTERNAL
Importing Existing Devices
Get-WindowsAutoPilotInfo.ps1
ā€¢ Online (Add computers to Windows Autopilot via the Intune Grahp API)
ā€¢ GroupTag (Optional tag value)
ā€¢ AssignedUser (UPN of the user to be assigned to the device)
ā€¢ AssignedComputerName (Azure AD Join only + ā€œOnlineā€ only). Sorry legacy guys ā˜ŗ
ā€¢ Assign (Wait for the Autopilot profile assignment)
More info:
ā€¢ https://oofhours.com/2020/07/14/more-improvements-to-the-get-windowsautopilotinfo-script/
ā€¢ https://www.powershellgallery.com/packages/Get-WindowsAutoPilotInfo/3.3
ā€¢ https://docs.microsoft.com/en-us/mem/autopilot/add-devices
www.wpninjas.eu
Sensitivity: INTERNAL
DEMO
Get-WindowsAutoPilotInfo
Importing existing devices during setup
www.wpninjas.eu
Sensitivity: INTERNAL
Get-WindowsAutoPilotInfo
www.wpninjas.eu
Sensitivity: INTERNAL
Get Serial Number
www.wpninjas.eu
Sensitivity: INTERNAL
Using Internet Explorer during setup
www.wpninjas.eu
Sensitivity: INTERNAL
Device Registration
Re-image existing devices
www.wpninjas.eu
Sensitivity: INTERNAL
Re-image existing devices
The process is simple
ā€¢ Connect to Intune
ā€¢ Get the Autopilot Profile as a JSON file
ā€¢ Inject the profile during OS deployment (Before first reboot)
www.wpninjas.eu
Sensitivity: INTERNAL
DEMO
Windows Autopilot
- Existing Devices
www.wpninjas.eu
Sensitivity: INTERNAL
Windows Autopilot // Existing Devices
ā€¢ Workarround: Not recommended! (Dynamic Groups can be an issue)
ā€¢ Device policies can take extra time (or not be applied)
ā€¢ Use whatever deployment solution you preferā€¦
ā€¢ SCCM
ā€¢ MDT
ā€¢ USB
ā€¢ Otherā€¦
www.wpninjas.eu
Sensitivity: INTERNAL
Applications & Policies
www.wpninjas.eu
Sensitivity: INTERNAL
Recommended order
ā€¢ Install Office (and other intune apps) before installing the SCCM Client
ā€¢ The workload will switch to SCCM
ā€¢ Wont switch back until the sync is complete
ā€¢ Scandalize on Win32Apps (use dependencies)
ā€¢ Optional: Target all apps to device
ā€¢ Target the SCCM client to the user (still in system context)
www.wpninjas.eu
Sensitivity: INTERNAL
SCCM Integration
www.wpninjas.eu
Sensitivity: INTERNAL
Task sequence integration
CCMSETUPCMD="CCMHOSTNAME=COMANCMG.CONTOSO.CO
M/CCM_Proxy_MutualAuth/72057594037928035
SMSSiteCode=CITā€œ /ts:CIT20001
Target a configuration
task sequence to your
provisioning computers
collection
Call /ts:<ID> from
ccmsetup command line
ConfigMgr client installs
and immediately runs
the specified task
sequence
Use with nested task
sequence to have a
consistent new device
state across OSD and
Autopilot
Download on demand
from CMG supported
for task sequences
starting 1910
www.wpninjas.eu
Sensitivity: INTERNAL
Tips & tricks
www.wpninjas.eu
Sensitivity: INTERNAL
Disable Shift-F10 in OOBE
ā€¢ Create a file named DisableCMDRequest.TAG in the C:WindowsSetupScripts folder.
ā€¢ Then, Shift-F10 will be disabled.
ā€¢ Ask your OEM to include that file in the preinstalled Windows 10 image that ships on the device.
ā€¢ Or add the file as part of OS Imagingā€¦
ā€¢ Important: The file is removed any time you reset the device, so if you want that file to be persisted,
create a provisioning package that recreates it.
www.wpninjas.eu
Sensitivity: INTERNAL
Local Admin
ā€¢ Add INTERACTICE to local administrators group
ā€¢ Can be usefull in shared device scenarios (schools, labs etc.)
ā€¢ Can be done by using Custom CSP or PowerShell script!
ā€¢ But Proactive Remediations is so much better (Reporting etc.)
ā€¢ Can be a security concern in some scenarios
www.wpninjas.eu
Sensitivity: INTERNAL
Block Personal Devices
www.wpninjas.eu
Sensitivity: INTERNAL
Thank You

More Related Content

What's hot

Managing iOS with Microsoft Intune
Managing iOS with Microsoft IntuneManaging iOS with Microsoft Intune
Managing iOS with Microsoft Intune
Simon May
Ā 
Modern Devices Management
Modern Devices ManagementModern Devices Management
Modern Devices Management
Atanas Gergiminov
Ā 
Windows Autopilot (1).pdf
Windows Autopilot (1).pdfWindows Autopilot (1).pdf
Windows Autopilot (1).pdf
abhipotdar
Ā 
Microsoft intune
Microsoft intuneMicrosoft intune
Microsoft intune
ManishKumar959920
Ā 
Windows intune
Windows intuneWindows intune
Windows intune
Iron Cove Solutions
Ā 
Preparing your enteprise for Hybrid AD Join and Conditional Access
Preparing your enteprise for Hybrid AD Join and Conditional AccessPreparing your enteprise for Hybrid AD Join and Conditional Access
Preparing your enteprise for Hybrid AD Join and Conditional Access
Jason Condo
Ā 
EPC Group Intune Practice and Capabilities Overview
EPC Group Intune Practice and Capabilities OverviewEPC Group Intune Practice and Capabilities Overview
EPC Group Intune Practice and Capabilities Overview
EPC Group
Ā 
Introduction to Microsoft 365 Business
Introduction to Microsoft 365 BusinessIntroduction to Microsoft 365 Business
Introduction to Microsoft 365 Business
Robert Crane
Ā 
Enterprise Mobility Suite-Microsoft Intune
Enterprise Mobility Suite-Microsoft IntuneEnterprise Mobility Suite-Microsoft Intune
Enterprise Mobility Suite-Microsoft Intune
Lai Yoong Seng
Ā 
Enterprise Mobility+Security Overview
Enterprise Mobility+Security Overview Enterprise Mobility+Security Overview
Enterprise Mobility+Security Overview
Chris Genazzio
Ā 
Working with MS Endpoint Manager
Working with MS Endpoint ManagerWorking with MS Endpoint Manager
Working with MS Endpoint Manager
George Grammatikos
Ā 
SCCM 2012 Presentation
SCCM 2012 PresentationSCCM 2012 Presentation
SCCM 2012 Presentation
Faisal Alvi [MCTS]
Ā 
Microsoft Enterprise Mobility Suite Presented by Atidan
Microsoft Enterprise Mobility Suite Presented by AtidanMicrosoft Enterprise Mobility Suite Presented by Atidan
Microsoft Enterprise Mobility Suite Presented by Atidan
David J Rosenthal
Ā 
System Center Configuration Manager-The Most Popular System Center Component
System Center Configuration Manager-The Most Popular System Center Component System Center Configuration Manager-The Most Popular System Center Component
System Center Configuration Manager-The Most Popular System Center Component
C/D/H Technology Consultants
Ā 
Pitching Microsoft 365
Pitching Microsoft 365Pitching Microsoft 365
Pitching Microsoft 365
Robert Crane
Ā 
Understanding Azure AD
Understanding Azure ADUnderstanding Azure AD
Understanding Azure AD
New Horizons Ireland
Ā 
What is Office 365? A Simple Answer
What is Office 365? A Simple AnswerWhat is Office 365? A Simple Answer
What is Office 365? A Simple Answer
Aptera Inc
Ā 
Microsoft azure
Microsoft azureMicrosoft azure
Microsoft azure
Charith Suriyakula
Ā 
Windows Virtual Desktop Customer benefits
Windows Virtual Desktop Customer benefitsWindows Virtual Desktop Customer benefits
Windows Virtual Desktop Customer benefits
Prime Infoserv
Ā 
Introduction to Azure
Introduction to AzureIntroduction to Azure
Introduction to Azure
Robert Crane
Ā 

What's hot (20)

Managing iOS with Microsoft Intune
Managing iOS with Microsoft IntuneManaging iOS with Microsoft Intune
Managing iOS with Microsoft Intune
Ā 
Modern Devices Management
Modern Devices ManagementModern Devices Management
Modern Devices Management
Ā 
Windows Autopilot (1).pdf
Windows Autopilot (1).pdfWindows Autopilot (1).pdf
Windows Autopilot (1).pdf
Ā 
Microsoft intune
Microsoft intuneMicrosoft intune
Microsoft intune
Ā 
Windows intune
Windows intuneWindows intune
Windows intune
Ā 
Preparing your enteprise for Hybrid AD Join and Conditional Access
Preparing your enteprise for Hybrid AD Join and Conditional AccessPreparing your enteprise for Hybrid AD Join and Conditional Access
Preparing your enteprise for Hybrid AD Join and Conditional Access
Ā 
EPC Group Intune Practice and Capabilities Overview
EPC Group Intune Practice and Capabilities OverviewEPC Group Intune Practice and Capabilities Overview
EPC Group Intune Practice and Capabilities Overview
Ā 
Introduction to Microsoft 365 Business
Introduction to Microsoft 365 BusinessIntroduction to Microsoft 365 Business
Introduction to Microsoft 365 Business
Ā 
Enterprise Mobility Suite-Microsoft Intune
Enterprise Mobility Suite-Microsoft IntuneEnterprise Mobility Suite-Microsoft Intune
Enterprise Mobility Suite-Microsoft Intune
Ā 
Enterprise Mobility+Security Overview
Enterprise Mobility+Security Overview Enterprise Mobility+Security Overview
Enterprise Mobility+Security Overview
Ā 
Working with MS Endpoint Manager
Working with MS Endpoint ManagerWorking with MS Endpoint Manager
Working with MS Endpoint Manager
Ā 
SCCM 2012 Presentation
SCCM 2012 PresentationSCCM 2012 Presentation
SCCM 2012 Presentation
Ā 
Microsoft Enterprise Mobility Suite Presented by Atidan
Microsoft Enterprise Mobility Suite Presented by AtidanMicrosoft Enterprise Mobility Suite Presented by Atidan
Microsoft Enterprise Mobility Suite Presented by Atidan
Ā 
System Center Configuration Manager-The Most Popular System Center Component
System Center Configuration Manager-The Most Popular System Center Component System Center Configuration Manager-The Most Popular System Center Component
System Center Configuration Manager-The Most Popular System Center Component
Ā 
Pitching Microsoft 365
Pitching Microsoft 365Pitching Microsoft 365
Pitching Microsoft 365
Ā 
Understanding Azure AD
Understanding Azure ADUnderstanding Azure AD
Understanding Azure AD
Ā 
What is Office 365? A Simple Answer
What is Office 365? A Simple AnswerWhat is Office 365? A Simple Answer
What is Office 365? A Simple Answer
Ā 
Microsoft azure
Microsoft azureMicrosoft azure
Microsoft azure
Ā 
Windows Virtual Desktop Customer benefits
Windows Virtual Desktop Customer benefitsWindows Virtual Desktop Customer benefits
Windows Virtual Desktop Customer benefits
Ā 
Introduction to Azure
Introduction to AzureIntroduction to Azure
Introduction to Azure
Ā 

Similar to Windows Autopilot - Workplace Nijna Summmit 2020

Troubleshooting The Modern Managed Client - Workplace Nijna Summit 2020
Troubleshooting The Modern Managed Client - Workplace Nijna Summit 2020  Troubleshooting The Modern Managed Client - Workplace Nijna Summit 2020
Troubleshooting The Modern Managed Client - Workplace Nijna Summit 2020
Ronni Pedersen
Ā 
SpiceWorks All Access IT 2019 Windows Autopilot
SpiceWorks All Access IT 2019   Windows AutopilotSpiceWorks All Access IT 2019   Windows Autopilot
SpiceWorks All Access IT 2019 Windows Autopilot
Andrew Bettany
Ā 
Microsoft System center Configuration manager 2012 sp1
Microsoft System center Configuration manager 2012 sp1Microsoft System center Configuration manager 2012 sp1
Microsoft System center Configuration manager 2012 sp1
solarisyougood
Ā 
Turn Any Panel PC Into an Ignition HMI
Turn Any Panel PC Into an Ignition HMITurn Any Panel PC Into an Ignition HMI
Turn Any Panel PC Into an Ignition HMI
Inductive Automation
Ā 
A Citrix Masterclass
A Citrix MasterclassA Citrix Masterclass
A Citrix Masterclass
bluechipper
Ā 
Desktop virtualisation
Desktop virtualisationDesktop virtualisation
Desktop virtualisation
BlueChipICT
Ā 
Blugento cloud foundry - components - principles
Blugento cloud foundry - components - principlesBlugento cloud foundry - components - principles
Blugento cloud foundry - components - principles
Thomas Fleck
Ā 
Llunitebe2018 implement modern management as like brewing a beer
Llunitebe2018 implement modern management as like brewing a beerLlunitebe2018 implement modern management as like brewing a beer
Llunitebe2018 implement modern management as like brewing a beer
Kenny Buntinx
Ā 
Mdm with config mgr nico
Mdm with config mgr nicoMdm with config mgr nico
Mdm with config mgr nico
Kenny Buntinx
Ā 
Mdm with config mgr nico
Mdm with config mgr nicoMdm with config mgr nico
Mdm with config mgr nico
Dieter Wijckmans
Ā 
SCCM 2019 Demo.pptx
SCCM 2019 Demo.pptxSCCM 2019 Demo.pptx
SCCM 2019 Demo.pptx
apoorvkatiyar5
Ā 
Side loading
Side loadingSide loading
Side loading
Ashish Agrawal
Ā 
WSO2 IoT Server - Product Overview
WSO2 IoT Server - Product OverviewWSO2 IoT Server - Product Overview
WSO2 IoT Server - Product Overview
WSO2
Ā 
Intro to Automation Using Perfecto's CQ Lab
Intro to Automation Using Perfecto's CQ LabIntro to Automation Using Perfecto's CQ Lab
Intro to Automation Using Perfecto's CQ Lab
Lizzy Guido (she/her)
Ā 
Datasheet anthillpropluginforrd
Datasheet anthillpropluginforrdDatasheet anthillpropluginforrd
Datasheet anthillpropluginforrd
MidVision
Ā 
ITPROCEED_WorkplaceMobility_Windows 10 in the enterprise
ITPROCEED_WorkplaceMobility_Windows 10 in the enterpriseITPROCEED_WorkplaceMobility_Windows 10 in the enterprise
ITPROCEED_WorkplaceMobility_Windows 10 in the enterprise
ITProceed
Ā 
ANDON Solutions and Large format Displays with InduSoft Web Studio
ANDON Solutions and Large format Displays with InduSoft Web StudioANDON Solutions and Large format Displays with InduSoft Web Studio
ANDON Solutions and Large format Displays with InduSoft Web Studio
AVEVA
Ā 
WMUG NL Tuesday - Latest and greatest in the world of Configuration Manager
WMUG NL Tuesday - Latest and greatest in the world of Configuration ManagerWMUG NL Tuesday - Latest and greatest in the world of Configuration Manager
WMUG NL Tuesday - Latest and greatest in the world of Configuration Manager
Tim De Keukelaere
Ā 
4 27 09 Hon Ian And Jay Bu
4 27 09 Hon Ian And Jay Bu4 27 09 Hon Ian And Jay Bu
4 27 09 Hon Ian And Jay Bu
guest03c136c
Ā 
Hied device Autopilot in Microsoft inTune
Hied device Autopilot in Microsoft inTuneHied device Autopilot in Microsoft inTune
Hied device Autopilot in Microsoft inTune
Rafaelw23
Ā 

Similar to Windows Autopilot - Workplace Nijna Summmit 2020 (20)

Troubleshooting The Modern Managed Client - Workplace Nijna Summit 2020
Troubleshooting The Modern Managed Client - Workplace Nijna Summit 2020  Troubleshooting The Modern Managed Client - Workplace Nijna Summit 2020
Troubleshooting The Modern Managed Client - Workplace Nijna Summit 2020
Ā 
SpiceWorks All Access IT 2019 Windows Autopilot
SpiceWorks All Access IT 2019   Windows AutopilotSpiceWorks All Access IT 2019   Windows Autopilot
SpiceWorks All Access IT 2019 Windows Autopilot
Ā 
Microsoft System center Configuration manager 2012 sp1
Microsoft System center Configuration manager 2012 sp1Microsoft System center Configuration manager 2012 sp1
Microsoft System center Configuration manager 2012 sp1
Ā 
Turn Any Panel PC Into an Ignition HMI
Turn Any Panel PC Into an Ignition HMITurn Any Panel PC Into an Ignition HMI
Turn Any Panel PC Into an Ignition HMI
Ā 
A Citrix Masterclass
A Citrix MasterclassA Citrix Masterclass
A Citrix Masterclass
Ā 
Desktop virtualisation
Desktop virtualisationDesktop virtualisation
Desktop virtualisation
Ā 
Blugento cloud foundry - components - principles
Blugento cloud foundry - components - principlesBlugento cloud foundry - components - principles
Blugento cloud foundry - components - principles
Ā 
Llunitebe2018 implement modern management as like brewing a beer
Llunitebe2018 implement modern management as like brewing a beerLlunitebe2018 implement modern management as like brewing a beer
Llunitebe2018 implement modern management as like brewing a beer
Ā 
Mdm with config mgr nico
Mdm with config mgr nicoMdm with config mgr nico
Mdm with config mgr nico
Ā 
Mdm with config mgr nico
Mdm with config mgr nicoMdm with config mgr nico
Mdm with config mgr nico
Ā 
SCCM 2019 Demo.pptx
SCCM 2019 Demo.pptxSCCM 2019 Demo.pptx
SCCM 2019 Demo.pptx
Ā 
Side loading
Side loadingSide loading
Side loading
Ā 
WSO2 IoT Server - Product Overview
WSO2 IoT Server - Product OverviewWSO2 IoT Server - Product Overview
WSO2 IoT Server - Product Overview
Ā 
Intro to Automation Using Perfecto's CQ Lab
Intro to Automation Using Perfecto's CQ LabIntro to Automation Using Perfecto's CQ Lab
Intro to Automation Using Perfecto's CQ Lab
Ā 
Datasheet anthillpropluginforrd
Datasheet anthillpropluginforrdDatasheet anthillpropluginforrd
Datasheet anthillpropluginforrd
Ā 
ITPROCEED_WorkplaceMobility_Windows 10 in the enterprise
ITPROCEED_WorkplaceMobility_Windows 10 in the enterpriseITPROCEED_WorkplaceMobility_Windows 10 in the enterprise
ITPROCEED_WorkplaceMobility_Windows 10 in the enterprise
Ā 
ANDON Solutions and Large format Displays with InduSoft Web Studio
ANDON Solutions and Large format Displays with InduSoft Web StudioANDON Solutions and Large format Displays with InduSoft Web Studio
ANDON Solutions and Large format Displays with InduSoft Web Studio
Ā 
WMUG NL Tuesday - Latest and greatest in the world of Configuration Manager
WMUG NL Tuesday - Latest and greatest in the world of Configuration ManagerWMUG NL Tuesday - Latest and greatest in the world of Configuration Manager
WMUG NL Tuesday - Latest and greatest in the world of Configuration Manager
Ā 
4 27 09 Hon Ian And Jay Bu
4 27 09 Hon Ian And Jay Bu4 27 09 Hon Ian And Jay Bu
4 27 09 Hon Ian And Jay Bu
Ā 
Hied device Autopilot in Microsoft inTune
Hied device Autopilot in Microsoft inTuneHied device Autopilot in Microsoft inTune
Hied device Autopilot in Microsoft inTune
Ā 

More from Ronni Pedersen

Azure saturday 2017 - Protecting cloud identities using ems
Azure saturday 2017 - Protecting cloud identities using emsAzure saturday 2017 - Protecting cloud identities using ems
Azure saturday 2017 - Protecting cloud identities using ems
Ronni Pedersen
Ā 
Windows 10 deployment using ConfigMgr and MDT
Windows 10 deployment using ConfigMgr and MDTWindows 10 deployment using ConfigMgr and MDT
Windows 10 deployment using ConfigMgr and MDT
Ronni Pedersen
Ā 
SCUG.DK - Welcome - September 2015
SCUG.DK - Welcome - September 2015SCUG.DK - Welcome - September 2015
SCUG.DK - Welcome - September 2015
Ronni Pedersen
Ā 
SCUG.dk Windows 10 Management - September 2015
SCUG.dk   Windows 10 Management - September 2015SCUG.dk   Windows 10 Management - September 2015
SCUG.dk Windows 10 Management - September 2015
Ronni Pedersen
Ā 
SCUG.DK - Welcome - June 2015
SCUG.DK -  Welcome - June 2015SCUG.DK -  Welcome - June 2015
SCUG.DK - Welcome - June 2015
Ronni Pedersen
Ā 
SCUG.DK - 1E Nomad Overview - April 2015
SCUG.DK - 1E Nomad Overview - April 2015SCUG.DK - 1E Nomad Overview - April 2015
SCUG.DK - 1E Nomad Overview - April 2015
Ronni Pedersen
Ā 
SCUG.DK - Windows 10 Planning - April 2015
SCUG.DK - Windows 10 Planning - April 2015SCUG.DK - Windows 10 Planning - April 2015
SCUG.DK - Windows 10 Planning - April 2015
Ronni Pedersen
Ā 
SCUG.DK - Automation Strategy - April 2015
SCUG.DK - Automation Strategy - April 2015SCUG.DK - Automation Strategy - April 2015
SCUG.DK - Automation Strategy - April 2015
Ronni Pedersen
Ā 
SCUG.DK: Visualizing Your Data, April 2015
SCUG.DK: Visualizing Your Data, April 2015SCUG.DK: Visualizing Your Data, April 2015
SCUG.DK: Visualizing Your Data, April 2015
Ronni Pedersen
Ā 
SCUG.DK: Protecting Company Data using EMS, April 2015
SCUG.DK: Protecting Company Data using EMS, April 2015SCUG.DK: Protecting Company Data using EMS, April 2015
SCUG.DK: Protecting Company Data using EMS, April 2015
Ronni Pedersen
Ā 
SCUG.DK: Welcome, April 2015
SCUG.DK: Welcome, April 2015SCUG.DK: Welcome, April 2015
SCUG.DK: Welcome, April 2015
Ronni Pedersen
Ā 
Getting started with the Enterprise Mobility Suite (EMS)
Getting started with the Enterprise Mobility Suite (EMS)Getting started with the Enterprise Mobility Suite (EMS)
Getting started with the Enterprise Mobility Suite (EMS)
Ronni Pedersen
Ā 
Deploying windows 10 in the Enterprise
Deploying windows 10 in the EnterpriseDeploying windows 10 in the Enterprise
Deploying windows 10 in the Enterprise
Ronni Pedersen
Ā 

More from Ronni Pedersen (13)

Azure saturday 2017 - Protecting cloud identities using ems
Azure saturday 2017 - Protecting cloud identities using emsAzure saturday 2017 - Protecting cloud identities using ems
Azure saturday 2017 - Protecting cloud identities using ems
Ā 
Windows 10 deployment using ConfigMgr and MDT
Windows 10 deployment using ConfigMgr and MDTWindows 10 deployment using ConfigMgr and MDT
Windows 10 deployment using ConfigMgr and MDT
Ā 
SCUG.DK - Welcome - September 2015
SCUG.DK - Welcome - September 2015SCUG.DK - Welcome - September 2015
SCUG.DK - Welcome - September 2015
Ā 
SCUG.dk Windows 10 Management - September 2015
SCUG.dk   Windows 10 Management - September 2015SCUG.dk   Windows 10 Management - September 2015
SCUG.dk Windows 10 Management - September 2015
Ā 
SCUG.DK - Welcome - June 2015
SCUG.DK -  Welcome - June 2015SCUG.DK -  Welcome - June 2015
SCUG.DK - Welcome - June 2015
Ā 
SCUG.DK - 1E Nomad Overview - April 2015
SCUG.DK - 1E Nomad Overview - April 2015SCUG.DK - 1E Nomad Overview - April 2015
SCUG.DK - 1E Nomad Overview - April 2015
Ā 
SCUG.DK - Windows 10 Planning - April 2015
SCUG.DK - Windows 10 Planning - April 2015SCUG.DK - Windows 10 Planning - April 2015
SCUG.DK - Windows 10 Planning - April 2015
Ā 
SCUG.DK - Automation Strategy - April 2015
SCUG.DK - Automation Strategy - April 2015SCUG.DK - Automation Strategy - April 2015
SCUG.DK - Automation Strategy - April 2015
Ā 
SCUG.DK: Visualizing Your Data, April 2015
SCUG.DK: Visualizing Your Data, April 2015SCUG.DK: Visualizing Your Data, April 2015
SCUG.DK: Visualizing Your Data, April 2015
Ā 
SCUG.DK: Protecting Company Data using EMS, April 2015
SCUG.DK: Protecting Company Data using EMS, April 2015SCUG.DK: Protecting Company Data using EMS, April 2015
SCUG.DK: Protecting Company Data using EMS, April 2015
Ā 
SCUG.DK: Welcome, April 2015
SCUG.DK: Welcome, April 2015SCUG.DK: Welcome, April 2015
SCUG.DK: Welcome, April 2015
Ā 
Getting started with the Enterprise Mobility Suite (EMS)
Getting started with the Enterprise Mobility Suite (EMS)Getting started with the Enterprise Mobility Suite (EMS)
Getting started with the Enterprise Mobility Suite (EMS)
Ā 
Deploying windows 10 in the Enterprise
Deploying windows 10 in the EnterpriseDeploying windows 10 in the Enterprise
Deploying windows 10 in the Enterprise
Ā 

Recently uploaded

Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
akankshawande
Ā 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
Jakub Marek
Ā 
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Jeffrey Haguewood
Ā 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Malak Abu Hammad
Ā 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
danishmna97
Ā 
June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
Ivanti
Ā 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Speck&Tech
Ā 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Safe Software
Ā 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
DianaGray10
Ā 
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial IntelligenceAI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
IndexBug
Ā 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
Quotidiano Piemontese
Ā 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
Matthew Sinclair
Ā 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
Pixlogix Infotech
Ā 
OpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - AuthorizationOpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - Authorization
David Brossard
Ā 
Webinar: Designing a schema for a Data Warehouse
Webinar: Designing a schema for a Data WarehouseWebinar: Designing a schema for a Data Warehouse
Webinar: Designing a schema for a Data Warehouse
Federico Razzoli
Ā 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
Octavian Nadolu
Ā 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
Zilliz
Ā 
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying AheadDigital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Wask
Ā 
UI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentationUI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentation
Wouter Lemaire
Ā 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
shyamraj55
Ā 

Recently uploaded (20)

Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Ā 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
Ā 
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Ā 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Ā 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
Ā 
June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
Ā 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Ā 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Ā 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
Ā 
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial IntelligenceAI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
Ā 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
Ā 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
Ā 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
Ā 
OpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - AuthorizationOpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - Authorization
Ā 
Webinar: Designing a schema for a Data Warehouse
Webinar: Designing a schema for a Data WarehouseWebinar: Designing a schema for a Data Warehouse
Webinar: Designing a schema for a Data Warehouse
Ā 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
Ā 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
Ā 
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying AheadDigital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Ā 
UI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentationUI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentation
Ā 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Ā 

Windows Autopilot - Workplace Nijna Summmit 2020