SlideShare une entreprise Scribd logo
1  sur  37
System Center Configuration Manager
(SCCM) on Microsoft Azure
Mohamed Tawfik
Presales Technical Consultant
30-05-2017
Contents
 Cloud Computing Value Proposition
 Microsoft Azure
 System Center Suite
 System Center Configuration Manager (SCCM) on Microsoft Azure - Architecture
 Microsoft Azure Demo
 SCCM Setup on Microsoft Azure
 SCCM Tour & Demo
 Q&A
Cloud Computing Value
Proposition
Cloud Computing Value Proposition
• Pay for what you use
• Quick Setup
• Safety
• Scalability
• Redundancy
• High Availability
• Reliability
• Focus on Concept
Microsoft Azure
Microsoft Azure: Market Share
Canalys’ Senior Analyst De Leon said Microsoft’s
incredible growth was due to its ability to convert its
enormous enterprise client base into Azure
customers. Many leading enterprise vendors are
already building on Azure Stack, Microsoft’s
upcoming, on-premises private cloud solution, to offer
hybrid solutions to their customers.
https://www.canalys.com/newsroom/cloud-service-
providers%E2%80%99-battle-drives-worldwide-cloud-
infrastructure-market-42-q1-2017-0
Microsoft Azure: Features Highlights
• Available in 140 countries, including 40 regions
• Extend Active Directory and any other on-premises directories to Azure AD to enable single sign-on and centrally manage employee
access to Microsoft web services such as Azure, Office 365, Dynamics CRM Online, Intune, and thousands of non-Microsoft cloud
applications.
• Azure users can leverage a global network of datacenters to maintain availability in a cost-effective manner.
• CDN increases performance by caching blobs and static content of compute instances at physical nodes globally.
• Express Route connects on-premises infrastructure directly to Azure datacenters. Connections do not go over the public Internet and
improve reliability, speed, and security over typical Internet connections.
• HDInsight Big Data (based on Apache Hadoop) analytics that integrate easily with Microsoft Office.
• Stream Analytics process data streams in real-time to discover and react to trends.
• Machine Learning mine historical data with compute power to predict future trends or behavior
Microsoft Azure: Catalogue of Services
https://azure.microsoft.com/en-us/resources/infographics/azure/
HP Confidential, for HP Internal use only.
Microsoft Azure: Office 365
If you are using office 365, you are using Azure Active Directory in the
background.
HP Confidential, for HP Internal use only.
Microsoft Azure: HP Device Manager
Technical white paper: HPDM & Microsoft Azure Cloud Deployment Guide
ftp://ftp.hp.com/pub/hpdm/Documentation/WhitePapers/4.7/WP_Microsoft-Azure-Cloud-Deployment-Guide_HPDM-4.7-SP3.pdf
System Center Suite
HP Confidential, for HP Internal use only
Component Description
Virtual Machine
Manager
Provides a management solution that lets you configure and manage virtualization hosts, networking, and
storage resources. It allows you to create and deploy virtual machines and services to private clouds.
Configuration
Manager
Manages your PCs and servers, keeps software up-to-date, sets configuration and security policies, and
monitors system status while giving your customers access to preferred applications from the devices they
choose.
Operations Manager Provides infrastructure monitoring that helps ensure the predictable performance and availability of vital
applications. It can monitor your datacenter and cloud, both private and public.
Orchestrator and
Service Management
Automation
Provides a workflow management solution for datacenters. It lets you automate the creation, monitoring,
and deployment of resources in your environment.
Service Manager Delivers an integrated platform for automating and adapting your IT service management best practices. It
provides processes for incident and problem resolution, change control, and asset lifecycle management.
Data Protection
Management
Enables data protection and recovery for your servers, including SQL Server, Exchange Server, SharePoint,
virtual servers, and file servers. It provides support for Windows laptops and desktops.
System Center Suite: Components
Delivers unified management across on-premises, service provider, and Microsoft Azure environments.
Component Description
Azure Pack Allows you to build a private cloud and run select Azure workloads on-premises using Azure Pack. It is
built on Windows Server and System Center.
Windows Intune Manages PCs and mobile devices from the cloud, which enables people to use a variety of devices to
access
corporate applications and data. Windows Intune is available as a stand-alone cloud service or with
System Center Configuration Manager on-premises.
System Center Suite: Related Services
Delivers unified management across on-premises, service provider, and Microsoft Azure
environments.
System Center Configuration Manager
(SCCM) on Microsoft Azure -
Architecture
10.0.0.0/24
Client 2
52.174.180.65
RDPRDP
10.0.0.4
10.0.0.7
10.0.0.5
10.0.0.6
Load balancer
VHDBlob container
Storage accountStorage account
SCCM
WSUS
IIS
SQL server
Reporting Service
IIS (CRLD)
Fileshare
Availability setAvailability set
Client
AD DC
AD CS
DNS
Default subnetDefault subnet
10.0.0.0/28
Gateway subnetGateway subnet
10.0.0.16/29
Virtual network
gateweay
IPSEC/IKE S2S
VPN Tunnel
Virtual networkVirtual network
Resource groupResource group
Microsoft
Updates
192.168.0.0/24
System Center Configuration Manager
(SCCM) on Microsoft Azure - Architecture
Microsoft Azure Demo
HP Confidential, for HP Internal use only.
SCCM Setup on Microsoft Azure
SCCM Setup
• Setup the basic architecture as shown in a previous slide and using the following test lab guides:
 Test Lab Guide: Base Configuration https://www.microsoft.com/en-us/download/details.aspx?id=6815
 Test Lab Guide: Install SQL Server 2012 Enterprise https://www.microsoft.com/en-us/download/details.aspx?id=29572
 Test Lab Guide: System Center 2012 Configuration Manager https://www.microsoft.com/en-us/download/details.aspx?id=30443
