Developer s Guide to Azure RemoteApp Hybrid Collection Deployment

Size: px
Start display at page:

Download "Developer s Guide to Azure RemoteApp Hybrid Collection Deployment"

Transcription

1 Developer s Guide to Azure RemoteApp Hybrid Collection Deployment ABSTRACT I. II. ABSTRACT AZURE REMOTEAPP 1. What is Azure RemoteApp? 2. How It Works Behind the Scene 3. Advantages of Azure RemoteApp 4. Cloud Collection vs. Hybrid Collection III. INTEGRATING AZURE REMOTEAPP WITH EXISTING, ON-PREMISES AD, DNS 4 AND NETWORK FOR HYBRID DEPLOYMENT 1. Problem Definition 2. Infrastructure Preparation 2.1 Site-to-Site VPN to Make Azure RemoteApp Available in Azure Resource Manager 2.2 Deploy Active Directory (replicated AD) in the Cloud 3. Implementation 3.1 Application Package: Migrating Java App to RemoteApp 3.2 Domain Integration: A Hybrid Identity Management System of Azure AD Connect 3.3 Azure Remote App Hybrid Deployment IV. SUMMARY V. ABOUT THE AUTHOR 11 1

2 I. ABSTRACT Azure RemoteApp is Microsoft s sure-fire solution to providing secure, remote access to Azure-based applications from different user devices. I introduced Azure RemoteApp to my customers as soon as it was released. Its technical and business capabilities have captured the interest of many businesses. Customers can save a significant amount of time, effort, and money by easily allowing Bring Your Own Device (BYOD) model amongst their employees and vendors. The product, however, is not entirely without technical drawbacks. Certain doubts about the product need to be addressed in order for it to reach the highest level of efficiency. For instance, How to standardize, simplify and automate any application deployment?, In what way can we optimize upgrading, patching process with the minimum downtime?, Can user management be easier and more effective?. Azure RemoteApp comes in two collections: cloud collection for applications which do not require connection to any resources on companies' networks; and hybrid collection for applications that not only host and store data in the Azure cloud, but also allow you to access data and resources stored on local network. With some of my customers choosing hybrid collection for complete control over their applications, I decided to carry out a few PoCs of my own. I hope to decipher the question of integrating Azure RemoteApp with existing, on-premises network, domain and packaging application for hybrid deployment. I will discuss such topic within the scope of this paper. II. AZURE REMOTEAPP 1.WHAT IS AZURE REMOTEAPP? According to Microsoft, Azure RemoteApp is a solution that brings the functionality of the on-premises Microsoft RemoteApp program, backed by Remote Desktop Services, to Azure. It helps provide secure, remote access to applications from many different user devices. Azure RemoteApp is part of the Microsoft Virtual Desktop Infrastructure. It uses RDP, a WAN-ready protocol that is resilient to network latency and loss. Azure RemoteApp enables users to share apps and resources on almost any device. While the applications are running remotely from Windows Servers on Azure Cloud, it appears to the users as if they are running locally on client devices. 2

3 2.HOW IT WORKS BEHIND THE SCENE Azure RemoteApp is built based on Windows Server Remote Desktop Session Host (RD Session Host), which allows users to host Windows-based programs and/or full Windows desktop, making it appear as if they are running on the end user s local computers. Users can connect to a RD Session Host server to run programs, save files, or use network resources while seeing and using only their individual sessions. The session execution occurs on the server and is managed by the server operating system. Azure RemoteApp is deployed in Windows Server 2012 R2 Datacenter operating system with 3 available template images: Des cription R oles and Features Windows Server 2012 Based on Microsoft Windows Server 2012 R2 Datacenter operating system -.NET Framework 4.5, 3.5.1, Desktop Experience - Ink and Handwriting Services - Media Foundation - Remote Desktop Session Host - Windows PowerShell Windows PowerShell ISE - WoW64 Support - Adobe Flash Player - Microsoft Silverlight - Microsoft System Center 2012 Endpoint Protection - Microsoft Windows Media Player Microsoft Office 365 ProPlus Microsoft Office 2013 Professional Plus An extension of the Windows Server 2012 image - Access - Excel - Lync - OneNote - OneDrive for Business - Outlook - PowerPoint - Project - Visio - Word - Microsoft Office Pro ofing Tools 3.ADVANTAGES OF AZURE REMOTEAPP - No complex on-premises infrastructure configuration and minimize infrastructure cost (move CAPEX to OPEX); - Easily scale up or down to meet the changing needs of your businesses; - End-users can access RemoteApp program from any devices (Windows, ios, Mac OS X and Android devices) anywhere; - Protect corporate resources and ensure compliances; 4.CLOUD COLLECTION VS. HYBRID COLLECTION Azure RemoteApp provides flexible deployment options: you can either choose a cloud-based deployment (where you deploy a standalone cloud service), or select a hybrid deployment (where the service is integrated into your on-premises infrastructure). Cloud Collection Hybrid Collection Hosting Is hosted and stores all data for programs in Azure cloud. Is hosted and stores data in Azure cloud and allows users to access data and resources stored in local network. Identity Management Can use Microsoft account or corporate credentials synchronized or federated with Azure Active Directory account. Can use corporate credentials synchronized or federated with Azure Active Directory account. Maintenance Microsoft updates the applications and operating systems. The administrators only need to control the user access. The administrators are in charge of maintaining the image and applications. RDS Servers No need to domain-join the RDS servers to Active Directory. The administrator can domain-join the RDS servers. 3

