Course CLD209.1x Microsoft Exchange Server 2016 Hybrid Topologies

Size: px
Start display at page:

Download "Course CLD209.1x Microsoft Exchange Server 2016 Hybrid Topologies"

Transcription

1 Course CLD209.1x Microsoft Exchange Server 2016 Hybrid Topologies Getting a lab for the lab exercises The lab exercises in this course require you to log on to the Microsoft Labs Online environment to do the lab steps in a real Exchange Server 2016 environment. Please follow the instructions in the Student Lab User Guide on how to access Microsoft virtual hands-on labs from within edx. NOTE: During this lab you will see many references to AdatumXXYYZZ and XXYYZZa, you will need to replace these values with your uniquely assigned values in the lab interface. If you just copy and paste the command to the lab interface the steps in the exercises will fail. For example, your assigned Office 365 Blob could be AdatumAB1234 and your assigned UPN could be AB1234a. In this case your domain will be AB1234a.xtremelabs.us Lab 1: Setup an Office 365 trial tenant. You have Exchange Server 2016 deployed in a lab. In this lab you have to sign up for a new trial tenant in Office 365 to setup a hybrid topology with your Exchange 2016 server. Create the tenant account 1. On LON-DC1, log on as ADATUM\Administrator and password Pa$$w0rd. 2. Open Internet Explorer, click on the gear icon ( ) in the top right corner. 3. Choose Internet Options. 4. Click on the Security tab. 5. Click Internet. Click Custom Level. Scroll down and under the Downloads section, under File download, select Enable. Click OK 6. Click Yes to confirm you want to change the settings for this zone. 7. Click on Trusted sites and click on Sites. 8. Type in click on Add. 9. Type in click on Add. 10. Type in click on Add (where xxyyzza is your unique UPN name). 11. Type in click on Add and Close. 12. Click Ok. 13. Go to the following URL: Click Free trial. 15. For Step 1, in the Welcome, let s get to know you page, complete the following fields. Regardless of your location, use the following information: Country: United Kingdom First name: Holly Last name: Dickson

2 Business address: (use your new Windows Live account that you created for this course) Business phone number: Your mobile phone number, including international code for your current country Company name: A. Datum Organization size: people 16. Click on Just one more step to continue. 17. For Step 2, you have to create a unique domain for the Company name to use in the course. Use the Office 365 blob name provided in the lab interface. For the rest of the fields, use the following information: User name: Holly Company name: AdatumXXYYZZ (where XXYYZZ is your unique Adatum O365 Blob) Password: Pa$$w0rd Confirm password: Pa$$w0rd 18. Click Create my account. 19. For Step 3, you have to confirm your identity by using your mobile phone. Select Text me, from the drop-down box, select the code for the country that you are now in. 20. In the Phone number box, enter your correct mobile phone number and click Text me. 21. When you receive the confirmation text on your mobile phone, enter the code provided in the Enter your verification code box and click Next. 22. Wait until the Office 365 tenant is provisioned, and then click You re ready to go 23. Click the Admin tile to go to the Office 365 admin center. 24. On the update your admin contact info page, provide your phone number and Microsoft account address to verify your account. Note: If you are connected to the previous Office 365 admin center when you connect to Office 365, click the banner at the top of the page to connect to the new admin center. Add the custom domain 1. If not signed in already, on LON-DC1 log on as ADATUM\Administrator and password Pa$$w0rd. 2. Run the following commands in PowerShell to create a new Zone in DNS (remember to change xxyyzza to your unique UPN name): dnscmd /zoneadd xxyyzza.xtremelabs.us /DsPrimary 3. Open Internet Explorer and then browse to login.microsoftonline.com. 4. If necessary, sign in as Holly@AdatumXXYYZZ.onmicrosoft.com with the password Pa$$w0rd (where XXYYZZ is your unique Adatum O365 Blob). 5. Click Admin, 6. In the left-hand navigation, go to Settings or select the gear icon ( ) and select Domains. 7. Select Add domain to start the domain setup wizard. 8. In the text box on the Enter a domain you own, enter your domain name in the form of XXYYZZa.xtremelabs.us (where XXYYZZa is your unique UPN name). 9. Click Next. 10. Use a TXT record to verify you own this domain.

3 11. Write down the TXT record shown in the TXT value column. This entry will be similar to MS=msXXXXXXXX. Record this value below: MS= 12. Open DNS Manager, expand the DNS zone called xxyyzza.xtremelabs.us (where xxyyzza is your unique UPN name). 13. Right-click xxyyzza.xtremelabs.us, and click Other New Records (where xxyyzza is your unique UPN name). 14. Under Select a resource record type, scroll down to Text (TXT), and click Create Record. 15. In the New Resource Record box, leave the Record name field blank. 16. In the Text field, enter MS=msXXXXXXXX that you recorded in Step Click OK to create the record. 18. In the Resource Record type dialog box, click Done. 19. Switch back to the Office 365 admin center, click Verify. 20. Next click the check box Skip this step and click on Skip. 21. Click Finish to complete the new Domain setup. 22. On LON-DC1, switch back to the DNS Manager. 23. In DNS Manager, expand Forward Lookup Zones, expand xxyyzza.xtremelabs.us (where xxyyzza is your unique UPN name) zone, 24. Create following records: Host record (A) (same as parent folder) pointing to <The IP Address given in the lab interface> Mail Exchanger (MX) - xxyyzza.xtremelabs.us (where xxyyzza is your unique UPN name). Alternatively, you can run the following commands in PowerShell to add the DNS records (remember to change xxyyzza to your unique UPN name and to your unique IP address provided to you): dnscmd /recordadd xxyyzza.xtremelabs.us '@' A dnscmd /recordadd xxyyzza.xtremelabs.us '@' MX 10 xxyyzza.xtremelabs.us