SCCM Setup on Azure: Notes
• DHCP service will be provided by the Azure virtual network.
• Configure the VM’s network adapter from Azure portal and not from Windows.
• The Azure Load Balancer will act as a router (EDGE1) which will have a front public IP (52.174.180.65) that is routable and accessed
from internet and a backend pool of virtual machines (behind NAT) that are mapped to custom ports to allow an RDP access to them.
• By default any virtual machine on Azure has access to internet.
• Make sure that the CRL distribution point on the SQL server is accessible by the AD CS server using HTTPS binding and that each
computer in the domain auto-enrolled to the PKI and is automatically receiving a certificate.
• Important! Make sure that SQL server service accounts (CORPSQLAgent & CORPSQLDatabase) are correctly configured and that
each service account has been correctly assigned a Service Principal Name (SPN) for Kerberos authentication.
• Make sure that SQL reporting services is correctly configured by check the Web service & Web portal URLs from the reporting services
configuration manager.
SCCM Setup: Notes
• You can either create a Point-to-Site VPN, a Vnet-to-Vnet VPN, or a site-to-site VPN.
• Point-to-Site VPN is used to connect a single onsite PC to Azure network and it requires a self signed certificate or an enterprise
certificate.
• Site-to-Site VPN is used to connect your on-premise network with Azure, it is based on IPSec and it requires a Microsoft validated VPN
device: https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-about-vpn-devices. You can also use Microsoft Windows
server built-in Routing and Remote Access Service (RRAS) as an option.
• Vnet-to-Vnet VPN is used two connect two virtual networks on Azure and it is based on a Public Shared Key (PSK). In this Demo a Vnet-
to-Vnet VPN is created between two virtual networks on in West Europe and the other is in North Europe.
• SQL Server acts as a site database server and a reporting service point as well that provides integration with SQL server Reporting
Services to create and manage reports for Configuration Manager.
• Windows Server Update Service (WSUS) acts as an upstream server for SCCM and it synchronizes directly with Microsoft Updates.
SCCM Setup: Notes
• Track any background communication issue using the Configuration Manager Tracer Log Tool (C:Program FilesMicrosoft
Configuration ManagertoolsCMTrace.exe.
SCCM Tour & Demo
HP Confidential, for HP Internal use only.
SCCM Tour & Demo
SCCM Tour & Demo
SCCM Tour & Demo
SCCM Tour & Demo
SCCM Tour & Demo
SCCM Tour & Demo
SCCM Tour & Demo
select
SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Na
me,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWor
kgroup,SMS_R_SYSTEM.Client from SMS_R_System where
SMS_R_System.OperatingSystemNameandVersion like "%Server 6.1%" or
SMS_R_System.OperatingSystemNameandVersion like "%Server 6.1%" or
SMS_R_System.OperatingSystemNameandVersion like "Microsoft Windows NT Server
6.1" or OperatingSystemNameAndVersion like "Microsoft Windows NT%Server 6.0%"
HP Confidential, for HP Internal use only.
SCCM Tour & Demo
SCCM Setup:
HP Confidential, for HP Internal use only.
SCCM Setup:
Q & A
HP Confidential, for HP Internal use only.
Thank you
Mohamed Tawfik
Presales Technical Consultant

Contenu connexe

Tendances

Pitching Microsoft 365
Pitching Microsoft 365Pitching Microsoft 365
Pitching Microsoft 365Robert Crane
 
IT Infrastructure Management Powerpoint Presentation Slides
IT Infrastructure Management Powerpoint Presentation SlidesIT Infrastructure Management Powerpoint Presentation Slides
IT Infrastructure Management Powerpoint Presentation SlidesSlideTeam
 
Solution Architecture And Solution Security
Solution Architecture And Solution SecuritySolution Architecture And Solution Security
Solution Architecture And Solution SecurityAlan McSweeney
 
Presentation cisco iron port email & web security
Presentation   cisco iron port email & web securityPresentation   cisco iron port email & web security
Presentation cisco iron port email & web securityxKinAnx
 
Disaster Recovery Planning using Azure Site Recovery
Disaster Recovery Planning using Azure Site RecoveryDisaster Recovery Planning using Azure Site Recovery
Disaster Recovery Planning using Azure Site RecoveryNitin Agarwal
 
Azure Security Fundamentals
Azure Security FundamentalsAzure Security Fundamentals
Azure Security FundamentalsLorenzo Barbieri
 
On-premise to Microsoft Azure Cloud Migration.
 On-premise to Microsoft Azure Cloud Migration. On-premise to Microsoft Azure Cloud Migration.
On-premise to Microsoft Azure Cloud Migration.Emtec Inc.
 
Cloud Architectures with AWS Direct Connect (ARC304) | AWS re:Invent 2013
Cloud Architectures with AWS Direct Connect (ARC304) | AWS re:Invent 2013Cloud Architectures with AWS Direct Connect (ARC304) | AWS re:Invent 2013
Cloud Architectures with AWS Direct Connect (ARC304) | AWS re:Invent 2013Amazon Web Services
 
How To Modernize Enterpize Apps, Including Windows and .NET on AWS
How To Modernize Enterpize Apps, Including Windows and .NET on AWSHow To Modernize Enterpize Apps, Including Windows and .NET on AWS
How To Modernize Enterpize Apps, Including Windows and .NET on AWSAmazon Web Services
 
Cloud Center of Excellence
Cloud Center of ExcellenceCloud Center of Excellence
Cloud Center of ExcellenceJeremy Canale
 
Certificações em Arquitetura de TI
Certificações em Arquitetura de TICertificações em Arquitetura de TI
Certificações em Arquitetura de TIMarcelo Sávio
 
Ngen oss bss - architecture evolution
Ngen oss bss - architecture evolution Ngen oss bss - architecture evolution
Ngen oss bss - architecture evolution Grazio Panico
 
Integrating your on-premises Active Directory with Azure and Office 365
Integrating your on-premises Active Directory with Azure and Office 365Integrating your on-premises Active Directory with Azure and Office 365
Integrating your on-premises Active Directory with Azure and Office 365nelmedia
 
App Modernisation with Microsoft Azure
App Modernisation with Microsoft AzureApp Modernisation with Microsoft Azure
App Modernisation with Microsoft AzureAdam Stephensen
 
Introduction to Azure monitor
Introduction to Azure monitorIntroduction to Azure monitor
Introduction to Azure monitorPraveen Nair
 

Tendances (20)

Pitching Microsoft 365
Pitching Microsoft 365Pitching Microsoft 365
Pitching Microsoft 365
 
IT Infrastructure Management Powerpoint Presentation Slides
IT Infrastructure Management Powerpoint Presentation SlidesIT Infrastructure Management Powerpoint Presentation Slides
IT Infrastructure Management Powerpoint Presentation Slides
 
AWS Adoption in FSI
AWS Adoption in FSIAWS Adoption in FSI
AWS Adoption in FSI
 
Solution Architecture And Solution Security
Solution Architecture And Solution SecuritySolution Architecture And Solution Security
Solution Architecture And Solution Security
 
Presentation cisco iron port email & web security
Presentation   cisco iron port email & web securityPresentation   cisco iron port email & web security
Presentation cisco iron port email & web security
 
Disaster Recovery Planning using Azure Site Recovery
Disaster Recovery Planning using Azure Site RecoveryDisaster Recovery Planning using Azure Site Recovery
Disaster Recovery Planning using Azure Site Recovery
 
Azure Security Fundamentals
Azure Security FundamentalsAzure Security Fundamentals
Azure Security Fundamentals
 
On-premise to Microsoft Azure Cloud Migration.
 On-premise to Microsoft Azure Cloud Migration. On-premise to Microsoft Azure Cloud Migration.
On-premise to Microsoft Azure Cloud Migration.
 
Cloud Migration: A How-To Guide
Cloud Migration: A How-To GuideCloud Migration: A How-To Guide
Cloud Migration: A How-To Guide
 
Cloud Architectures with AWS Direct Connect (ARC304) | AWS re:Invent 2013
Cloud Architectures with AWS Direct Connect (ARC304) | AWS re:Invent 2013Cloud Architectures with AWS Direct Connect (ARC304) | AWS re:Invent 2013
Cloud Architectures with AWS Direct Connect (ARC304) | AWS re:Invent 2013
 
How To Modernize Enterpize Apps, Including Windows and .NET on AWS
How To Modernize Enterpize Apps, Including Windows and .NET on AWSHow To Modernize Enterpize Apps, Including Windows and .NET on AWS
How To Modernize Enterpize Apps, Including Windows and .NET on AWS
 
Prajwal Resume
Prajwal ResumePrajwal Resume
Prajwal Resume
 
Microsoft Teams' Direct Routing for UCaaS and CCaaS
Microsoft Teams' Direct Routing for UCaaS and CCaaSMicrosoft Teams' Direct Routing for UCaaS and CCaaS
Microsoft Teams' Direct Routing for UCaaS and CCaaS
 
Cloud Center of Excellence
Cloud Center of ExcellenceCloud Center of Excellence
Cloud Center of Excellence
 
Certificações em Arquitetura de TI
Certificações em Arquitetura de TICertificações em Arquitetura de TI
Certificações em Arquitetura de TI
 
Ngen oss bss - architecture evolution
Ngen oss bss - architecture evolution Ngen oss bss - architecture evolution
Ngen oss bss - architecture evolution
 
Integrating your on-premises Active Directory with Azure and Office 365
Integrating your on-premises Active Directory with Azure and Office 365Integrating your on-premises Active Directory with Azure and Office 365
Integrating your on-premises Active Directory with Azure and Office 365
 
App Modernisation with Microsoft Azure
App Modernisation with Microsoft AzureApp Modernisation with Microsoft Azure
App Modernisation with Microsoft Azure
 
Introduction to Azure monitor
Introduction to Azure monitorIntroduction to Azure monitor
Introduction to Azure monitor
 
Cloud assessment approach
Cloud assessment approachCloud assessment approach
Cloud assessment approach
 

Similaire à SCCM on Microsoft Azure

Microsoft Azure : Hey ITPRo's Meet Azure .. .again!
Microsoft Azure : Hey ITPRo's Meet Azure .. .again!Microsoft Azure : Hey ITPRo's Meet Azure .. .again!
Microsoft Azure : Hey ITPRo's Meet Azure .. .again!Mike Martin
 
azure track -03- it pros meet azure - again
azure track -03- it pros meet azure - againazure track -03- it pros meet azure - again
azure track -03- it pros meet azure - againITProceed
 
Connect your datacenter to Microsoft Azure
Connect your datacenter to Microsoft AzureConnect your datacenter to Microsoft Azure
Connect your datacenter to Microsoft AzureK.Mohamed Faizal
 
Azure Stack - Azure Nights User Group
Azure Stack - Azure Nights User GroupAzure Stack - Azure Nights User Group
Azure Stack - Azure Nights User GroupMichael Frank
 
Microsoft-Azure-Overvi2222222222222ew.pptx
Microsoft-Azure-Overvi2222222222222ew.pptxMicrosoft-Azure-Overvi2222222222222ew.pptx
Microsoft-Azure-Overvi2222222222222ew.pptxsaidbilgen
 
Latest Microsoft Azure Solutions and Announcements - Presented by atidan june...
Latest Microsoft Azure Solutions and Announcements - Presented by atidan june...Latest Microsoft Azure Solutions and Announcements - Presented by atidan june...
Latest Microsoft Azure Solutions and Announcements - Presented by atidan june...David J Rosenthal
 
The Basics of Getting Started With Microsoft Azure
The Basics of Getting Started With Microsoft AzureThe Basics of Getting Started With Microsoft Azure
The Basics of Getting Started With Microsoft AzureMicrosoft Azure
 
Azure Stack Overview (Dec/2018)
Azure Stack Overview (Dec/2018)Azure Stack Overview (Dec/2018)
Azure Stack Overview (Dec/2018)Cenk Ersoy
 
20170209 dev day-websites_vs_cloudservices_vsservicefabric_scenarios
20170209 dev day-websites_vs_cloudservices_vsservicefabric_scenarios20170209 dev day-websites_vs_cloudservices_vsservicefabric_scenarios
20170209 dev day-websites_vs_cloudservices_vsservicefabric_scenariosRicardo González
 
Microsoft Cloud Database & Cloud BI
Microsoft Cloud Database & Cloud BIMicrosoft Cloud Database & Cloud BI
Microsoft Cloud Database & Cloud BIMark Kromer
 
Deploying SharePoint on Microsoft Azure #spsnairobi2014
Deploying SharePoint on Microsoft Azure #spsnairobi2014Deploying SharePoint on Microsoft Azure #spsnairobi2014
Deploying SharePoint on Microsoft Azure #spsnairobi2014Martin Njalale
 
Azure vm introduction
Azure  vm introductionAzure  vm introduction
Azure vm introductionLalit Rawat
 
Introduction to Windows Azure
Introduction to Windows AzureIntroduction to Windows Azure
Introduction to Windows AzureRavi Ranjan Karn
 
Becoming a Microsoft Specialist in Microsoft Azure Infrastructure
Becoming a Microsoft Specialist in Microsoft Azure InfrastructureBecoming a Microsoft Specialist in Microsoft Azure Infrastructure
Becoming a Microsoft Specialist in Microsoft Azure InfrastructureSyed Irtaza Ali
 
Azure Nights Melbourne July 2017 Meetup
Azure Nights Melbourne July 2017 MeetupAzure Nights Melbourne July 2017 Meetup
Azure Nights Melbourne July 2017 MeetupMichael Frank
 
Deploying couchbaseserverazure cihanbiyikoglu_microsoft
Deploying couchbaseserverazure cihanbiyikoglu_microsoftDeploying couchbaseserverazure cihanbiyikoglu_microsoft
Deploying couchbaseserverazure cihanbiyikoglu_microsoftCihan Biyikoglu
 

Similaire à SCCM on Microsoft Azure (20)

Microsoft Azure : Hey ITPRo's Meet Azure .. .again!
Microsoft Azure : Hey ITPRo's Meet Azure .. .again!Microsoft Azure : Hey ITPRo's Meet Azure .. .again!
Microsoft Azure : Hey ITPRo's Meet Azure .. .again!
 
azure track -03- it pros meet azure - again
azure track -03- it pros meet azure - againazure track -03- it pros meet azure - again
azure track -03- it pros meet azure - again
 
Connect your datacenter to Microsoft Azure
Connect your datacenter to Microsoft AzureConnect your datacenter to Microsoft Azure
Connect your datacenter to Microsoft Azure
 
Azure Stack - Azure Nights User Group
Azure Stack - Azure Nights User GroupAzure Stack - Azure Nights User Group
Azure Stack - Azure Nights User Group
 
Microsoft-Azure-Overvi2222222222222ew.pptx
Microsoft-Azure-Overvi2222222222222ew.pptxMicrosoft-Azure-Overvi2222222222222ew.pptx
Microsoft-Azure-Overvi2222222222222ew.pptx
 
Windows azure overview for SharePoint Pros
Windows azure overview for SharePoint Pros Windows azure overview for SharePoint Pros
Windows azure overview for SharePoint Pros
 
Latest Microsoft Azure Solutions and Announcements - Presented by atidan june...
Latest Microsoft Azure Solutions and Announcements - Presented by atidan june...Latest Microsoft Azure Solutions and Announcements - Presented by atidan june...
Latest Microsoft Azure Solutions and Announcements - Presented by atidan june...
 
Azure IaaS Feb 23 2016 Let's Dev This Cloud
Azure IaaS Feb 23 2016 Let's Dev This CloudAzure IaaS Feb 23 2016 Let's Dev This Cloud
Azure IaaS Feb 23 2016 Let's Dev This Cloud
 
The Basics of Getting Started With Microsoft Azure
The Basics of Getting Started With Microsoft AzureThe Basics of Getting Started With Microsoft Azure
The Basics of Getting Started With Microsoft Azure
 
Azure Stack Overview (Dec/2018)
Azure Stack Overview (Dec/2018)Azure Stack Overview (Dec/2018)
Azure Stack Overview (Dec/2018)
 
Azure diario de abordo
Azure diario de abordoAzure diario de abordo
Azure diario de abordo
 
20170209 dev day-websites_vs_cloudservices_vsservicefabric_scenarios
20170209 dev day-websites_vs_cloudservices_vsservicefabric_scenarios20170209 dev day-websites_vs_cloudservices_vsservicefabric_scenarios
20170209 dev day-websites_vs_cloudservices_vsservicefabric_scenarios
 
Microsoft Cloud Database & Cloud BI
Microsoft Cloud Database & Cloud BIMicrosoft Cloud Database & Cloud BI
Microsoft Cloud Database & Cloud BI
 
Deploying SharePoint on Microsoft Azure #spsnairobi2014
Deploying SharePoint on Microsoft Azure #spsnairobi2014Deploying SharePoint on Microsoft Azure #spsnairobi2014
Deploying SharePoint on Microsoft Azure #spsnairobi2014
 
Windows Azure for IT Pros
Windows Azure for IT ProsWindows Azure for IT Pros
Windows Azure for IT Pros
 
Azure vm introduction
Azure  vm introductionAzure  vm introduction
Azure vm introduction
 
Introduction to Windows Azure
Introduction to Windows AzureIntroduction to Windows Azure
Introduction to Windows Azure
 
Becoming a Microsoft Specialist in Microsoft Azure Infrastructure
Becoming a Microsoft Specialist in Microsoft Azure InfrastructureBecoming a Microsoft Specialist in Microsoft Azure Infrastructure
Becoming a Microsoft Specialist in Microsoft Azure Infrastructure
 
Azure Nights Melbourne July 2017 Meetup
Azure Nights Melbourne July 2017 MeetupAzure Nights Melbourne July 2017 Meetup
Azure Nights Melbourne July 2017 Meetup
 
Deploying couchbaseserverazure cihanbiyikoglu_microsoft
Deploying couchbaseserverazure cihanbiyikoglu_microsoftDeploying couchbaseserverazure cihanbiyikoglu_microsoft
Deploying couchbaseserverazure cihanbiyikoglu_microsoft
 

Plus de Mohamed Tawfik

Azure SQL Database & Azure SQL Data Warehouse
Azure SQL Database & Azure SQL Data WarehouseAzure SQL Database & Azure SQL Data Warehouse
Azure SQL Database & Azure SQL Data WarehouseMohamed Tawfik
 
Designing big data analytics solutions on azure
Designing big data analytics solutions on azureDesigning big data analytics solutions on azure
Designing big data analytics solutions on azureMohamed Tawfik
 
Microsoft Azure Offerings and New Services
Microsoft Azure Offerings and New Services Microsoft Azure Offerings and New Services
Microsoft Azure Offerings and New Services Mohamed Tawfik
 
Upcoming Challenges in E-Learning & Online Learning Environments
Upcoming Challenges in E-Learning & Online Learning EnvironmentsUpcoming Challenges in E-Learning & Online Learning Environments
Upcoming Challenges in E-Learning & Online Learning EnvironmentsMohamed Tawfik
 
FINTDI 2011 - Remote Laboratories for Electrical & Electronic Subjects in New...
FINTDI 2011 - Remote Laboratories for Electrical & Electronic Subjects in New...FINTDI 2011 - Remote Laboratories for Electrical & Electronic Subjects in New...
FINTDI 2011 - Remote Laboratories for Electrical & Electronic Subjects in New...Mohamed Tawfik
 
UNED MURE Project Amman
UNED MURE Project AmmanUNED MURE Project Amman
UNED MURE Project AmmanMohamed Tawfik
 
VISIR INSTALLATION & START-UP GUIDE V.1
VISIR INSTALLATION & START-UP GUIDE V.1VISIR INSTALLATION & START-UP GUIDE V.1
VISIR INSTALLATION & START-UP GUIDE V.1Mohamed Tawfik
 
GOLC 2012 - On Standardizing the Management of LabVIEW-based Remote Laborator...
GOLC 2012 - On Standardizing the Management of LabVIEW-based Remote Laborator...GOLC 2012 - On Standardizing the Management of LabVIEW-based Remote Laborator...
GOLC 2012 - On Standardizing the Management of LabVIEW-based Remote Laborator...Mohamed Tawfik
 
REV 2011 - A New Node in the VISIR Community
REV 2011 - A New Node in the VISIR CommunityREV 2011 - A New Node in the VISIR Community
REV 2011 - A New Node in the VISIR CommunityMohamed Tawfik
 
REV 2013 - Grid Remote Laboratory Management System: Sahara Reaches Europe
REV 2013 - Grid Remote Laboratory Management System: Sahara Reaches EuropeREV 2013 - Grid Remote Laboratory Management System: Sahara Reaches Europe
REV 2013 - Grid Remote Laboratory Management System: Sahara Reaches EuropeMohamed Tawfik
 
TAEE 2011- State-of-the-Art Remote Laboratories for Industrial Electronics Ap...
TAEE 2011- State-of-the-Art Remote Laboratories for Industrial Electronics Ap...TAEE 2011- State-of-the-Art Remote Laboratories for Industrial Electronics Ap...
TAEE 2011- State-of-the-Art Remote Laboratories for Industrial Electronics Ap...Mohamed Tawfik
 
Copec ICECE 2011- DESIGN OF PRACTICAL ACTIVITIES IN ELECTRONICS
Copec ICECE 2011- DESIGN OF PRACTICAL ACTIVITIES IN ELECTRONICSCopec ICECE 2011- DESIGN OF PRACTICAL ACTIVITIES IN ELECTRONICS
Copec ICECE 2011- DESIGN OF PRACTICAL ACTIVITIES IN ELECTRONICSMohamed Tawfik
 
TAEE 2012- Shareable Educational Architectures for Remote Laboratories
TAEE 2012- Shareable Educational Architectures for Remote LaboratoriesTAEE 2012- Shareable Educational Architectures for Remote Laboratories
TAEE 2012- Shareable Educational Architectures for Remote LaboratoriesMohamed Tawfik
 
TAEE 2012- PAC - Performance-Centered Adaptive Curriculum for Employment Needs
TAEE 2012- PAC - Performance-Centered Adaptive Curriculum for Employment NeedsTAEE 2012- PAC - Performance-Centered Adaptive Curriculum for Employment Needs
TAEE 2012- PAC - Performance-Centered Adaptive Curriculum for Employment NeedsMohamed Tawfik
 
Educon 2012- On the Design of Remote Laboratories
Educon 2012- On the Design of Remote LaboratoriesEducon 2012- On the Design of Remote Laboratories
Educon 2012- On the Design of Remote LaboratoriesMohamed Tawfik
 
ASEE 2012 - Common Multidisciplinary Prototypes of Remote Laboratories in the...
ASEE 2012 - Common Multidisciplinary Prototypes of Remote Laboratories in the...ASEE 2012 - Common Multidisciplinary Prototypes of Remote Laboratories in the...
ASEE 2012 - Common Multidisciplinary Prototypes of Remote Laboratories in the...Mohamed Tawfik
 
TAEE2012-Putting Fundmentals of Electronic Circuits Practices online
TAEE2012-Putting Fundmentals of Electronic Circuits Practices onlineTAEE2012-Putting Fundmentals of Electronic Circuits Practices online
TAEE2012-Putting Fundmentals of Electronic Circuits Practices onlineMohamed Tawfik
 

Plus de Mohamed Tawfik (20)

Azure Cosmos DB
Azure Cosmos DBAzure Cosmos DB
Azure Cosmos DB
 
Azure SQL Database & Azure SQL Data Warehouse
Azure SQL Database & Azure SQL Data WarehouseAzure SQL Database & Azure SQL Data Warehouse
Azure SQL Database & Azure SQL Data Warehouse
 
Designing big data analytics solutions on azure
Designing big data analytics solutions on azureDesigning big data analytics solutions on azure
Designing big data analytics solutions on azure
 
Microsoft Azure Offerings and New Services
Microsoft Azure Offerings and New Services Microsoft Azure Offerings and New Services
Microsoft Azure Offerings and New Services
 
IBM Watson
IBM WatsonIBM Watson
IBM Watson
 
Upcoming Challenges in E-Learning & Online Learning Environments
Upcoming Challenges in E-Learning & Online Learning EnvironmentsUpcoming Challenges in E-Learning & Online Learning Environments
Upcoming Challenges in E-Learning & Online Learning Environments
 
FINTDI 2011 - Remote Laboratories for Electrical & Electronic Subjects in New...
FINTDI 2011 - Remote Laboratories for Electrical & Electronic Subjects in New...FINTDI 2011 - Remote Laboratories for Electrical & Electronic Subjects in New...
FINTDI 2011 - Remote Laboratories for Electrical & Electronic Subjects in New...
 
UNED MURE Project Amman
UNED MURE Project AmmanUNED MURE Project Amman
UNED MURE Project Amman
 
VISIR INSTALLATION & START-UP GUIDE V.1
VISIR INSTALLATION & START-UP GUIDE V.1VISIR INSTALLATION & START-UP GUIDE V.1
VISIR INSTALLATION & START-UP GUIDE V.1
 
GOLC 2012 - On Standardizing the Management of LabVIEW-based Remote Laborator...
GOLC 2012 - On Standardizing the Management of LabVIEW-based Remote Laborator...GOLC 2012 - On Standardizing the Management of LabVIEW-based Remote Laborator...
GOLC 2012 - On Standardizing the Management of LabVIEW-based Remote Laborator...
 
REV 2011 - A New Node in the VISIR Community
REV 2011 - A New Node in the VISIR CommunityREV 2011 - A New Node in the VISIR Community
REV 2011 - A New Node in the VISIR Community
 
REV 2013 - Grid Remote Laboratory Management System: Sahara Reaches Europe
REV 2013 - Grid Remote Laboratory Management System: Sahara Reaches EuropeREV 2013 - Grid Remote Laboratory Management System: Sahara Reaches Europe
REV 2013 - Grid Remote Laboratory Management System: Sahara Reaches Europe
 
TAEE 2011- State-of-the-Art Remote Laboratories for Industrial Electronics Ap...
TAEE 2011- State-of-the-Art Remote Laboratories for Industrial Electronics Ap...TAEE 2011- State-of-the-Art Remote Laboratories for Industrial Electronics Ap...
TAEE 2011- State-of-the-Art Remote Laboratories for Industrial Electronics Ap...
 
IEEE Presentation
IEEE PresentationIEEE Presentation
IEEE Presentation
 
Copec ICECE 2011- DESIGN OF PRACTICAL ACTIVITIES IN ELECTRONICS
Copec ICECE 2011- DESIGN OF PRACTICAL ACTIVITIES IN ELECTRONICSCopec ICECE 2011- DESIGN OF PRACTICAL ACTIVITIES IN ELECTRONICS
Copec ICECE 2011- DESIGN OF PRACTICAL ACTIVITIES IN ELECTRONICS
 
TAEE 2012- Shareable Educational Architectures for Remote Laboratories
TAEE 2012- Shareable Educational Architectures for Remote LaboratoriesTAEE 2012- Shareable Educational Architectures for Remote Laboratories
TAEE 2012- Shareable Educational Architectures for Remote Laboratories
 
TAEE 2012- PAC - Performance-Centered Adaptive Curriculum for Employment Needs
TAEE 2012- PAC - Performance-Centered Adaptive Curriculum for Employment NeedsTAEE 2012- PAC - Performance-Centered Adaptive Curriculum for Employment Needs
TAEE 2012- PAC - Performance-Centered Adaptive Curriculum for Employment Needs
 
Educon 2012- On the Design of Remote Laboratories
Educon 2012- On the Design of Remote LaboratoriesEducon 2012- On the Design of Remote Laboratories
Educon 2012- On the Design of Remote Laboratories
 
ASEE 2012 - Common Multidisciplinary Prototypes of Remote Laboratories in the...
ASEE 2012 - Common Multidisciplinary Prototypes of Remote Laboratories in the...ASEE 2012 - Common Multidisciplinary Prototypes of Remote Laboratories in the...
ASEE 2012 - Common Multidisciplinary Prototypes of Remote Laboratories in the...
 
TAEE2012-Putting Fundmentals of Electronic Circuits Practices online
TAEE2012-Putting Fundmentals of Electronic Circuits Practices onlineTAEE2012-Putting Fundmentals of Electronic Circuits Practices online
TAEE2012-Putting Fundmentals of Electronic Circuits Practices online
 

Dernier

From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 

Dernier (20)

From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 

SCCM on Microsoft Azure

  • 1. System Center Configuration Manager (SCCM) on Microsoft Azure Mohamed Tawfik Presales Technical Consultant 30-05-2017
  • 2. Contents  Cloud Computing Value Proposition  Microsoft Azure  System Center Suite  System Center Configuration Manager (SCCM) on Microsoft Azure - Architecture  Microsoft Azure Demo  SCCM Setup on Microsoft Azure  SCCM Tour & Demo  Q&A
  • 4. Cloud Computing Value Proposition • Pay for what you use • Quick Setup • Safety • Scalability • Redundancy • High Availability • Reliability • Focus on Concept
  • 6. Microsoft Azure: Market Share Canalys’ Senior Analyst De Leon said Microsoft’s incredible growth was due to its ability to convert its enormous enterprise client base into Azure customers. Many leading enterprise vendors are already building on Azure Stack, Microsoft’s upcoming, on-premises private cloud solution, to offer hybrid solutions to their customers. https://www.canalys.com/newsroom/cloud-service- providers%E2%80%99-battle-drives-worldwide-cloud- infrastructure-market-42-q1-2017-0
  • 7. Microsoft Azure: Features Highlights • Available in 140 countries, including 40 regions • Extend Active Directory and any other on-premises directories to Azure AD to enable single sign-on and centrally manage employee access to Microsoft web services such as Azure, Office 365, Dynamics CRM Online, Intune, and thousands of non-Microsoft cloud applications. • Azure users can leverage a global network of datacenters to maintain availability in a cost-effective manner. • CDN increases performance by caching blobs and static content of compute instances at physical nodes globally. • Express Route connects on-premises infrastructure directly to Azure datacenters. Connections do not go over the public Internet and improve reliability, speed, and security over typical Internet connections. • HDInsight Big Data (based on Apache Hadoop) analytics that integrate easily with Microsoft Office. • Stream Analytics process data streams in real-time to discover and react to trends. • Machine Learning mine historical data with compute power to predict future trends or behavior
  • 8. Microsoft Azure: Catalogue of Services https://azure.microsoft.com/en-us/resources/infographics/azure/
  • 9. HP Confidential, for HP Internal use only.
  • 10. Microsoft Azure: Office 365 If you are using office 365, you are using Azure Active Directory in the background. HP Confidential, for HP Internal use only.
  • 11. Microsoft Azure: HP Device Manager Technical white paper: HPDM & Microsoft Azure Cloud Deployment Guide ftp://ftp.hp.com/pub/hpdm/Documentation/WhitePapers/4.7/WP_Microsoft-Azure-Cloud-Deployment-Guide_HPDM-4.7-SP3.pdf
  • 13. HP Confidential, for HP Internal use only Component Description Virtual Machine Manager Provides a management solution that lets you configure and manage virtualization hosts, networking, and storage resources. It allows you to create and deploy virtual machines and services to private clouds. Configuration Manager Manages your PCs and servers, keeps software up-to-date, sets configuration and security policies, and monitors system status while giving your customers access to preferred applications from the devices they choose. Operations Manager Provides infrastructure monitoring that helps ensure the predictable performance and availability of vital applications. It can monitor your datacenter and cloud, both private and public. Orchestrator and Service Management Automation Provides a workflow management solution for datacenters. It lets you automate the creation, monitoring, and deployment of resources in your environment. Service Manager Delivers an integrated platform for automating and adapting your IT service management best practices. It provides processes for incident and problem resolution, change control, and asset lifecycle management. Data Protection Management Enables data protection and recovery for your servers, including SQL Server, Exchange Server, SharePoint, virtual servers, and file servers. It provides support for Windows laptops and desktops. System Center Suite: Components Delivers unified management across on-premises, service provider, and Microsoft Azure environments.
  • 14. Component Description Azure Pack Allows you to build a private cloud and run select Azure workloads on-premises using Azure Pack. It is built on Windows Server and System Center. Windows Intune Manages PCs and mobile devices from the cloud, which enables people to use a variety of devices to access corporate applications and data. Windows Intune is available as a stand-alone cloud service or with System Center Configuration Manager on-premises. System Center Suite: Related Services Delivers unified management across on-premises, service provider, and Microsoft Azure environments.
  • 15. System Center Configuration Manager (SCCM) on Microsoft Azure - Architecture
  • 16. 10.0.0.0/24 Client 2 52.174.180.65 RDPRDP 10.0.0.4 10.0.0.7 10.0.0.5 10.0.0.6 Load balancer VHDBlob container Storage accountStorage account SCCM WSUS IIS SQL server Reporting Service IIS (CRLD) Fileshare Availability setAvailability set Client AD DC AD CS DNS Default subnetDefault subnet 10.0.0.0/28 Gateway subnetGateway subnet 10.0.0.16/29 Virtual network gateweay IPSEC/IKE S2S VPN Tunnel Virtual networkVirtual network Resource groupResource group Microsoft Updates 192.168.0.0/24 System Center Configuration Manager (SCCM) on Microsoft Azure - Architecture
  • 18. HP Confidential, for HP Internal use only.
  • 19. SCCM Setup on Microsoft Azure
  • 20. SCCM Setup • Setup the basic architecture as shown in a previous slide and using the following test lab guides:  Test Lab Guide: Base Configuration https://www.microsoft.com/en-us/download/details.aspx?id=6815  Test Lab Guide: Install SQL Server 2012 Enterprise https://www.microsoft.com/en-us/download/details.aspx?id=29572  Test Lab Guide: System Center 2012 Configuration Manager https://www.microsoft.com/en-us/download/details.aspx?id=30443
  • 21. SCCM Setup on Azure: Notes • DHCP service will be provided by the Azure virtual network. • Configure the VM’s network adapter from Azure portal and not from Windows. • The Azure Load Balancer will act as a router (EDGE1) which will have a front public IP (52.174.180.65) that is routable and accessed from internet and a backend pool of virtual machines (behind NAT) that are mapped to custom ports to allow an RDP access to them. • By default any virtual machine on Azure has access to internet. • Make sure that the CRL distribution point on the SQL server is accessible by the AD CS server using HTTPS binding and that each computer in the domain auto-enrolled to the PKI and is automatically receiving a certificate. • Important! Make sure that SQL server service accounts (CORPSQLAgent & CORPSQLDatabase) are correctly configured and that each service account has been correctly assigned a Service Principal Name (SPN) for Kerberos authentication. • Make sure that SQL reporting services is correctly configured by check the Web service & Web portal URLs from the reporting services configuration manager.
  • 22. SCCM Setup: Notes • You can either create a Point-to-Site VPN, a Vnet-to-Vnet VPN, or a site-to-site VPN. • Point-to-Site VPN is used to connect a single onsite PC to Azure network and it requires a self signed certificate or an enterprise certificate. • Site-to-Site VPN is used to connect your on-premise network with Azure, it is based on IPSec and it requires a Microsoft validated VPN device: https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-about-vpn-devices. You can also use Microsoft Windows server built-in Routing and Remote Access Service (RRAS) as an option. • Vnet-to-Vnet VPN is used two connect two virtual networks on Azure and it is based on a Public Shared Key (PSK). In this Demo a Vnet- to-Vnet VPN is created between two virtual networks on in West Europe and the other is in North Europe. • SQL Server acts as a site database server and a reporting service point as well that provides integration with SQL server Reporting Services to create and manage reports for Configuration Manager. • Windows Server Update Service (WSUS) acts as an upstream server for SCCM and it synchronizes directly with Microsoft Updates.
  • 23. SCCM Setup: Notes • Track any background communication issue using the Configuration Manager Tracer Log Tool (C:Program FilesMicrosoft Configuration ManagertoolsCMTrace.exe.
  • 24. SCCM Tour & Demo
  • 25. HP Confidential, for HP Internal use only. SCCM Tour & Demo
  • 26. SCCM Tour & Demo
  • 27. SCCM Tour & Demo
  • 28. SCCM Tour & Demo
  • 29. SCCM Tour & Demo
  • 30. SCCM Tour & Demo
  • 31. SCCM Tour & Demo select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Na me,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWor kgroup,SMS_R_SYSTEM.Client from SMS_R_System where SMS_R_System.OperatingSystemNameandVersion like "%Server 6.1%" or SMS_R_System.OperatingSystemNameandVersion like "%Server 6.1%" or SMS_R_System.OperatingSystemNameandVersion like "Microsoft Windows NT Server 6.1" or OperatingSystemNameAndVersion like "Microsoft Windows NT%Server 6.0%"
  • 32. HP Confidential, for HP Internal use only. SCCM Tour & Demo
  • 33. SCCM Setup: HP Confidential, for HP Internal use only.
  • 35. Q & A
  • 36. HP Confidential, for HP Internal use only.
  • 37. Thank you Mohamed Tawfik Presales Technical Consultant

Notes de l'éditeur

  1. What is hybrid MDM with Configuration Manager? Hybrid MDM is a solution that uses Intune as the delivery channel for policies, profiles, and applications to devices but uses Configuration Manager on-premises infrastructure to store and administer content and manage the devices. You may choose hybrid MDM if you already have a significant investment in Configuration Manager and want to extend it to manage mobile devices. A hybrid implementation gives you “single pane of glass” control, which means you can use the same on-premises infrastructure and administrative console to manage mobile devices with Intune as well as PCs and servers with the traditional Configuration Manager client. https://docs.microsoft.com/en-us/sccm/mdm/understand/choose-between-standalone-intune-and-hybrid-mobile-device-management