4 III. INTEGRATING AZURE REMOTEAPP WITH EXISTING, ON-PREMISES AD, DNS AND NETWORK FOR HYBRID DEPLOYMENT 1.PROBLEM DEFINITION In this paper, I would like to walk you through the detailed guideline to integrating Azure RemoteApp with existing, on-premises network, domain and packaging application for hybrid deployment. I will also address the following limitations regarding Azure Remote- App hybrid collection installation: - The JSON-driven Azure Resource Management (ARM) is the latest REST API for resource grouping, tagging and managing. While most of the recent VMs and role instances run on a VNet created in ARM, Azure RemoteApp can only support the classic ASM (Azure Service Management) API, which is an XML-driven REST API - Azure Active Directory is a centralized identity system that manages access accounts to Azure RemoteApp collections. If you want to use similar credentials with on-premises applications, Azure AD doesn t support them by default. - Since Azure RemoteApp collections are accessible from the Internet, integrating them with other application layers (such as application layer or database layer) requires direct connection between these layers and the Internet. However, this is a rather unsecured solution. - Azure AD cannot handle the Windows authentication/ authorization of applications. 2.INFRASTRUCTURE PREPARATION 2.1.SITE-TO-SITE VPN TO MAKE AZURE REMOTEAPP AVAILABLE IN AZURE RESOURCE MANAGER Two different ways to manage Microsoft Azure cloud resources are ARM and ASM REST APIs. Each interface has a separate UI Portal experience, REST API, PowerShell module, and mode of operation in the Azure Cross-Platform (xplat) CLI Tool. Azure VNet Site-to-Site VPN (between VNet and VNet) can help connect ARM to ASM VNets, get them work together, and make Azure RemoteApp available in ARM VNets. Connecting virtual networks is a great solution to cross-region geo-redundancy and geo-presence, setting up Regional multi-tier applications with strong isolation boundary, cross subscription, and inter-organization communications in Azure. The below figure shows the outcome of connecting an on-premise virtual network with a cloud-based network using Site-to-Site VPN. The same process can be applied when linking a classic VNet with an ARM. Configure VNet to VNet connection 1 Create corresponding local networks for VNets Virtual Network Virtual Network Site Definition Local Network Site Definition Local Network S ite to C onnect nguyens-onpremise-vnet nguyens-onpremise-vnet ( /26) nguyens-onpremise-local ( / 26) nguyens-cloud-local nguyens-cloud-vnet nguyens-cloud-vnet ( /26) nguyens-cloud-local ( /26) nguyens-onpremise-local Please note that you will need to define each virtual network twice first, as an Azure virtual network, and second, as a local network site connected to other virtual network. You must ensure the Address Space elements specified in both definitions are the same. Otherwise, the communication will not work correctly between the two virtual networks. Upon adding a new local network, you will need to specify your local network information with any VPN Device IP Address (we need to come back and update this information later), and define the address space for your local network (it must be matched with respective VNet configuration). 4

5 2 Configure connection gateway Site-to-site VPN is enabled by selecting the Connect to local network option in the Configure tab in each VNet. You will then see the note a gateway subnet is required. This means you need to go back to the Dashboard tab and click on the Create Gateway button (In this case, I chose Dynamic Routing option). Azure takes a few minutes to finish deploying gateway for each VNet. The gateway IP address will appear once the gateway is created. You need to update the configuration of each local network to make sure it matches with its relevant gateway IP address. 3 Establish cross-premise tunnel You can use any private key, but I suggest generating a private key using the VNet s Manage Shared Key feature. -LocalNetworkSiteName nguyens-onpremise-local -Shared- Key <<private key>> And here is the result: Azure PowerShell is required to establish cross-premise tunnel between two networks. To enable site-to-site connection, you need to execute Set-AzureVNetGatewayKey cmdlet. In my case, the following script was executed: You can connect or disconnect the connection between two VNets any time you want. You can also reuse Active Directory/DNS Server like I did with my networks. Set-AzureVNetGatewayKey -VNetName nguyens-onpremise-vnet -LocalNetworkSiteName nguyens- 1 cloud-local -SharedKey <<private key>> 2 Set-AzureVNetGatewayKey -VNetName nguyens-cloud-vnet 5

6 2.2.DEPLOY ACTIVE DIRECTORY (REPLICATED AD) IN THE CLOUD Before installing Active Directory in Azure VNet, you should make sure that a Domain Controller (DC) subnet has been created inside the VNet, and a new Virtual Machine created inside the DC Subnet. Keep in mind that the VM s size should be compatible with your organization s need. I opted for an A1 VM, which is in Standard Tier. Install Active Directory Windows Service - Select Add Roles and Features from Server Manager. - Select Role-based or Feature-based installation type. - Select server from server pool. - Choose Active Directory Domain Services as Server Role. - Check Restart the destination server automatically if required checkbox and start installing. Promote server to a domain controller - After VMs are restarted, click the warning icon in Server Manager and start promoting your server to a domain controller. - Select option Add a new forest and fill in the root domain name. - Make sure you choose Domain Name System (DNS) server and enter the Directory Services Restore Mode (DSRM) password in the Domain Controller Options step. Reserve static IP Address for Domain Controller The IP addresses assigned to both Cloud Services roles and Virtual Machines can be changed during the repair of cloud infrastructure. Thus, you need to reserve a static IP address for Domain Controller by running the Set-AzureStaticVNetIP cmdlet. 1- Get-AzureVM -ServiceName <<service name>> -Name <<vm name>> 2- Set-AzureStaticVNetIP -IPAddress <<IP address>> 3- Update-AzureVM Reset DNS Server for Azure VNet - In Server Manager select Tools > DNS to start resetting DNS Server configuration. - Open Properties of your DNS Server node. - Remove unable to resolved IP Address and restart your Domain Controller server. - Ignore the warning in DNS Options step. - The NetBIOS domain name will be populated automatically. - Specify the location of AD DS database, log files, and SYSVOL (as a best practice, attach new disk to store all items below instead of using default drive). - Click on Install button and wait for moment to finish all configuration. Configure VNet to use new DNS Server You almost finish the process of deploying Domain Controller server within your VNet. To navigate your VNet, select Configure tab and add server information into DNS Server field to complete the last step. 6