4 Lab 2: Setup Azure AD Connect. You now have trial tenant setup and are ready to start the directory synchronization process. In this lab exercise you to first make sure your local Active Directory is ready to start the directory synchronization process by adding a custom domain to the forest and configuring Exchange to use the new custom domain. Configure UPN 1. On LON-DC1, log on as ADATUM\Administrator and password Pa$$w0rd. 2. Using Windows PowerShell, update the UPN suffix for the domain and on the UPN on every user in AD DS (where xxyyzza is your unique UPN name) for the domain name. To do this, run the following commands (remember to change xxyyzza to your unique UPN name): Set-ADForest -identity "adatum.com" Get-ADUser Filter * -Properties SamAccountName foreach { Set-ADUser $_ UserPrincipalName ($_.SamAccountName + "@xxyyzza.xtremelabs.us" )} 3. On LON-EX1, log on as ADATUM\Administrator and password Pa$$w0rd. 4. Open the Exchange Management Shell and run the following commands to enable Exchange for the lab domain (remember to change xxyyzza to your unique UPN name): New-SendConnector -Name "To Internet" -AddressSpaces "*" New-AcceptedDomain -DomainName "xxyyzza.xtremelabs.us" -DomainType Authoritative -Name "A.Datum" Set- AddressPolicy -Identity "Default Policy" -EnabledPrimarySMTPAddressTemplate "SMTP:%m@xxyyzza.xtremelabs.us" Update- AddressPolicy -Identity "Default Policy" Get-ExchangeCertificate Where-Object { $_.RootCAType -eq "ThirdParty" } EnableExchangeCertificate -Services POP,IMAP,SMTP,IIS 5. Press Enter to accept the operation to Overwrite the existing default SMTP certificate. Continue to enter the following command in the Exchange Management Shell (remember to change xxyyzza to your unique UPN name): Set-OwaVirtualDirectory -Identity "LON-EX1\OWA (Default Web Site)" -ExternalUrl Set-EcpVirtualDirectory -Identity "LON-EX1\ECP (Default Web Site)" -ExternalUrl Set-ActivesyncVirtualDirectory -Identity "LON-EX1\Microsoft-Server-ActiveSync (Default Web Site)" -ExternalUrl Set-WebServicesVirtualDirectory -Identity "LON-EX1\EWS (Default Web Site)" -ExternalUrl -InternalUrl

5 Set-OabVirtualDirectory -Identity "LON-EX1\OAB (Default Web Site)" -ExternalUrl Set-OutlookAnywhere -Identity "LON-EX1\Rpc (Default Web Site)" -ExternalHostname xxyyzza.xtremelabs.us -ExternalClientsRequireSsl $true ExternalClientAuthenticationMethod NTLM Set-OutlookProvider EXPR -CertPrincipalName:*.xtremelabs.us Enable Directory Synchronization 1. On LON-DC1, log on as ADATUM\Administrator and password Pa$$w0rd. 2. Open Internet Explorer and then browse to login.microsoftonline.com. 3. Sign in as with the password Pa$$w0rd (where XXYYZZ is your unique Adatum O365 Blob). 4. Click Admin, 5. In the left-hand navigation, select the user s icon ( ) and select Active users, click on More on the top menu and choose Directory Synchronization. 6. Click on the Go to the DirSync readiness wizard. 7. On the next screen choose for the number of users you will move to the cloud, click Next. 8. Click Next on the Sync your local directory with the cloud screen. 9. Click continue manually to skip checking your directory. The local Active Directory for the lab does not have any issues at this time, but it will be wise to check your Active Directory in your environment before you configure directory synchronization. 10. Click Next to configure the domains. 11. Click Ok I ve added and verified all my domains to continue. 12. Click Next to continue the process (Skip IdFix). 13. Click on Download to go to the download page for Azure AD Connect. 14. Click Download again to download Azure AD Connect application. 15. Click Save and Run the download. Setup Azure AD Connect 1. On the Welcome screen, click in the check box I agree to the license terms and privacy notice. 2. Click on Continue. 3. Click on Use express settings. 4. On the Connect to Azure AD screen enter your Office 365 admin username holly@adatumxxyyzz.onmicrosoft.com with password Pa$$w0rd (where XXYYZZ is your unique Adatum O365 Blob) and click Next. 5. On the Connect to AD DS screen enter your domain administrator ADATUM\Administrator and password Pa$$w0rd and click Next. 6. Click Next on the Azure AD sign-in configuration screen. 7. On the Ready to configure screen click the check box for Exchange Hybrid deployment and click on Install. 8. Wait for the installation to complete. 9. Click on Exit. 10. Click on Start, search for the Synchronization Service application and open it.

6 11. Monitor the synchronization process by looking at the operations tab. Wait for the Export profile to complete (Status: success) 12. Return to the Run Azure Active Directory Connect screen in Internet Explorer and click on Next. Note: The web page should say Directory synchronization enabled. If it doesn t then refresh the page to see the that the Directory synchronization is enabled. If status does not update continue to the next step if the export was successful. 13. Click Next on the Make sure sync worked as expected screen. 14. Click Next on the Activate users screen. 15. Click Finish on the You re all set up screen.

7 Lab 3: Implement the Hybrid Configuration Wizard. You now have directory synchronization configured and ready to setup Exchange for the Hybrid Configuration wizard. Setup Hybrid Configuration Wizard 1. On LON-EX1, log on as ADATUM\Administrator and password Pa$$w0rd. 2. Open Internet Explorer, click on the gear icon ( ) in the top right corner. 3. Choose Internet Options. 4. Click on the Security tab. 5. Click Internet. Click Custom Level. Scroll down and under the Downloads section, under File download, select Enable. Click OK 6. Click Yes to confirm you want to change the settings for this zone. 7. Click on Trusted sites and click on Sites. 8. Type in click on Add 9. Type in click on Add 10. Type in click on Add (where XXYYZZ is your unique Office 365 Blob name). 11. Type in click on Add and Close. (where xxyyzza is your unique UPN name). 12. Click on the Privacy tab. 13. Move the slider down to Low. 14. Click Ok. 15. Enter to the following URL: (where xxyyzza is your unique UPN name). 16. Sign in as ADATUM\Administrator and password Pa$$w0rd. 17. Click on hybrid on the left side of the Exchange Admin Center. 18. Click on configure. 19. Next click on sign in the Office 365. If necessary, sign in using holly@adatumxxyyzz.onmicrosoft.com and password Pa$$w0rd (where XXYYZZ is your unique Adatum O365 Blob). 20. Click on configure to start the hybrid configuration wizard. 21. On the Microsoft Office 365 Hybrid Configuration Wizard Download screen click on click here to start the Hybrid Configuration Wizard setup. 22. Click on Install and click on Run. 23. Click on next. 24. Wait for the server detection to complete and then click on next. 25. On the next screen enter your Office 365 tenant administrator account name and password: holly@adatumxxyyzz.onmicrosoft.com (where XXYYZZ is your unique Adatum O365 Blob) and password Pa$$w0rd and click on next. 26. Click next. 27. Click on enable to allow federation trusts. Wait for the task to complete and write down the required value given in the Hybrid Configuration Wizard. 28. Switch to LON-DC1 and open the DNS Manager.

8 29. In DNS Manager, expand Forward Lookup Zones, expand xxyyzza.xtremelabs.us (where xxyyzza is your unique UPN name) zone, 30. Right click on list of record and choose Other New Records 31. For the resource record type select Text (TXT) and select Create Record 32. For the new text record enter the value just written from the hybrid configuration wizard in the Text field and click Ok. 33. Click Done. 34. Switch back to LON-EX Click on the check box I have created a TXT record for each token in DNS. Then click on verify domain ownership. 36. Verify that Configure my Client Access and Mailbox server for secure mail transport (typical) is selected and then click on next. 37. Choose LON-EX1 for the Receive Connector Configuration and click on next. 38. Choose LON-EX1 for the Send Connector Configuration and click on next. 39. Choose the *.xtremelabs.us certificate for the Transport Certificate and click on next. 40. Type xxyyzza.xtremelabs.us (where xxyyzza is your unique UPN name) for the Organization FQDN and click on next. 41. Click on update. 42. Wait for the configuration process to complete. 43. Click on close. 44. Sign out and close Internet Explorer. Use the Hybrid topology 1. On LON-DC1, log on as ADATUM\Administrator and password Pa$$w0rd. 2. Open Internet Explorer and then browse to 3. Sign in as Holly@AdatumXXYYZZ.onmicrosoft.com (where XXYYZZ is your unique Adatum O365 Blob) with the password Pa$$w0rd. 4. If necessary, select your language and time zone. Click Save. 5. Create a new test and send it to April Reagan. 6. Open a new tab in Internet Explorer and browse to (where xxyyzza is your unique UPN name). 7. Sign in as ADATUM\April and password Pa$$w0rd. 8. Select your language and time zone. Click Save. 9. Read your test message from Holly and reply to the message. 10. Return to Holly s mailbox and check that you have received the reply. 11. Sign out of both mailboxes and close Internet Explorer. Assign license to a user 1. On LON-DC1, log on as ADATUM\Administrator and password Pa$$w0rd. 2. Open Internet Explorer and then browse to 3. Sign in as Holly@AdatumXXYYZZ.onmicrosoft.com (where XXYYZZ is your unique Adatum O365 Blob) with the password Pa$$w0rd. 4. Click Admin, In the left-hand navigation, select the user s icon ( ) and select Active users. 5. Select April Reagan and click on Edit next to Product licenses on the right.