7 3.IMPLEMENTATION 3.1.APPLICATION PACKAGE: MIGRATING JAVA APP TO REMOTEAPP Azure RemoteApp supports streaming 32-bit or 64-bit Windows-based applications from a Windows Server 2012 R2 installation. Most existing 32-bit or 64-bit Windows-based applications run as is in RemoteApp (Remote Desktop Services, or formerly known as Terminal Services) environment. Windows-based applications refer to applications which are implemented with Microsoft s technologies like.net Framework and SQL Server, or any applications that can run well in Windows environment such as Java applications. Can we run a Java application with RemoteApp? To unveil this question, I decided to build my own PoC instead of using reference from someone else. Since my PoC could not cover all the cases and my scenario was rather simply, my answer is partially yes. In my PoC, I selected JMeter ( a Java application, and included some *.bat files (which help validating environment configuration and application s dependencies). Here s how to build my PoC: 1 Start creating a new template image for RemoteApp service. You can either build the template in local machine, or use Azure Virtual Machine like I did. Microsoft provides a robust gallery that helps you quickly set up your working environment. In this case, I created my VM with Windows Server Remote Desktop Session Host image. 3 Make sure that all errors reported by the script are fixed before running SysPrep and capturing the image. 4 \ You can then navigate the RemoteApp and import an Image from your Virtual Machines library. In my PoC, I named my template image java-remoteapp. Wait for the new template to be uploaded before creating a new RemoteApp collection based on your custom template. 5 The JMeter application was published using Path and my runnable package was located in C:\Program Files\apache-jmeter-2.13\bin\jmeter.bat. 2 Next, I installed Java and JMeter, then performed some testings to make sure the application ran properly. Microsoft provides the PowerShell script and the template to validate all prerequisites for Azure RemoteApp. You can find and run it easily by clicking ValidateRemoteAppImage icon on the desktop. 6 The provisioning and configuration of the new RemoteApp collection are completed. Now you can access and review the remote JMeter version. You can also save files in the RemoteApp storage and come back later to resume your work. 7

8 3.2.DOMAIN INTEGRATION: A HYBRID IDENTITY MANAGEMENT SYSTEM OF AZURE AD CONNECT Azure Active Directory (Azure AD) is Microsoft s multi-tenant cloud-based directory and identity management service, which controls authentication by giving employees and business partners single sign-on (SSO) access to SaaS applications, such as O365, SFDC, Dropbox, and so on. Though the service itself does not support using similar credentials for on-premises applications by default, it provides the capability to integrate with existing on-premises Active Directory to enable a hybrid identity management solution. Tool and Integration model - Federated Identities: This model requires a synchronized identity, but the user s password is verified by the on-premises identity provider. This means the password hash doesn t have to be synchronized to Azure AD. This model can be applied to integration with Active Directory Federation Services (AD FS) or third party identity provider. Azure AD Connect integrates on-premises identity system like Windows Server Active Directory with Azure Active Directory, and connect users to Azure SaaS applications. Azure AD Connect has 3 essential features: - Synchronization Services: Ensure the users and groups information in your on-premises environment matches to that in the cloud. - Active Directory Federation Services: Address complex deployments that include domain join SSO, enforcement of AD sign-in policy, and smart card 3rd party MFA. - Health Monitoring: Provides robust monitoring through a central location in the Azure portal. Azure AD Connect supports two models: Synchronized Identities and Federated Identities. - Synchronized Identities: Synchronizing user accounts and optional passwords from on-premises AD to Azure AD. This means an user will use the same password to access on-premises and Azure resources. 8

9 3 Steps to enable integration Step 1 Add a custom domain A custom domain is required for on-premises and Azure AD integration. You can add a domain in the dashboard of your selected Active Directory. Make sure your public domain is similar to your AD domain (in my case, it s sonnn2.com). You will then need to verify the custom domain by adding TXT record in your DNS settings. Next, verify and set your custom domain as primary domain. In this case, I apply synchronized identity model so my domain is not planned for Single Sign-On. - Customize Settings: Used when you have multiple forests. Support many on-premises topologies, and allow you to customize sign-in option, such as AD FS for federation. Whichever settings you opt for, make sure you use relevant accounts to connect to Azure AD (Global Admin account) and AD DS (Enterprise Administrator account). Step 2 Add a Global Admin account Create a new global admin account in your domain to control the overall AD synchronization process. Step 3 Install AD Connect and Configure Synchronization Download Azure Active Directory Connect from Download Center, and install it in the proxy server (which can access to AD servers and the Internet). Start AD Connect configuration after your installation is complete. You can either choose Express settings (default settings), or Customized settings. - Express Settings: Recommended if you have a single forest AD. You can sign in with the same password using password synchronization. Now, your on-premises AD and Azure AD are connected. 9

10 3.3.AZURE REMOTEAPP HYBRID DEPLOYMENT It is recommended to move the Azure RemoteApp collections into a subnet to reduce the exposure of application layer to the Internet. - Click on New > App Services > RemoteApp > Create with VNet. Choose Virtual Network and Subnet you want to deploy your app collection into. Make sure Join Local Domain is checked. - Create a new Organization Unit (e.g. RemoteApp) in the Domain Controller, and a new RemoteApp Service Account under the new OU (e.g. remoteapp@sonnn2.com). Below is a simple way to configure a local domain. - In the new app collection dashboard, you can find a quick guide to finish the configuration - Once the local domain is configured, link the app collection with a template image by selecting a virtual machine image. The guideline for moving applications, specifically Java, to Azure RemoteApp was previously discussed in this paper. The process can take a few hours to complete. Then you can publish and use the app with your on-premises local account. SUMMARY Azure RemoteApp Hybrid Collection helps you publish a custom set of applications that run in a domain-joined environment, while maintaining access to on-premises resources over a Site-to-Site VPN. I hope that you have gained some insights into the Azure Remote- App as a service, as well as the hybrid collection installation process, from infrastructure preparation to app deployment. 10

11 ABOUT THE AUTHOR Son Nguyen is a Cloud Solution Architect currently working for FPT Software s Cloud Innovation team. With deep knowledge in AWS and Microsoft Azure, Son acts as a cloud consultant in various areas, ranging from assessment to architecture design, supporting customers in Japan, the EU and the US. 11

Microsoft Azure Course Content

Microsoft Azure Course Content Cloud Computing Trainings @ STUCORNER & SHARPENCLOUD Microsoft Azure Course Content Lesson 1: Introduction to Azure 1. Overview of On-premise infrastructure 2. Transition from On-premise to datacenter

More information

Microsoft Azure for AWS Experts

Microsoft Azure for AWS Experts Microsoft Azure for AWS Experts OD40390B; On-Demand, Video-based Course Description This course provides an in-depth discussion and practical hands-on training of Microsoft Azure Infrastructure Services

More information

Course Outline. Module 1: Microsoft Azure for AWS Experts Course Overview

Course Outline. Module 1: Microsoft Azure for AWS Experts Course Overview Course Outline Module 1: Microsoft Azure for AWS Experts Course Overview In this module, you will get an overview of Azure services and features including deployment models, subscriptions, account types

More information

Exam : Implementing Microsoft Azure Infrastructure Solutions

Exam : Implementing Microsoft Azure Infrastructure Solutions Exam 70-533: Implementing Microsoft Azure Infrastructure Solutions Objective Domain Note: This document shows tracked changes that are effective as of January 18, 2018. Design and Implement Azure App Service

More information

Developing Microsoft Azure Solutions (70-532) Syllabus

Developing Microsoft Azure Solutions (70-532) Syllabus Developing Microsoft Azure Solutions (70-532) Syllabus Cloud Computing Introduction What is Cloud Computing Cloud Characteristics Cloud Computing Service Models Deployment Models in Cloud Computing Advantages

More information

Implementing Microsoft Azure Infrastructure Solutions

Implementing Microsoft Azure Infrastructure Solutions Implementing Microsoft Azure Infrastructure Solutions OD20533C; On-Demand, Video-based Course Description This course is intended for IT professionals who are familiar with managing on-premises IT deployments

More information

[MS20533]: Implementing Microsoft Azure Infrastructure Solutions

[MS20533]: Implementing Microsoft Azure Infrastructure Solutions [MS20533]: Implementing Microsoft Azure Infrastructure Solutions Length : 5 Days Audience(s) : IT Professionals Level : 300 Technology : Microsoft Products Delivery Method : Instructor-led (Classroom)

More information

40390: Microsoft Azure for AWS Experts

40390: Microsoft Azure for AWS Experts Let s Reach For Excellence! TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC Address: 103 Pasteur, Dist.1, HCMC Tel: 08 38245819; 38239761 Email: traincert@tdt-tanduc.com Website: www.tdt-tanduc.com; www.tanducits.com

More information

Course 20533B: Implementing Microsoft Azure Infrastructure Solutions

Course 20533B: Implementing Microsoft Azure Infrastructure Solutions Course 20533B: Implementing Microsoft Azure Infrastructure Solutions Course details Course Outline Module 1: Introduction to Azure This module explains cloud computing, and compares cloud computing and

More information

ENABLING AND MANAGING OFFICE 365

ENABLING AND MANAGING OFFICE 365 20347 - ENABLING AND MANAGING OFFICE 365 CONTEÚDO PROGRAMÁTICO Module 1: Planning and provisioning Office 365 This module reviews the features of Office 365 and identifies recent improvements to the service.

More information

Implementing Microsoft Azure Infrastructure Solutions (20533)

Implementing Microsoft Azure Infrastructure Solutions (20533) Implementing Microsoft Azure Infrastructure Solutions (20533) Duration: 5 Days Price: $895 Delivery Option: Attend via MOC On-Demand Students Will Learn Describing Azure architecture components, including

More information

[MS10992]: Integrating On-Premises Core Infrastructure with Microsoft Azure

[MS10992]: Integrating On-Premises Core Infrastructure with Microsoft Azure [MS10992]: Integrating On-Premises Core Infrastructure with Microsoft Azure Length : 3 Days Audience(s) : IT Professionals Level : 300 Technology : Azure Delivery Method : Instructor-led (Classroom) Course

More information

RSA SecurID Access Configuration for Microsoft Office 365 STS (Secure Token Service)

RSA SecurID Access Configuration for Microsoft Office 365 STS (Secure Token Service) RSA SecurID Access Configuration for Microsoft Office 365 STS (Secure Token Service) Last Modified: April 17, 2017 RSA SecurID Access offers two methods to integrate with Microsoft Office 365. Both solutions

More information

Developing Microsoft Azure Solutions (70-532) Syllabus

Developing Microsoft Azure Solutions (70-532) Syllabus Developing Microsoft Azure Solutions (70-532) Syllabus Cloud Computing Introduction What is Cloud Computing Cloud Characteristics Cloud Computing Service Models Deployment Models in Cloud Computing Advantages

More information

Course Outline. Enabling and Managing Office 365 Course 20347A: 5 days Instructor Led

Course Outline. Enabling and Managing Office 365 Course 20347A: 5 days Instructor Led Enabling and Managing Office 365 Course 20347A: 5 days Instructor Led About this course This is a 5-day instructor-led training (ILT) course that targets the needs of IT professionals who take part in

More information

20742: Identity with Windows Server 2016

20742: Identity with Windows Server 2016 Course Content Course Description: This five-day instructor-led course teaches IT Pros how to deploy and configure Active Directory Domain Services (AD DS) in a distributed environment, how to implement

More information

METHODOLOGY This program will be conducted with interactive lectures, PowerPoint presentations, discussions and practical exercises.

METHODOLOGY This program will be conducted with interactive lectures, PowerPoint presentations, discussions and practical exercises. CENTER OF KNOWLEDGE, PATH TO SUCCESS Website: IDENTITY WITH WINDOWS SERVER 2016 Course 20742: 5 days; Instructor-Led INTRODUCTION This five-day instructor-led course teaches IT Pros how to deploy and configure

More information

Developing Microsoft Azure Solutions (70-532) Syllabus

Developing Microsoft Azure Solutions (70-532) Syllabus Developing Microsoft Azure Solutions (70-532) Syllabus Cloud Computing Introduction What is Cloud Computing Cloud Characteristics Cloud Computing Service Models Deployment Models in Cloud Computing Advantages

More information

NETWORKING AND ACTIVE DIRECTORY CONSIDERATIONS ON MICROSOFT AZURE FOR USE WITH VMWARE HORIZON CLOUD SERVICE. VMware Horizon Cloud Service

NETWORKING AND ACTIVE DIRECTORY CONSIDERATIONS ON MICROSOFT AZURE FOR USE WITH VMWARE HORIZON CLOUD SERVICE. VMware Horizon Cloud Service TECHNICAL WHITE PAPER DECEMBER 2017 NETWORKING AND ACTIVE DIRECTORY CONSIDERATIONS ON MICROSOFT AZURE FOR USE WITH VMWARE HORIZON CLOUD SERVICE VMware Horizon Cloud Service Table of Contents Executive

More information

20347: Enabling and Managing Office hours

20347: Enabling and Managing Office hours 20347: Enabling and Managing Office 365 35 hours About this course This is a 5-day instructor-led training (ILT) course that targets the needs of IT professionals who take part in evaluating, planning,

More information

Planning for and Managing Devices in the Enterprise: Enterprise Mobility Suite (EMS) & On-Premises Tools

Planning for and Managing Devices in the Enterprise: Enterprise Mobility Suite (EMS) & On-Premises Tools Planning for and Managing Devices in the Enterprise: Enterprise Mobility Suite (EMS) & On-Premises Tools OD20398B; On-Demand, Video-based Course Description This course teaches IT professionals how to

More information

M20742-Identity with Windows Server 2016

M20742-Identity with Windows Server 2016 M20742-Identity with Windows Server 2016 Course Number: M20742 Category: Technical Microsoft Duration: 5 days Certification: 70-742 Overview This five-day instructor-led course teaches IT Pros how to deploy

More information

Education and Support for SharePoint, Office 365 and Azure

Education and Support for SharePoint, Office 365 and Azure Education and Support for SharePoint, Office 365 and Azure www.combined-knowledge.com COURSE OUTLINE ENABLING AND MANAGING OFFICE 365 Course Duration: 5 Days Course Code: 20347A Overview Course Code: 20347A

More information

Enabling and Managing Office 365

Enabling and Managing Office 365 Course 20347A: Enabling and Managing Office 365 Course details Course Outline Module 1: Planning and provisioning Microsoft Office 365 This module reviews the features of Office 365 and identifies recent

More information

Course Outline 20742B

Course Outline 20742B Course Outline 20742B Module 1: Installing and configuring domain controllers This module describes the features of AD DS and how to install domain controllers (DCs). It also covers the considerations

More information

Office : Enabling and Managing Office 365. Upcoming Dates. Course Description. Course Outline

Office : Enabling and Managing Office 365. Upcoming Dates. Course Description. Course Outline Office 365 20347: Enabling and Managing Office 365 Learn how to evaluate, plan, deploy and operate Microsoft Office 365 Cloud-Based Services in this 5-day class. Your instructor will focus on real world

More information

Title: Deploying AD into Windows Azure with No Corporate Connectivity

Title: Deploying AD into Windows Azure with No Corporate Connectivity Dean Suzuki Blog Title: Deploying AD into Windows Azure with No Corporate Connectivity Created: 6/2/2014 Description: In this blog post, I record the process that I went through to build an Active Directory

More information

Identity with Windows Server 2016

Identity with Windows Server 2016 Identity with Windows Server 2016 Course 20742B - 5 Days - Instructor-led, Hands on Introduction This five-day instructor-led course teaches IT Pros how to deploy and configure Active Directory Domain

More information

[MS20347]: Enabling and Managing Office 365

[MS20347]: Enabling and Managing Office 365 [MS20347]: Enabling and Managing Office 365 Length : 5 Days Audience(s) : IT Professionals Level : 200 Technology : Microsoft Office Delivery Method : Instructor-led (Classroom) Course Overview This is

More information

20533B: Implementing Microsoft Azure Infrastructure Solutions

20533B: Implementing Microsoft Azure Infrastructure Solutions 20533B: Implementing Microsoft Azure Infrastructure Solutions Course Details Course Code: Duration: Notes: 20533B 5 days This course syllabus should be used to determine whether the course is appropriate

More information

1. Click on "IaaS" to advance to the Windows Azure Scenario. 2. Click to configure the "CloudNet" Virtual Network

1. Click on IaaS to advance to the Windows Azure Scenario. 2. Click to configure the CloudNet Virtual Network Introduction to the Virtual Network Lab Scenario Steps Description 1. Click on "IaaS" to advance to the Windows Azure Scenario Windows Azure Infrastructure Services ( IaaS ) provides us with the capability

More information

Planning for and Managing Devices in the Enterprise: Enterprise Management Suite (EMS) & On-Premises Tools

Planning for and Managing Devices in the Enterprise: Enterprise Management Suite (EMS) & On-Premises Tools Enterprise Management Suite (EMS) & On-Premises Tools Page 1 of 7 Planning for and Managing Devices in the Enterprise: Enterprise Management Suite (EMS) & On-Premises Tools Course 20398A: 4 days; Instructor-Led

More information

Enabling and Managing Office 365 (NI152) 40 Hours MOC 20347A

Enabling and Managing Office 365 (NI152) 40 Hours MOC 20347A Enabling and Managing Office 365 (NI152) 40 Hours MOC 20347A Outline This is a 5-day instructor-led training (ILT) course that targets the needs of IT professionals who take part in evaluating, planning,

More information

Delivering applications with Azure RemoteApp. Rasmus Hald

Delivering applications with Azure RemoteApp. Rasmus Hald Delivering applications with Azure RemoteApp Rasmus Hald [Microsoft] @RasmusHaldDK Today s challenges Deliver applications to multiple mobile platforms (BYOD) Provide access to legacy applications Respond

More information

to know how and when to apply which Microsoft technology. In many cases, you can combine multiple

to know how and when to apply which Microsoft technology. In many cases, you can combine multiple Overview of Microsoft Virtualization Microsoft offers a number of virtualization technologies that administrators and infrastructure architects can use to create and administer a virtual environment. To

More information

Overview What is Azure Multi-Factor Authentication? How it Works Get started Choose where to deploy MFA in the cloud MFA on-premises MFA for O365

Overview What is Azure Multi-Factor Authentication? How it Works Get started Choose where to deploy MFA in the cloud MFA on-premises MFA for O365 Table of Contents Overview What is Azure Multi-Factor Authentication? How it Works Get started Choose where to deploy MFA in the cloud MFA on-premises MFA for O365 users Security best practices How to

More information

Office 365 Administration and Troubleshooting

Office 365 Administration and Troubleshooting Office 365 Administration and Troubleshooting Course 10997A 3 Days Instructor-led, Hands on Course Information This is a three-day Instructor Led Training (ILT) course that targets the needs of information

More information

Developing Microsoft Azure Solutions

Developing Microsoft Azure Solutions 1 Developing Microsoft Azure Solutions Course Prerequisites A general understanding of ASP.NET and C# concepts Upon Completion of this Course, you will accomplish following: Compare the services available

More information

MD-101: Modern Desktop Administrator Part 2

MD-101: Modern Desktop Administrator Part 2 Days: 5 Description: This five-day course is for Desktop Administrators that deploy, configure, secure, manage, and monitor devices and client applications in an enterprise environment. As desktops has

More information

Enabling and Managing Office 365

Enabling and Managing Office 365 Enabling and Managing Office 365 Duration: 5 days COURSE DESCRIPTION This is a 5-day instructor-led training (ILT) course that targets the needs of IT professionals who take part in evaluating, planning,

More information

Planning for and Managing Devices in the Enterprise: Enterprise Mobility Suite (EMS) & On- Premises Tools

Planning for and Managing Devices in the Enterprise: Enterprise Mobility Suite (EMS) & On- Premises Tools Planning for and Managing Devices in the Enterprise: Enterprise Mobility Suite (EMS) & On- Premises Tools 20398BA - 5 Days - Instructor-led, Hands-on Introduction This five-day course teaches IT professionals

More information

10997: Office 365 Administration and Troubleshooting

10997: Office 365 Administration and Troubleshooting Short Course Outline 10997: Office 365 Administration and Troubleshooting Course Overview This is a three-day Instructor Led Training (ILT) course that targets the needs of information technology (IT)

More information

Tech Dive: Microsoft Azure Identity Management and Office 365

Tech Dive: Microsoft Azure Identity Management and Office 365 Tech Dive: Microsoft Azure Identity Management and Office 365 Tech Dive: Microsoft Azure Identity Management and Office 365 Microsoft Partner Confidential 2 Tech Dive: Microsoft Azure Identity Management

More information

Microsoft Official Curriculum Enabling and Managing Office 365 (5 Days - English) Programme détaillé

Microsoft Official Curriculum Enabling and Managing Office 365 (5 Days - English) Programme détaillé Module 1: Planning and provisioning Microsoft Office 365 This module reviews the features of Office 365 and identifies recent improvements to the service. Also it describes how to configure an Office 365

More information

Microsoft Enabling and Managing Office 365

Microsoft Enabling and Managing Office 365 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20347 - Enabling and Managing Office 365 Length 5 days Price $4290.00 (inc GST) Version A Overview This is a 5-day instructor-led training (ILT) course that

More information

ENABLING AND MANAGING OFFICE 365

ENABLING AND MANAGING OFFICE 365 Education and Support for SharePoint, Office 365 and Azure www.combined-knowledge.com Education and Support for SharePoint, Office 365 and Azure www.combined-knowledge.com COURSE OUTLINE ENABLING AND MANAGING

More information

At Course Completion After completing this course, students will be able to:

At Course Completion After completing this course, students will be able to: Course Details Course Code: Duration: Notes: 20398B 5 days This course syllabus should be used to determine whether the course is appropriate for the students, based on their current skills and technical

More information

The Pathway to the Cloud Using Azure SQL Managed Instance

The Pathway to the Cloud Using Azure SQL Managed Instance 1 Sales Order Management Product Manuals 2 Agility Assurance (Security) Efficiency Experience (Apps) Business Growth 3 Catalog Existing application Define criteria for moving to or starting applications

More information

Enabling and Managing Office 365

Enabling and Managing Office 365 Lincoln Land Community College Capital City Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Enabling and Managing Office 365 Course Description This is a 5-day instructor-led

More information

Identity with Windows Server 2016

Identity with Windows Server 2016 Identity with Windows Server 2016 20742B; 5 days, Instructor-led Course Description This five-day instructor-led course teaches IT Pros how to deploy and configure Active Directory Domain Services (AD

More information

Course AZ-100T01-A: Manage Subscriptions and Resources

Course AZ-100T01-A: Manage Subscriptions and Resources Course AZ-100T01-A: Manage Subscriptions and Resources Module 1: Managing Azure Subscriptions In this module, you ll learn about the components that make up an Azure subscription and how management groups

More information

20398: Planning for and Managing Devices in the Enterprise: Enterprise Mobility Suite (EMS) and On- Premises Tools

20398: Planning for and Managing Devices in the Enterprise: Enterprise Mobility Suite (EMS) and On- Premises Tools Let s Reach For Excellence! TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC Address: 103 Pasteur, Dist.1, HCMC Tel: 08 38245819; 38239761 Email: traincert@tdt-tanduc.com Website: www.tdt-tanduc.com; www.tanducits.com

More information

Overview of Microsoft Virtualization

Overview of Microsoft Virtualization Overview of Microsoft Virtualization Microsoft offers a number of virtualization technologies that administrators and infrastructure architects can use to create and administer a virtual environment. To

More information

Course Content of Office 365:

Course Content of Office 365: Course Content of Office 365: Course Outline Module 1: Planning and provisioning Office 365This module reviews the features of Office 365 and identifies recent improvements to the service. It describes

More information

Office 365 Administration and Troubleshooting

Office 365 Administration and Troubleshooting Course 10997B: Office 365 Administration and Troubleshooting Page 1 of 5 Office 365 Administration and Troubleshooting Course 10997B: 2 days; Instructor-Led Introduction This is a two-day Instructor Led

More information

Active Directory Services with Windows Server

Active Directory Services with Windows Server Course Code: M10969 Vendor: Microsoft Course Overview Duration: 5 RRP: POA Active Directory Services with Windows Server Overview Get Hands on instruction and practice administering Active Directory technologies

More information

Enabling and Managing Office 365

Enabling and Managing Office 365 Enabling and Managing Office 365 Código del curso: 20347 Duración: 5 días Acerca de este curso This is a 5 day instructor led training (ILT) course that targets the needs of IT professionals who take part

More information

Microsoft Implementing Microsoft Azure Infrastructure Solutions.

Microsoft Implementing Microsoft Azure Infrastructure Solutions. Microsoft 70-533 Implementing Microsoft Azure Infrastructure Solutions http://killexams.com/pass4sure/exam-detail/70-533 QUESTION: 125 You have an Azure subscription. In Azure, you create two virtual machines

More information

Planning and Administering SharePoint 2016

Planning and Administering SharePoint 2016 Planning and Administering SharePoint 2016 Course 20339A 5 Days Instructor-led, Hands on Course Information This five-day course will combine the Planning and Administering SharePoint 2016 class with the

More information

O365 Solutions. Three Phase Approach. Page 1 34

O365 Solutions. Three Phase Approach. Page 1 34 O365 Solutions Three Phase Approach msfttechteam@f5.com Page 1 34 Contents Use Cases... 2 Use Case One Advanced Traffic Management for WAP and ADFS farms... 2 Use Case Two BIG-IP with ADFS-PIP... 3 Phase

More information

Microsoft Azure Integration and Security. Course Code: AZ-101; Duration: 4 days; Instructorled

Microsoft Azure Integration and Security. Course Code: AZ-101; Duration: 4 days; Instructorled Microsoft Azure Integration and Security Course Code: AZ-101; Duration: 4 days; Instructorled WHAT YOU WILL LEARN This course teaches IT professionals how to discover, assess, plan and implement a migration

More information

Integrating On-Premises Identity Infrastructure with Microsoft Azure

Integrating On-Premises Identity Infrastructure with Microsoft Azure Integrating On-Premises Identity Infrastructure with Microsoft Azure OD10993; On-Demand, Video-based Course Description This course teaches IT professionals how to integrate their on-premises AD DS environment

More information

MOC 20417C: Upgrading Your Skills to MCSA Windows Server 2012

MOC 20417C: Upgrading Your Skills to MCSA Windows Server 2012 MOC 20417C: Upgrading Your Skills to MCSA Windows Server 2012 Course Overview This course provides students with the knowledge and skills to upgrade to MCSA Windows Server 2012. Course Introduction Course

More information

Active Directory Services with Windows Server

Active Directory Services with Windows Server Active Directory Services with Windows Server 10969B; 5 days, Instructor-led Course Description Get hands on instruction and practice administering Active Directory technologies in Windows Server 2012

More information

MCSA Office 365 Bootcamp

MCSA Office 365 Bootcamp MCSA Office 365 Bootcamp Length: 6 days Format: Bootcamp Time: Day About This Course Demonstrate your skills in transitioning to and administering cloud-hosted business applications with Microsoft Office

More information

Course Outline. Deploying and Managing Windows 10 Using Enterprise Services Course B: 5 days Instructor Led

Course Outline. Deploying and Managing Windows 10 Using Enterprise Services Course B: 5 days Instructor Led Deploying and Managing Windows 10 Using Enterprise Services Course 20697-2B: 5 days Instructor Led Prerequisites: Students should have at least two years of experience in the IT field and should already

More information

Deploying and Managing Windows 10 Using Enterprise Services

Deploying and Managing Windows 10 Using Enterprise Services Deploying and Managing Windows 10 Using Enterprise Services Course 20697-2C 5 Days Instructor-led, Hands-on Course Description This 5-day course provides administrators with the knowledge and skills necessary

More information

SharePoint 2016 Administrator's Survival Camp

SharePoint 2016 Administrator's Survival Camp SharePoint 2016 Administrator's Survival Camp Installing and Managing SharePoint 2016 in an On -premises Environment Course Code Audience Format Length Course Description Student Prerequisites SSC2016

More information

SAP Security in a Hybrid World. Kiran Kola

SAP Security in a Hybrid World. Kiran Kola SAP Security in a Hybrid World Kiran Kola Agenda Cybersecurity SAP Cloud Platform Identity Provisioning service SAP Cloud Platform Identity Authentication service SAP Cloud Connector & how to achieve Principal

More information

COURSE B: DEPLOYING AND MANAGING WINDOWS 10 USING ENTERPRISE SERVICES

COURSE B: DEPLOYING AND MANAGING WINDOWS 10 USING ENTERPRISE SERVICES ABOUT THIS COURSE This course provides administrators with the knowledge and skills necessary to deploy and manage Windows 10 desktops, devices, and applications in an enterprise environment. Students

More information

Real4Test. Real IT Certification Exam Study materials/braindumps

Real4Test.   Real IT Certification Exam Study materials/braindumps Real4Test http://www.real4test.com Real IT Certification Exam Study materials/braindumps Exam : 70-533 Title : Implementing Microsoft Azure Infrastructure Solutions Vendor : Microsoft Version : DEMO Get

More information

This confirms that Ricky T has completed the following courses:

This confirms that Ricky T has completed the following courses: Increase Productivity and Security with Enterprise Mobility 10/25/2016 What s New in VDI for Windows Server 2012 R2 and 8.1 06/24/2016 How can technology help grow my business? 04/12/2016 What really happens

More information

ACTIVE DIRECTORY SERVICES WITH WINDOWS SERVER

ACTIVE DIRECTORY SERVICES WITH WINDOWS SERVER CENTER OF KNOWLEDGE, PATH TO SUCCESS Website: ACTIVE DIRECTORY SERVICES WITH WINDOWS SERVER Course: 10969A; Duration: 5 Days; Instructor-led WHAT YOU WILL LEARN Get hands-on instruction and practice administering

More information

Office 365 Administration and Troubleshooting

Office 365 Administration and Troubleshooting Course 10997: Office 365 Administration and Troubleshooting Page 1 of 5 Office 365 Administration and Troubleshooting Course 10997: 2 days; Instructor-Led Introduction This is a two-day Instructor Led

More information

Microsoft AZ-101 Exam

Microsoft AZ-101 Exam Volume: 124 Questions Topic 1: Humongous Insurance 7 Questions Topic 2: Contoso Case Study A 5 Questions Topic 3: Mix Questions 108 Questions Topic 4: Contoso Case Study B 4 Questions Topic 1, Humongous

More information

C: Deploying and Managing Windows 10 Using Enterprise Services. Duration: 5 days; Instructor-led

C: Deploying and Managing Windows 10 Using Enterprise Services. Duration: 5 days; Instructor-led 20697-2C: Deploying and Managing Windows 10 Using Enterprise Services Duration: 5 days; Instructor-led WHAT YOU WILL LEARN This course provides administrators with the knowledge and skills necessary to

More information

MOC 20417B: Upgrading Your Skills to MCSA Windows Server 2012

MOC 20417B: Upgrading Your Skills to MCSA Windows Server 2012 MOC 20417B: Upgrading Your Skills to MCSA Windows Server 2012 Course Overview This course explains new features and functionality in Windows Server 2012 around management, networking infrastructure, storage,

More information

Azure for On-Premises Administrators Practice Exercises

Azure for On-Premises Administrators Practice Exercises Azure for On-Premises Administrators Practice Exercises Overview This course includes optional practical exercises where you can try out the techniques demonstrated in the course for yourself. This guide

More information

Paperspace. Deployment Guide. Cloud VDI. 20 Jay St. Suite 312 Brooklyn, NY Technical Whitepaper

Paperspace. Deployment Guide. Cloud VDI. 20 Jay St. Suite 312 Brooklyn, NY Technical Whitepaper Deployment Guide Cloud VDI Copyright 2017 Paperspace, Co. All Rights Reserved September - 1-2017 Technical Whitepaper Whitepaper: Deployment Guide Paperspace Content 1. Overview... 3 2. User Management...

More information

Identity with Microsoft Windows Server 2016 (MS-20742)

Identity with Microsoft Windows Server 2016 (MS-20742) Identity with Microsoft Windows Server 2016 (MS-20742) Modality: Virtual Classroom Duration: 5 Days SATV Value: 5 Days SUBSCRIPTION: Master, Premium About this course Windows Server vnext, which we now

More information

20347: Enabling and Managing Office 365

20347: Enabling and Managing Office 365 Let s Reach For Excellence! TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC Address: 103 Pasteur, Dist.1, HCMC Tel: 08 38245819; 38239761 Email: traincert@tdt-tanduc.com Website: www.tdt-tanduc.com; www.tanducits.com

More information

"Charting the Course... MOC C: Deploying and Managing Windows 10 Using Enterprise Services. Course Summary

Charting the Course... MOC C: Deploying and Managing Windows 10 Using Enterprise Services. Course Summary Course Summary Description This course provides administrators with the knowledge and skills necessary to deploy and manage Windows 10 desktops, devices, and applications in an enterprise environment.

More information

Course 10993A: Integrating On-Premises Identity Infrastructure with Microsoft Azure

Course 10993A: Integrating On-Premises Identity Infrastructure with Microsoft Azure Course 10993A: Integrating On-Premises Identity Infrastructure with Microsoft Azure - Course details Course Outline Module 1: Introducing Azure AD This module describes the differences between Azure AD

More information

Leveraging Azure Services for a Scalable Windows Remote Desktop Deployment

Leveraging Azure Services for a Scalable Windows Remote Desktop Deployment WEBINAR Leveraging Azure Services for a Scalable Windows Remote Desktop Deployment May 16 2018 About Me 18+ years in IT Blog at www.ciraltos.com, Twitter @ciraltos Work at Bowman and Brooke LLP as IT Infrastructure

More information

Identity with Windows Server 2016 (20742)

Identity with Windows Server 2016 (20742) Identity with Windows Server 2016 (20742) Formato do curso: Presencial Preço: 1630 Duração: 35 horas This five-day instructor-led course teaches IT Pros how to deploy and configure Active Directory Domain

More information

Advanced Technologies of SharePoint 2016

Advanced Technologies of SharePoint 2016 Advanced Technologies of SharePoint 2016 20339-2; 5 Days; Instructor-led Course Description This five-day course will teach you how to plan, configure, and manage the advanced features in a SharePoint

More information

Advanced Technologies of SharePoint 2016

Advanced Technologies of SharePoint 2016 Advanced Technologies of SharePoint 2016 Course 20339-2A 5 Days Instructor-led, Hands on Course Information This five-day course will teach you how to plan, configure, and manage the advanced features

More information

Microsoft Active Directory Services with Windows Server

Microsoft Active Directory Services with Windows Server 1800 ULEARN (853 276) www.ddls.com.au Microsoft 10969 - Active Directory Services with Windows Server Length 5 days Price $4290.00 (inc GST) Version B Overview Get hands-on instruction and practice administering

More information

MarkLogic Server. MarkLogic Server on Microsoft Azure Guide. MarkLogic 9 January, 2018

MarkLogic Server. MarkLogic Server on Microsoft Azure Guide. MarkLogic 9 January, 2018 MarkLogic Server on Microsoft Azure Guide 1 MarkLogic 9 January, 2018 Last Revised: 9.0-4, January, 2018 2018 MarkLogic Corporation. MarkLogic and the MarkLogic logo are trademarks or registered trademarks

More information

COURSE OUTLINE: A Advanced Technologies of SharePoint 2016

COURSE OUTLINE: A Advanced Technologies of SharePoint 2016 Course Name 20339-2A Advanced Technologies of Course Duration 5 Days Course Structure Instructor-Led Course Overview This five-day course will teach you how to plan, configure, and manage the advanced

More information

Deploying and Managing Windows 10 Using Enterprise Services

Deploying and Managing Windows 10 Using Enterprise Services Deploying and Managing Windows 10 Using Enterprise Services Course # Exam: Prerequisites Technology: Delivery Method: Length: 20697-2 70-697 20697-1 Windows Instructor-led (classroom) 5 Days Overview About

More information

Why Choose MS Azure?

Why Choose MS Azure? Why Choose MS Azure? Bio Dave Williams Cloud Architect AWS and Azure Expertise Agenda How to choose a public cloud service provider Microsoft Azure Strengths: Identity & Azure Active Directory Infrastructure

More information

ArcGIS Enterprise: Portal Administration BILL MAJOR CRAIG CLEVELAND

ArcGIS Enterprise: Portal Administration BILL MAJOR CRAIG CLEVELAND ArcGIS Enterprise: Portal Administration BILL MAJOR CRAIG CLEVELAND Agenda Welcome & Introduction to ArcGIS Enterprise Portal for ArcGIS - Basic Configuration - Advanced Configuration - Deploying Apps

More information

70-533_. Number: Passing Score: 800 Time Limit: 120 min File Version: Microsoft

70-533_. Number: Passing Score: 800 Time Limit: 120 min File Version: Microsoft 70-533_ Number: 000-000 Passing Score: 800 Time Limit: 120 min File Version: 1.0 Microsoft 70-533 Implementing Azure Infrastructure Solutions Экзамен A QUESTION 1 You work as a network administrator at

More information

Developing Microsoft Azure Solutions

Developing Microsoft Azure Solutions Course 20532C: Developing Microsoft Azure Solutions Course details Course Outline Module 1: OVERVIEW OF THE MICROSOFT AZURE PLATFORM This module reviews the services available in the Azure platform and

More information

COURSE OUTLINE: B Deploying and Managing Windows 10 Using Enterprise Services. Course Name. Course Duration Course Structure Course Overview

COURSE OUTLINE: B Deploying and Managing Windows 10 Using Enterprise Services. Course Name. Course Duration Course Structure Course Overview Course Name Course Duration Course Structure Course Overview Course Outcome Course Details 20697-2B Deploying and Managing Windows 10 Using Enterprise Services 5 Days Instructor-Led This course provides

More information

The Balabit s Privileged Session Management 5 F5 Azure Reference Guide

The Balabit s Privileged Session Management 5 F5 Azure Reference Guide The Balabit s Privileged Session Management 5 F5 Azure Reference Guide March 12, 2018 Abstract Administrator Guide for Balabit s Privileged Session Management (PSM) Copyright 1996-2018 Balabit, a One Identity

More information

Actual4Dumps. Provide you with the latest actual exam dumps, and help you succeed

Actual4Dumps.   Provide you with the latest actual exam dumps, and help you succeed Actual4Dumps http://www.actual4dumps.com Provide you with the latest actual exam dumps, and help you succeed Exam : 70-533 Title : Implementing Microsoft Azure Infrastructure Solutions Vendor : Microsoft

More information

Index. Pranab Mazumdar, Sourabh Agarwal, Amit Banerjee 2016 P. Mazumdar et al., Pro SQL Server on Microsoft Azure, DOI /

Index. Pranab Mazumdar, Sourabh Agarwal, Amit Banerjee 2016 P. Mazumdar et al., Pro SQL Server on Microsoft Azure, DOI / Index A Azure Active Directory (AAD), 17 Azure architecture compute, 20 fault domain, 31 IaaS, 19 models classic deployment model, 32 deployment automation, 34 RBAC, 33 Resource Manager deployment model,

More information

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3. Installing and Configuring VMware Identity Manager Connector 2018.8.1.0 (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.3 You can find the most up-to-date technical documentation on

More information