9 6. Choose United Kingdom as the location. 7. Click next to the Office 365 Enterprise E3 to enable the license and click on Assign. 8. Click Close and Close again. 9. Repeat steps 5 to 8 for user Brad Sutton. 10. Sign out and close Internet Explorer. Start a migration 1. On LON-EX1, log on as ADATUM\Administrator and password Pa$$w0rd. 2. Open Internet Explorer and then browse to (where xxyyzza is your unique UPN name) and sign in as ADATUM\Administrator and password Pa$$w0rd. 3. Go to recipients and find April Reagan. 4. On the right scroll down to find Move Mailbox To Exchange Online. 5. An information pop-up screen will ask to sign in to Office Sign in as Holly@AdatumXXYYZZ.onmicrosoft.com (where XXYYZZ is your unique Adatum O365 Blob) with the password Pa$$w0rd. Note: If you get a pop-up critical error message, click Ok on the error message. Then click on hybrid on the left-side and click on modify. Sign in if required. Ensure that Enterprise is selected in the top left corner, before you continue to the next step. If it is not selected at the top, close your browser and start again at step 1 of this exercise. 7. Go to recipients again and find April Reagan. 8. On the right scroll down to find Move Mailbox To Exchange Online again. 9. Enter ADATUM\Administrator as the account with privileges and enter the password Pa$$w0rd. 10. Click Next. 11. On the next screen accept Remote MRS proxy server as xxyyzza.xtremelabs.us (where xxyyzza is your unique UPN name) and click on Next. 12. Use First migration as the migration batch name and click Next. 13. Select Automatically complete the migration batch and click on New. 14. On the information window, Do you want to go to the migration dashboard to see the status of your migration batch? Click Yes. 15. Monitor the migration. It will start on Syncing and eventually go to Completed. 16. Sign out of Office 365 and close Internet Explorer. Sign and use a newly migrated mailbox 1. On LON-EX1, log on as ADATUM\Administrator and password Pa$$w0rd. 2. Open Internet Explorer and then browse to and sign in as April@xxyyzza.xtremelabs.us (where xxyyzza is your unique UPN name) and password Pa$$w0rd. 3. Select your language and time zone. Click Save. 4. Create a new test and send it to Brad Sutton. 5. Open a new tab in Internet Explorer and browse to (where xxyyzza is your unique UPN name) sign in as ADATUM\Brad and password Pa$$w0rd 6. Select your language and time zone. Click Save. 7. Read your test message from April and reply to the message. 8. Return to April s mailbox and check that you have received the reply. 9. Click on the top menu in the browser ( ) and choose the calendar. 10. Create a new meeting with a subject Test.

10 11. Add Brad Sutton as a meeting attendee, then click on Scheduling Assistant. 12. The display of both calendars will show that both users are free. Click Ok to accept the time and then click on Send to send the meeting request to Brad. 13. Go to Brad s mailbox and Accept the meeting request and choose Send the response now. 14. Go back to April s mailbox and create another meeting request with a subject Test Add Brad Sutton as a meeting attendee again, then click on Scheduling Assistant. Note: Brad s calendar should now show him busy for the first meeting request. 16. Click Ok to accept the time and then click on Send to send the meeting request to Brad. 17. Sign out of both mailboxes and close Internet Explorer. Configuring OneDrive for Business attachments for on-premises mailboxes 1. On LON-EX1, log on as ADATUM\Administrator and password Pa$$w0rd. 2. Open the Exchange Management Shell and run the following commands to enable Exchange for the lab domain (Remember to change AdatumXXYYZZ to your unique O365 Blob name): Set-OwaMailboxPolicy Default -InternalSPMySiteHostURL -ExternalSPMySiteHostURL Set-CasMailbox Brad -OwaMailboxPolicy Default Restart-WebAppPool MSExchangeOWAAppPool 3. Open Internet Explorer and browse to (where AdatumXXYYZZ to your unique O365 Blob name) 4. Sign in as brad@xxyyzza.xtremelabs.us and password Pa$$w0rd (where xxyyzza is your unique UPN name). 5. On the Welcome to OneDrive for Business splash screen click Next to open the OneDrive for Business site. 6. Open a new tab and browse (where xxyyzza is your unique UPN name) 7. Sign in as ADATUM\Brad and password Pa$$w0rd 8. Use Wordpad on LON-EX1 to create a new test document and save the file as Cloud Attachment.docx in the Documents folder. 9. Create a new test to April Reagan and click Attach, Note: If the attachment screen does not show Attachments just got better with OneDrive for Business, then refresh the browser and go back to step 9 to create a new message. If this still does not work, then go back to step 1 and run the configuration steps again. 10. Click Computer and choose Cloud Attachment.docx. 11. Click Upload and attach as a OneDrive file. 12. Click Send. 13. Go back to the OneDrive for Business tab in Internet Explorer. Refresh the page and notice the new folder called Attachments. 14. Open the Attachments folder and notice the Cloud Attachment.docx document is shared to April Reagan. 15. Sign out of the OneDrive for Business, the mailbox and close Internet Explorer. 16. On LON-DC1, log on as ADATUM\Administrator and password Pa$$w0rd.

11 17. Open Internet Explorer and then browse to and sign in as (where xxyyzza is your unique UPN name) and password Pa$$w0rd. 18. Click on the Cloud Attachment.docx document from Brad to view it. 19. Sign out of the mailbox and close Internet Explorer. End of lab

Course CLD221x: Enabling Office 365 Clients

Course CLD221x: Enabling Office 365 Clients Course CLD221x: Enabling Office 365 Clients Student Lab Manual Lab Design There are five exercises in this lab, each of which contains one or more tasks. For a successful outcome to the lab, the exercises

More information

Student Lab Manual MS101.1x: Microsoft 365 Security Management

Student Lab Manual MS101.1x: Microsoft 365 Security Management Student Lab Manual MS101.1x: Microsoft 365 Security Management Lab Scenario You are the system administrator for Adatum Corporation, and you have Microsoft 365 deployed in a virtualized lab environment.

More information

Student Lab Manual MS100.1x: Office 365 Management

Student Lab Manual MS100.1x: Office 365 Management Student Lab Manual MS100.1x: Office 365 Management Lab Scenario You are the system administrator for Adatum Corporation, and you have Office 365 deployed in a virtualized lab environment. In this lab,

More information

Module 3 Remote Desktop Gateway Estimated Time: 90 minutes

Module 3 Remote Desktop Gateway Estimated Time: 90 minutes Module 3 Remote Desktop Gateway Estimated Time: 90 minutes A. Datum Corporation provided access to web intranet web applications by implementing Web Application Proxy. Now, IT management also wants to

More information

Module 1 Web Application Proxy (WAP) Estimated Time: 120 minutes

Module 1 Web Application Proxy (WAP) Estimated Time: 120 minutes Module 1 Web Application Proxy (WAP) Estimated Time: 120 minutes The remote access deployment is working well at A. Datum Corporation, but IT management also wants to enable access to some internal applications

More information

This course comes with a virtual lab environment where you can practice what you learn.

This course comes with a virtual lab environment where you can practice what you learn. INF220x Security Practical Exercises Overview This course comes with a virtual lab environment where you can practice what you learn. In most cases, the userid is Adatum\Administrator and the password

More information

CLD206x Compliance in Office 365: Data Governance

CLD206x Compliance in Office 365: Data Governance CLD206x Compliance in Office 365: Data Governance Student Lab Manual WARNING Be prepared for Office 365 UI changes Given the dynamic nature of Microsoft cloud tools, you may experience Office 365 user

More information

Lab: Configuring and Troubleshooting DNS

Lab: Configuring and Troubleshooting DNS Lab: Configuring and Troubleshooting DNS A. Datum is a global engineering and manufacturing company with its head office in London, UK. An IT office and a data center are located in London to support the

More information

Office 365 for IT Pros

Office 365 for IT Pros Office 365 for IT Pros Fourth edition Performing a staged migration to Exchange Online Published by Tony Redmond, Paul Cunningham, Michael Van Horenbeeck, and Ståle Hansen. Copyright 2015-2017 by Tony

More information

Module 4 Network Controller Estimated Time: 90 minutes

Module 4 Network Controller Estimated Time: 90 minutes Module 4 Network Controller Estimated Time: 90 minutes A. Datum Corporation intends to deploy and use Network Controller to manage network services and devices. You need to test a deployment of Network

More information

20411D D Enayat Meer

20411D D Enayat Meer Lab A Module 8: Implementing Direct Access by Using the Getting Started Wizard Scenario: Recommended lab time is 240 Minutes {a complete class session is dedicated for this lab} Many users at A. Datum

More information

Vendor: Microsoft. Exam Code: Exam Name: Managing Office 365 Identities and Requirements. Version: Demo

Vendor: Microsoft. Exam Code: Exam Name: Managing Office 365 Identities and Requirements. Version: Demo Vendor: Microsoft Exam Code: 70-346 Exam Name: Managing Office 365 Identities and Requirements Version: Demo Topic 1, Fabrikam, Inc OverView Fabrikam, inc is a financial services organization. Fabrikam

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

Step 1 - Set Up Essentials for Office 365

Step 1 - Set Up Essentials for Office 365 The standalone Office 365 Standalone Email Security option is available for purchase only through the Barracuda Self-Service Gateway or Barracuda MSP. This article assumes you are deploying Barracuda Services

More information

Microsoft Official Course

Microsoft Official Course Microsoft Official Course Module 1 Deploying and Managing Microsoft Exchange Server 2013 Module Overview Exchange Server 2013 Prerequisites and Requirements Exchange Server 2013 Deployment Managing Exchange

More information

INF204x Module 1, Lab 3 - Configure Windows 10 VPN

INF204x Module 1, Lab 3 - Configure Windows 10 VPN INF204x Module 1, Lab 3 - Configure Windows 10 VPN Estimated Time: 40 minutes Your organization plans to allow Windows 10 users to connect to the internal network by using the VPN client built into the

More information

Step 4 - Choose Your Deployment

Step 4 - Choose Your Deployment https://campus.barracuda.com/doc/51190798/ CONFIGURE G SUITE JOURNALING You must configure G Suite to send archived mail directly to the Barracuda Cloud Archiving Service. Google IP address ranges and user

More information

Migrate All Mailboxes to the Cloud with a Cutover Exchange

Migrate All Mailboxes to the Cloud with a Cutover Exchange Page 1 of 8 Migrate All Mailboxes to the Cloud with a Cutover Exchange Migration Applies to: Office 365 for professionals and small businesses, Office 365 for enterprises Topic Last Modified: 2011-08-29

More information

Course 10997A: Office 365 Administration and Troubleshooting

Course 10997A: Office 365 Administration and Troubleshooting Skip to main content Course 10997A: Office 365 Administration and Troubleshooting - Course details Course Outline Module 1: Office 365 services overview This module describes Office 365 services, licensing,

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

LAB 5 IMPLEMENTING WINDOWS IN AN ENTERPRISE ENVIRONMENT

LAB 5 IMPLEMENTING WINDOWS IN AN ENTERPRISE ENVIRONMENT LAB 5 IMPLEMENTING WINDOWS IN AN ENTERPRISE ENVIRONMENT THIS LAB CONTAINS THE FOLLOWING EXERCISES AND ACTIVITIES: Exercise 5.1 Exercise 5.2 Exercise 5.3 Lab Challenge Installing the Windows Assessment

More information

To create a few test accounts during the evaluation period, use the Manually Add Users steps.

To create a few test accounts during the evaluation period, use the Manually Add Users steps. Once you complete the Essentials for Office 365 Wizard, the Essentials page displays in Barracuda Cloud Control. Click Set up additional domains to go to the Barracuda Email Security Service Domains page,

More information

This course comes with a virtual lab environment where you can practice what you learn.

This course comes with a virtual lab environment where you can practice what you learn. INF220x Security Practical Exercises Overview This course comes with a virtual lab environment where you can practice what you learn. In most cases, the userid is Adatum\Administrator and the password

More information

Step 1 - Set Up Essentials for Office 365

Step 1 - Set Up Essentials for Office 365 For each Barracuda Cloud Control account, you can have either a linked Barracuda Email Security Gateway appliance or a Barracuda Email Security Service subscription. You cannot use a single Barracuda Cloud

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

Office 365 for IT Pros

Office 365 for IT Pros Office 365 for IT Pros Fourth edition Performing a Cutover migration to Exchange Online Published by Tony Redmond, Paul Cunningham, Michael Van Horenbeeck, and Ståle Hansen. Copyright 2015-2017 by Tony

More information

Course CLD211.5x Microsoft SharePoint 2016: Search and Content Management

Course CLD211.5x Microsoft SharePoint 2016: Search and Content Management Course CLD211.5x Microsoft SharePoint 2016: Search and Content Management Module 1 Lab - Configure Enterprise Search Introduction This document contains the detailed, step-by-step lab instructions for

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

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

Assess Remediate Enable Migrate

Assess Remediate Enable Migrate Assess Remediate Enable Migrate Assess Remediate Enable Migrate Infrastructure Desktop Identity Messaging Integration Infrastructure Desktop AD Messaging Optimization Service Provisioning Messaging Integration

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

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

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

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

STEP BY STEP EXCHANGE 2019 INSTALLATION GUIDE

STEP BY STEP EXCHANGE 2019 INSTALLATION GUIDE STEP BY STEP EXCHANGE 2019 INSTALLATION GUIDE Riaz Javed Butt MS EXPERT TALK www.msexperttalk.com Twitter: @RiazJavedButt Facebook: https://web.facebook.com/msexperttalk LinkedIn: https://pk.linkedin.com/in/riazbutt

More information

How to configure Sophos for all other clients

How to configure Sophos  for all other clients How to configure Sophos Email for all other clients 1. Add Your Domain & Verify Ownership 2. Add Mailboxes to Sophos Email 3. Restrict Delivery to Sophos IP Addresses 4. Modify MX records to point to Sophos

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

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

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

SPANNING BACKUP for Office 365. Admin Guide

SPANNING BACKUP for Office 365. Admin Guide SPANNING BACKUP for Office 365 Admin Guide Welcome 3 About this guide 3 Audience 3 What s in this guide 3 Configuration 3 Prerequisites 3 Installation 3 Service Overview 4 Licensing 5 Add licenses via

More information

Overview. Directory Services Practical Exercises

Overview. Directory Services Practical Exercises Directory Services Practical Exercises Overview This course comes with a virtual lab environment where you can practice what you learn. Launch the lab environment from the Welcome > Getting Started > Practice

More information

Essentials Wizard Help - Configure Office 365

Essentials Wizard Help - Configure Office 365 For a list of Essentials options and setup instructions, see Step 1 - Set Up Essentials for Office 36 PowerShell Requirements The Essentials Wizard utilizes PowerShell scripts to quickly configure and

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

2016 Braindump2go Valid Microsoft Exam Preparation Materials:

2016 Braindump2go Valid Microsoft Exam Preparation Materials: 2016 NEW Microsoft 70-346: Managing Office 365 Identities and Requirements Exam Questions and Answers RELEASED in Braindump2go.com Online IT Study Website Today! 2016 Braindump2go Valid Microsoft 70-346

More information

List of Virtual Machines Used in This Lab

List of Virtual Machines Used in This Lab INF204x Module 3 Lab1: Deploying Windows 10 to a New Computer by Using Microsoft Deployment Toolkit Lab: Using Microsoft Deployment Toolkit 2013 Update 1 Preview to Deploy Operating Systems Overview of

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

Azure 209x Practical Exercises Overview

Azure 209x Practical Exercises Overview Azure 209x Practical Exercises Overview This course includes optional exercises where you can try out the techniques demonstrated in the course for yourself. This guide lists the steps for the individual

More information

OUTLOOK WEB APP (OWA): MAIL

OUTLOOK WEB APP (OWA): MAIL Office 365 Navigation Pane: Navigating in Office 365 Click the App Launcher and then choose the application (i.e. Outlook, Calendar, People, etc.). To modify your personal account settings, click the Logon

More information

INF204x Module 2 Lab 2: Using Encrypting File System (EFS) on Windows 10 Clients

INF204x Module 2 Lab 2: Using Encrypting File System (EFS) on Windows 10 Clients INF204x Module 2 Lab 2: Using Encrypting File System (EFS) on Windows 10 Clients Estimated Time: 30 minutes You have a standalone Windows 10 client computer that you share with your colleagues. You plan

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 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

Five9 Plus Adapter for Agent Desktop Toolkit

Five9 Plus Adapter for Agent Desktop Toolkit Cloud Contact Center Software Five9 Plus Adapter for Agent Desktop Toolkit Administrator s Guide September 2017 The Five9 Plus Adapter for Agent Desktop Toolkit integrates the Five9 Cloud Contact Center

More information

Deploy Hybrid Calendar Service for Microsoft Exchange

Deploy Hybrid Calendar Service for Microsoft Exchange Deploy Hybrid Calendar Service for Microsoft Exchange Hybrid Calendar Service with Exchange Deployment Task Flow, page 1 Configure a Throttling Policy and Apply it to the Impersonation Account, page 2

More information

VMware AirWatch - Workspace ONE, Single Sign-on and VMware Identity Manager

VMware AirWatch - Workspace ONE, Single Sign-on and VMware Identity Manager VMware AirWatch - Workspace ONE, Single Sign-on and VMware Identity Table of Contents Lab Overview - HOL-1857-03-UEM - Workspace ONE UEM with App & Access Management... 2 Lab Guidance... 3 Module 1 - Workspace

More information

Centrify for Dropbox Deployment Guide

Centrify for Dropbox Deployment Guide CENTRIFY DEPLOYMENT GUIDE Centrify for Dropbox Deployment Guide Abstract Centrify provides mobile device management and single sign-on services that you can trust and count on as a critical component of

More information

VMware Identity Manager Administration

VMware Identity Manager Administration VMware Identity Manager Administration VMware Identity Manager 2.4 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

Microsoft Exchange Server 2013 Hybrid Deployments Documentation Help

Microsoft Exchange Server 2013 Hybrid Deployments Documentation Help Microsoft Exchange Server 2013 Hybrid Deployments Documentation Help Официальная документация компании Microsoft. Дата выхода: 12/09/2014г. Подготовил Pavel Nagaev. Последнюю версию документации в PDF

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

Exchange Pro 4.4. User Guide. March 2017

Exchange Pro 4.4. User Guide. March 2017 Exchange Pro 4.4 User Guide March 2017 Table of Contents 1. Introduction to Exchange Pro... 5 About this Document... 5 Supported Mailbox Migration Paths... 6 Supported Public Folders Migration Paths...

More information

High Availability Enabling SSL Database Migration Auto Backup and Auto Update Mail Server and Proxy Settings Support...

High Availability Enabling SSL Database Migration Auto Backup and Auto Update Mail Server and Proxy Settings Support... Quick Start Guide Table of Contents Overview... 4 Deployment... 4 System Requirements... 4 Installation... 6 Working with AD360... 8 Starting AD360... 8 Launching AD360 client... 9 Stopping AD360... 9

More information

Deploy Oracle Spatial and Graph Map Visualization Component to Oracle Cloud

Deploy Oracle Spatial and Graph Map Visualization Component to Oracle Cloud Deploy Oracle Spatial and Graph Map Visualization Component to Oracle Cloud Overview The Map Visualization Component is a development toolkit packaged with Oracle Spatial and Graph for incorporating interactive

More information

Course CLD211.5x Microsoft SharePoint 2016: Search and Content Management

Course CLD211.5x Microsoft SharePoint 2016: Search and Content Management Course CLD211.5x Microsoft SharePoint 2016: Search and Content Management Module 2 Lab 1 - Plan and configure Service Applications Introduction This document contains the detailed, step-by-step lab instructions

More information

Office 365 Standalone Security

Office 365 Standalone  Security The standalone Email Security option is available for purchase only through the Barracuda Self-Service Gateway or Barracuda MSP. Once you complete the Essentials for Office 365 Wizard, the Essentials page

More information

OFFICIAL MICROSOFT LEARNING PRODUCT 10135B Lab Instructions and Lab Answer Key: Configuring, Managing and Troubleshooting Microsoft Exchange Server

OFFICIAL MICROSOFT LEARNING PRODUCT 10135B Lab Instructions and Lab Answer Key: Configuring, Managing and Troubleshooting Microsoft Exchange Server OFFICIAL MICROSOFT LEARNING PRODUCT 10135B Lab Instructions and Lab Answer Key: Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Service Pack 2 Information in this document, including

More information

AvePoint Online Services 2

AvePoint Online Services 2 2 User Guide Service Pack 7 Issued August 2017 Table of Contents What s New in this Guide...6 About...7 Versions: Commercial and U.S. Government Public Sector...7 Submitting Documentation Feedback to AvePoint...8

More information

Release Notes Release (December 4, 2017)... 4 Release (November 27, 2017)... 5 Release

Release Notes Release (December 4, 2017)... 4 Release (November 27, 2017)... 5 Release Release Notes Release 2.1.4. 201712031143 (December 4, 2017)... 4 Release 2.1.4. 201711260843 (November 27, 2017)... 5 Release 2.1.4. 201711190811 (November 20, 2017)... 6 Release 2.1.4. 201711121228 (November

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

About chverstr@microsoft.com People-centric approach Devices Apps Data Enable your users Unify your environment Protect your data People-centric approach Devices Apps Data Enable your users Unify your

More information

Session: CEO206. Mike Crowley Planet Technologies

Session: CEO206. Mike Crowley Planet Technologies Session: CEO206 Mike Crowley Planet Technologies www.go-planet.com 1 Agenda Pilot definition Planning Technologies Rollback 2 Vocabulary Proof of Concept (POC) Pilot Demonstrate the service works May or

More information

AppController :21:56 UTC Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement

AppController :21:56 UTC Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement AppController 2.6 2014-03-18 13:21:56 UTC 2014 Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement Contents AppController 2.6... 6 About This Release... 8 Getting Started...

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

VMWARE HORIZON CLOUD WITH VMWARE IDENTITY MANAGER QUICK START GUIDE WHITE PAPER MARCH 2018

VMWARE HORIZON CLOUD WITH VMWARE IDENTITY MANAGER QUICK START GUIDE WHITE PAPER MARCH 2018 VMWARE HORIZON CLOUD WITH VMWARE IDENTITY MANAGER QUICK START GUIDE WHITE PAPER MARCH 2018 Table of Contents Introduction to Horizon Cloud with Manager.... 3 Benefits of Integration.... 3 Single Sign-On....3

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

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

SharePoint Online for Administrators

SharePoint Online for Administrators Course 55238: SharePoint Online for Administrators Page 1 of 6 SharePoint Online for Administrators Course 55238: 2 days; Instructor-Led Introduction This course will introduce the audience to SharePoint

More information

Step-by-step Guide to Office 365 Hybrid Deployment

Step-by-step Guide to Office 365 Hybrid Deployment Step-by-step Guide to Office 365 Hybrid Deployment A companion guide to configuring and deploying your Office 365 Hybrid Written By Thuan Ng, Tung Pham Published December 29, 2016 1 About The ebook The

More information

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) You can find the most up-to-date

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.5.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

One Identity Active Roles 7.2. Azure AD and Office 365 Management Administrator Guide

One Identity Active Roles 7.2. Azure AD and Office 365 Management Administrator Guide One Identity Active Roles 7.2 Azure AD and Office 365 Management Administrator Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright.

More information

Setting Up Resources in VMware Identity Manager

Setting Up Resources in VMware Identity Manager Setting Up Resources in VMware Identity Manager VMware Identity Manager 2.7 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

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

Using ZENworks with Novell Service Desk

Using ZENworks with Novell Service Desk www.novell.com/documentation Using ZENworks with Novell Service Desk Novell Service Desk 7.1 April 2015 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or

More information

Q&As Managing Office 365 Identities and Requirements

Q&As Managing Office 365 Identities and Requirements CertBus.com 70-346 Q&As Managing Office 365 Identities and Requirements Pass Microsoft 70-346 Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: 100% Passing Guarantee

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

Integrate Microsoft Office 365. EventTracker v8.x and above

Integrate Microsoft Office 365. EventTracker v8.x and above EventTracker v8.x and above Publication Date: March 5, 2017 Abstract This guide provides instructions to configure Office 365 to generate logs for critical events. Once EventTracker is configured to collect

More information

User guide NotifySCM Installer

User guide NotifySCM Installer User guide NotifySCM Installer TABLE OF CONTENTS 1 Overview... 3 2 Office 365 Users synchronization... 3 3 Installation... 5 4 Starting the server... 17 2 P a g e 1 OVERVIEW This user guide provides instruction

More information

Provisioning Databases

Provisioning Databases DAT219x Provisioning Databases Lab 00 Getting Started Estimated time to complete this lab is 60 minutes Overview In this lab, you will provision a Microsoft Azure Virtual Machine (VM) that will be used

More information

Designing and Deploying Microsoft Exchange Server 2016

Designing and Deploying Microsoft Exchange Server 2016 Course Content Course Description: This course provides experienced Exchange Server administrators with the knowledge to design and implement an Exchange Server 2016 messaging environment. Students will

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

Office 365 Journaling

Office 365 Journaling This article applies to Barracuda Message Archiver firmware version 5.0 and higher, and Microsoft Office 365 Enterprise cloud-based mail service, live@edu. Hybrid Deployment Warning! Hybrid deployment

More information

10997A: Office 365 Administration and Troubleshooting

10997A: Office 365 Administration and Troubleshooting 10997A: Administration and Troubleshooting Course Details Course Code: Duration: Notes: 10997A 3 days This course syllabus should be used to determine whether the course is appropriate for the students,

More information

Microsoft Exchange Server 2016

Microsoft Exchange Server 2016 Microsoft Exchange Server 2016 Course 20345A 5 Days Instructor-led, Hands on Course Information Save time and money by attending this five day instructor-led combo course which combines the content of

More information

Setting Up Resources in VMware Identity Manager. VMware Identity Manager 2.8

Setting Up Resources in VMware Identity Manager. VMware Identity Manager 2.8 Setting Up Resources in VMware Identity Manager VMware Identity Manager 2.8 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

scconnect v1.x ADMINISTRATION, INSTALLATION, AND USER GUIDE

scconnect v1.x ADMINISTRATION, INSTALLATION, AND USER GUIDE scconnect v1.x ADMINISTRATION, INSTALLATION, AND USER GUIDE GlobalSCAPE, Inc. (GSB) Address: 4500 Lockhill-Selma Road, Suite 150 San Antonio, TX (USA) 78249 Sales: (210) 308-8267 Sales (Toll Free): (800)

More information

INF204x Module 1 Lab 1: Configuring and Troubleshooting Networking Part 1

INF204x Module 1 Lab 1: Configuring and Troubleshooting Networking Part 1 INF204x Module 1 Lab 1: Configuring and Troubleshooting Networking Part 1 Estimated Time: 90 minutes Your organization plans to implement IPv6 in their existing Active Directory environment including Windows

More information

Migrating vrealize Automation 6.2 to 7.2

Migrating vrealize Automation 6.2 to 7.2 Migrating vrealize Automation 6.2 to 7.2 vrealize Automation 7.2 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

MB Microsoft Dynamics CRM 2016 Online Deployment.

MB Microsoft Dynamics CRM 2016 Online Deployment. MB2-710 Microsoft Dynamics CRM 2016 Online Deployment Getting Started Overview CRM Online is a cloud-based offering of Microsoft Dynamics CRM The licensing is a subscription-based model with a monthly

More information

Hands-On Lab. Windows Azure Virtual Machine Roles. Lab version: Last updated: 12/14/2010. Page 1

Hands-On Lab. Windows Azure Virtual Machine Roles. Lab version: Last updated: 12/14/2010. Page 1 Hands-On Lab Windows Azure Virtual Machine Roles Lab version: 2.0.0 Last updated: 12/14/2010 Page 1 CONTENTS OVERVIEW... 3 EXERCISE 1: CREATING AND DEPLOYING A VIRTUAL MACHINE ROLE IN WINDOWS AZURE...

More information

NE Designing and Deploying Microsoft Exchange Server 2016

NE Designing and Deploying Microsoft Exchange Server 2016 NE-20345-2 Designing and Deploying Microsoft Exchange Server 2016 Summary Duration 5 Days Audience Microsoft Exchange Level 300 Technology Exchange Server 2016 Delivery Method Instructor-led (Classroom)

More information