Integrate your CSP Direct Agreement

Size: px
Start display at page:

Download "Integrate your CSP Direct Agreement"

Transcription

1 Overview: - The information needed to integrate your CSP Direct tenant is contained in this PDF Guide. You will be asked to create and access various authentication keys and which you need to do in the Microsoft Partner Centre and Azure Portal for which you will be required to have the appropriate permissions. Important - CSP template file. As you go through this process, capture the inputted information, along with the screen prints, in the CSP template file (click to open) This completed document will be required by Cloudmore support if you have any problems. Cloudmore 1 of 24 v

2 Follow these steps instructions below to integrate your CSP Direct Tenant. 1. Add the 0365 CSP direct service from your marketplace 2. Find your partner tenant ID 3. Create your partner centre application ID 4. Create a user for Cloudmore SDK 5. Create your graph application 6. Set your permissions (Azure graph API) 7. Create your graph application secret 8. Find your graph application ID URL 9. Set your permissions (Partner centre native App) 10. Enter the information in Cloudmore 11. Run the PowerShell scripts You must use a Global Admin account when completing each step in this guide. Do not enter the information in the Cloudmore platform until you have completed step 9. Save the information in the CSP template file until it is needed. Cloudmore 2 of 24 v

3 Integrate your CSP Direct Agreement Step 1: Add the 0365 CSP direct service from your marketplace Log in to Cloudmore. Navigate to your reseller menu, then click on marketplace. Locate the Microsoft 0365 CSP direct service. Click on service to add and follow on screen instructions. Cloudmore 3 of 24 v

4 Step 2: Find your partner tenant ID With your Global Admin Account - Login to your partner center, Navigate to account settings, then select organizational profile. xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxx Copy the Microsoft ID (Partner Tenant ID) to the CSP template file. Screen print the page and save in the CSP template file under the correct heading. Cloudmore 4 of 24 v

5 Integrate your CSP Direct Agreement Step 3(a): Create your partner centre application ID Navigate to account settings, then select app management. Click add new native app. Cloudmore 5 of 24 v

6 Step 3 (b): Create your partner centre application ID Copy the app name to the CSP template file. xxxxxxx-xxxx-xxxx-xxxx-xxxxxx Copy the app ID to the CSP template file. Screen print this page and save in the CSP template file under the correct heading. Cloudmore 6 of 24 v

7 Step 4(a): Create a user for Cloudmore SDK Navigate to account settings. Select user management. Click add new native app. Cloudmore 7 of 24 v

8 Step 4(b): Create a user for Cloudmore SDK Name the account Select admin agent in the Click add. A temporary Copy the PC user name Cloudmore SDK account. Assists your customers as password will be displayed. ( address) and the new Note: Do not use an existing Select not an admin in the Login immediately using this PC password to the CSP account. Manages your company account and reset the template file. as. password. Cloudmore 8 of 24 v

9 Step 5(a): Create your graph application Using your Global Admin Account Login to your azure portal Navigate to azure active directory. Navigate to app registrations. Cloudmore 9 of 24 v

10 Step 5(b): Create your graph application Click + add. Enter the name azure graph API production. Select web app / API under Application type. Enter under Sign-On URL. You need to click outside of the box to make the Create button turn blue. Then you can click on create. Once the app is created and you see a successful message in the top right corner. Click on the app you just created. Cloudmore 10 of 24 v

11 Step 6: Set your permissions (Azure graph API) Copy the application ID to the CSP template file. Click required permissions. Cloudmore 11 of 24 v

12 Step 6(a): Set your permissions (Azure graph API) Integrate your CSP Direct Agreement Click + add Check the delegated Screen print the page and save Click windows azure active Select an API, select window permission (access azure in the CSP template file under directory. Set the permissions azure service management service management ), click the correct heading. as highlighted below. Click API. select > done to save the API. save. Cloudmore 12 of 24 v

13 Step 6(b): Set your permissions (Azure graph API) Tick the 4 permissions boxes that are marked. After saving, ensure the number of permissions allocated is showing 1 and 3. Screen print the page and save in the CSP template file under the correct heading. Cloudmore 13 of 24 v

14 Step 7: Create your graph application secret Click Keys. Enter a description, for instance graph API Key. Select never expires under Expires. Then click save. A value will be displayed. Copy the value immediately (Graph Application Secret) to the CSP template file. xxxxxxx-xxxx-xxxx-xxxx-xxxxxx You won t be able to view it again. Cloudmore 14 of 24 v

15 Step 8: Find your graph application ID URL Click properties. Under properties set multi-tenanted to yes. Copy the app ID URI to the template document. Screen print the page and save in the CSP template file under the correct heading. Cloudmore 15 of 24 v

16 Step 9(a): Set your permissions (Partner Centre Native App) Navigate to app registrations. Then select partner center native app. Cloudmore 16 of 24 v

17 Step 9(b): Set your permissions (Partner Centre Native App) Click required permissions Click windows azure active directory. Tick the 3 permissions boxes that are marked. Click save. After you save make sure the number of permissions allocated is 3. Screen print the page and save in the CSP template file under the correct heading. Cloudmore 17 of 24 v

18 Step 9(c): Set your permissions (Partner Centre Native App) Click + add. Click select an API, Select azure graph API production (that was created in step 5), click select. Add the permission called access azure graph API, click select and then done to save the API. Screen print the page and save in the CSP template file under the correct heading. Cloudmore 18 of 24 v

19 Step 10(a): Enter the details into Cloudmore Log in to Cloudmore. Navigate to your reseller menu. Click on my services, Microsoft 0365 CSP direct. Click on authentication keys. Cloudmore 19 of 24 v

20 Integrate your CSP Direct Agreement Step 10(b): Enter the details into Cloudmore Copy the keys from the template document and paste into Cloudmore. Cloudmore 20 of 24 v

21 Step 11(a): Run the PowerShell Scripts Requirements You need to use a 64-bit version of Windows and any of the following are supported: Windows 10 Windows 8.1 or Windows 8 Windows 2012 R2 or Windows Server 2012 Windows 7 Service Pack 1 (SP1) Windows Server 2008 R2 SP1 (a) Install Microsoft Online Services Sign-in Assistant (64-bit version). From Then follow the on-screen installation instructions. (b) Install Windows Azure Active Directory Module for Windows PowerShell. From p/?linkid= Then follow the on-screen installation instructions. Choose to place an icon on the desktop during installation so you easily can find the application in next step. (c) Start the Windows Azure Active Directory Module for Windows PowerShell from the icon you placed on the desktop (otherwise you find it on the start menu). This will start a Windows PowerShell window with Azure. Cloudmore 21 of 24 v

22 Step 11(b): Run the PowerShell Scripts (d) Assign credentials (e) Connect to Microsoft Azure In the powershell window type: $UserCredential = Get-Credential And then click enter. This will bring a credentials prompt. Enter the same credentials you used to login to the Azure portal. Once done you have saved your login credentials in the variable $UserCredentials, we will use this in next step to login. Run the following command to use your credentials and login to Microsoft with PowerShell: Connect-MsolService -Credential $UserCredential If no error was received, that means you connected successful. The window should now look like this: Cloudmore 22 of 24 v

23 Step 11(c): Run the PowerShell Scripts (f) Save your "Azure Graph App" ID to variable. Run the following command to save your "Azure Graph App ID to a PowerShell variable: $AppID = <enter-your-azure Graph App-id-here> (g) Run the following command one by one. $group = Get-MsolGroup? {$_.DisplayName -eq 'AdminAgents'} $principal = Get-MsolServicePrincipal? {$_.AppPrincipalId -eq $AppID} Add-MsolGroupMember -GroupObjectId $group.objectid -GroupMemberType ServicePrincipal -GroupMemberObjectId $principal.objectid (h) Finished Now you are done. Close the PowerShell window to disconnect from Microsoft. Cloudmore 23 of 24 v

24 Step 12: Completing your setup 1. Import organizations/customers - Do this now if you have not already done so. 2. Link your CSP customer tenants - Enables data processing in Cloudmore. 3. Test CSP setup - Do this after you have linked your customer tenants. Click the links to access the relevant setup guides. END. Cloudmore 24 of 24 v

Integrate your CSP Direct Agreement

Integrate your CSP Direct Agreement Overview: - The information needed to integrate your CSP Direct tenant is contained in this PDF Guide. You will be asked to create and access various authentication keys and which you need to do in the

More information

CSP PARTNER APPLICATION OVERVIEW Multi-tenant application model

CSP PARTNER APPLICATION OVERVIEW Multi-tenant application model CSP PARTNER APPLICATION OVERVIEW Multi-tenant application model The information provided in this document is provided "as is" without warranty of any kind. Microsoft disclaims all warranties, either express

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

Password Reset Utility. Configuration

Password Reset Utility. Configuration Password Reset Utility Configuration 1 Table of Contents 1. Uninstalling Legacy Password Reset... 2 2. Password Reset Utility: How to deploy and configure via Group Policy... 2 3. Configuring Group Policy

More information

Partner Center: Secure application model

Partner Center: Secure application model Partner Center: Secure application model The information provided in this document is provided "as is" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including

More information

INSTALLATION GUIDE Spring 2017

INSTALLATION GUIDE Spring 2017 INSTALLATION GUIDE Spring 2017 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software Evaluation Agreement and

More information

Martin Baker Secure Source-to-Pay How to Access and Log In

Martin Baker Secure Source-to-Pay How to Access and Log In Martin Baker Secure Source-to-Pay How to Access and Log In December 2017 1 How to Log in to Secure Source-to-Pay The Managed Access Gateway (MAG) solution is used as the login authentication and access

More information

Azure Archival Installation Guide

Azure Archival Installation Guide Azure Archival Installation Guide Page 1 of 23 Table of Contents 1. Add Dynamics CRM Active Directory into Azure... 3 2. Add Application in Azure Directory... 5 2.1 Create application for application user...

More information

LMS 365 Course Creator & Catalog Add-in Installation Guide. Version 2.3

LMS 365 Course Creator & Catalog Add-in Installation Guide. Version 2.3 LMS 365 Course Creator & Catalog Add-in Installation Guide Version 2.3 CONTENTS OVERVIEW AND SOFTWARE REQUIREMENTS... 3 AUDIENCE... 3 ABOUT LMS365... 3 SUBSCRIBE TO ALERTS... 4 SERVER SOFTWARE REQUIREMENTS...

More information

CloudHealth. AWS and Azure On-Boarding

CloudHealth. AWS and Azure On-Boarding CloudHealth AWS and Azure On-Boarding Contents 1. Enabling AWS Accounts... 3 1.1 Setup Usage & Billing Reports... 3 1.2 Setting Up a Read-Only IAM Role... 3 1.3 CloudTrail Setup... 5 1.4 Cost and Usage

More information

Enterprise Rights Management: Document Protection

Enterprise Rights Management: Document Protection Enterprise Rights Management: Document Protection Intel Information Technology Job aid Revision Sep 16, 2011 Description Enterprise Rights Management (ERM) is used at Intel to protect classified content.

More information

D365 DATA ARCHIVAL & RETENTION

D365 DATA ARCHIVAL & RETENTION MICROSOFT LABS OCTOBER 12, 2018 D365 DATA ARCHIVAL & RETENTION Highly scalable, secured and re-usable solution for Archive, Retain and Delete the Microsoft D365 data Contents Introduction... 2 Archiving...

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

Chime for Lync High Availability Setup

Chime for Lync High Availability Setup Chime for Lync High Availability Setup Spring 2017 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software Evaluation

More information

DaDaDocs for Microsoft Dynamics 365 Administrator Guide

DaDaDocs for Microsoft Dynamics 365 Administrator Guide DaDaDocs for Microsoft Dynamics 365 Administrator Guide Requirements: Microsoft Dynamics 365 organization. PDFfiller user account. Installation and configuration 2 Install DaDaDocs 2 Update to the latest

More information

Multi Factor Authentication & Self Password Reset

Multi Factor Authentication & Self Password Reset Multi Factor Authentication & Self Password Reset Prepared by: Mohammad Asmayal Jawad https://ca.linkedin.com/in/asmayal August 14, 2017 Table of Contents Selectable Verification Methods... 2 Set up multi-factor

More information

271 Waverley Oaks Rd. Telephone: Suite 206 Waltham, MA USA

271 Waverley Oaks Rd. Telephone: Suite 206 Waltham, MA USA Contacting Leostream Leostream Corporation http://www.leostream.com 271 Waverley Oaks Rd. Telephone: +1 781 890 2019 Suite 206 Waltham, MA 02452 USA To submit an enhancement request, email features@leostream.com.

More information

Single Sign-On for PCF. User's Guide

Single Sign-On for PCF. User's Guide Single Sign-On for PCF Version 1.2 User's Guide 2018 Pivotal Software, Inc. Table of Contents Table of Contents Single Sign-On Overview Installation Getting Started with Single Sign-On Manage Service Plans

More information

MYCLOUD STORE PARTNER PORTAL USER GUIDE 1

MYCLOUD STORE PARTNER PORTAL USER GUIDE 1 MYCLOUD STORE PARTNER PORTAL USER GUIDE 1 Definitions: Partner portal reseller portal to manage users & get subscription reports etc, reseller uses this portal to log into the customer portal by impersonating

More information

Course Overview This five-day course will provide participants with the key knowledge required to deploy and configure Microsoft Azure Stack.

Course Overview This five-day course will provide participants with the key knowledge required to deploy and configure Microsoft Azure Stack. [MS20537]: Configuring and Operating a Hybrid Cloud with Microsoft Azure Stack Length : 5 Days Audience(s) : IT Professionals Level : 300 Technology : Azure Delivery Method : Instructor-led (Classroom)

More information

How-to Guide: Tenable Nessus for Microsoft Azure. Last Updated: April 03, 2018

How-to Guide: Tenable Nessus for Microsoft Azure. Last Updated: April 03, 2018 How-to Guide: Tenable Nessus for Microsoft Azure Last Updated: April 03, 2018 Table of Contents How-to Guide: Tenable Nessus for Microsoft Azure 1 Introduction 3 Auditing the Microsoft Azure Cloud Environment

More information

Cloud Secure. Microsoft Office 365. Configuration Guide. Product Release Document Revisions Published Date

Cloud Secure. Microsoft Office 365. Configuration Guide. Product Release Document Revisions Published Date Cloud Secure Microsoft Office 365 Configuration Guide Product Release Document Revisions Published Date 8.3R3 2.0 November 2017 Pulse Secure, LLC 2700 Zanker Road, Suite 200 San Jose CA 95134 https://www.pulsesecure.net.

More information

INSTALLATION AND SETUP VMware Workspace ONE

INSTALLATION AND SETUP VMware Workspace ONE GUIDE NOVEMBER 2018 PRINTED 9 JANUARY 2019 VMware Workspace ONE Table of Contents Installation and Setup Introduction Prerequisites Signing Up for a Free Trial Launching the Workspace ONE UEM Console Navigating

More information

Michael Wells Microsoft Specialist, Dell EMC. SQL DBaaS on Microsoft Azure Stack

Michael Wells Microsoft Specialist, Dell EMC. SQL DBaaS on Microsoft Azure Stack Michael Wells Microsoft Specialist, Dell EMC SQL DBaaS on Microsoft Azure Stack About Me Name: Michael Wells Email: Michael.WellsJr@dell.com Twitter: @SqlTechMike - SQL Server DBA 7+ Years - Reformed Developer

More information

Using the Vita Group Citrix Portal

Using the Vita Group Citrix Portal Using the Vita Group Citrix Portal Using the Portal Summary This document is will step you through using the Vita Group Citrix portal. This portal allows you to reset your password if it is expired, unlock

More information

AvePoint Online Services for Partners 2

AvePoint Online Services for Partners 2 AvePoint Online Services for Partners 2 User Guide Service Pack 1 Issued June 2017 Table of Contents What s New in this Guide...4 About...5 Submitting Documentation Feedback to AvePoint...6 Browser Support

More information

Using the Horizon vcenter Orchestrator Plug-In. VMware Horizon 6 6.0

Using the Horizon vcenter Orchestrator Plug-In. VMware Horizon 6 6.0 Using the Horizon vcenter Orchestrator Plug-In VMware Horizon 6 6.0 You can find the most up-to-date technical documentation on the VMware Web site at: https://docs.vmware.com/ The VMware Web site also

More information

CUSTOMER PORTAL. Connectors Guide

CUSTOMER PORTAL. Connectors Guide CUSTOMER PORTAL Connectors Guide Connectors Clicking into this area will display connectors that can be linked to the portal. Once linked to the portal certain connectors will display information in the

More information

Evolve Link Proposal to [Institution] for ebooks ScienceDirect. for Brightspace by D2L

Evolve Link Proposal to [Institution] for ebooks ScienceDirect. for Brightspace by D2L 0 Evolve Link Proposal to [Institution] External for ebooks Learning on Tool Setup ScienceDirect for Brightspace by D2L January 2018 1 Contents External Learning Tool Setup... 2 Adding Evolve Link to a

More information

OOOCTA Version 4.1. Installation and Users Guide.

OOOCTA Version 4.1. Installation and Users Guide. OOOCTA Version 4.1 Installation and Users Guide www.telnetport25.com Contents Introduction... 2 Pre-Requisites... 2 Changes from Version 3.5... 2 Changes from Version 4.0... 2 Installation and Setup...

More information

Using the Horizon vrealize Orchestrator Plug-In

Using the Horizon vrealize Orchestrator Plug-In Using the Horizon vrealize Orchestrator Plug-In VMware Horizon 6 version 6.2.3, VMware Horizon 7 versions 7.0.3 and later Modified on 4 JAN 2018 VMware Horizon 7 7.4 You can find the most up-to-date technical

More information

SAFARI Montage v6.5.28

SAFARI Montage v6.5.28 Microsoft Office 365 Integration Instructions SAFARI Montage v6.5.28 NOTE: The Microsoft Office 365 integration must be configured by an Administrator. SAFARI Montage now offers a powerful new integration

More information

Mission Guide: Office 365 OneDrive

Mission Guide: Office 365 OneDrive Mission Guide: Office 365 OneDrive Your Mission: Use F-Response to collect Office365 Onedrive data Using F-Response to connect to Office365 Onedrive and collect its contents Important Note Disclaimer:

More information

Entrust PartnerLink Login Instructions

Entrust PartnerLink Login Instructions Entrust PartnerLink Login Instructions Contents Introduction... 4 Purpose 4 Overview 4 Prerequisites 4 Instructions... 5 Entrust is a registered trademark of Entrust, Inc. in the United States and certain

More information

Databases in Azure Practical Exercises

Databases in Azure Practical Exercises Databases in Azure 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

More information

StreamOne Cloud Marketplace. Order and Management Guide

StreamOne Cloud Marketplace. Order and Management Guide StreamOne Cloud Marketplace Order and Management Guide StreamOne Cloud Marketplace Order and Management Table of Contents Navigating to the StreamOne Cloud Marketplace Creating a Quote Converting a Quote

More information

Installation Guide for antegma accallio SP Version 1.0

Installation Guide for antegma accallio SP Version 1.0 Installation Guide for antegma accallio SP 1.0.0 Version 1.0 INSTALLATION VIA PACKAGE MANAGER OF ADOBE EXPERIENCE MANAGER 3 Download of the content package 3 Install content package via AEM Package Manager

More information

Microsoft Cloud Workshops. Enterprise-Ready Cloud Hackathon Leader Guide

Microsoft Cloud Workshops. Enterprise-Ready Cloud Hackathon Leader Guide Microsoft Cloud Workshops Enterprise-Ready Cloud Hackathon Leader Guide August 2017 2017 Microsoft Corporation. All rights reserved. This document is confidential and proprietary to Microsoft. Internal

More information

Issued March FLY for Dropbox Installation and Configuration Guide

Issued March FLY for Dropbox Installation and Configuration Guide FLY for Dropbox Installation and Configuration Guide Issued March 2018 FLY for Dropbox Installation and Configuration Guide 1 Table of Contents About This Guide... 3 Uninstalling FLY for Dropbox... 4 Installing

More information

Installation Guide for antegma accallio OX Version 1.0

Installation Guide for antegma accallio OX Version 1.0 Installation Guide for antegma accallio OX 1.0.0 Version 1.0 INSTALLATION VIA PACKAGE MANAGER OF ADOBE EXPERIENCE MANAGER 3 Download of the content package 3 Install content package via AEM Package Manager

More information

Configuration Guide. Requires Vorex version 3.9 or later and VSA version or later. English

Configuration Guide. Requires Vorex version 3.9 or later and VSA version or later. English Kaseya v2 Integration of VSA with Vorex Configuration Guide Requires Vorex version 3.9 or later and VSA version 9.3.0.11 or later English September 15, 2017 Copyright Agreement The purchase and use of

More information

Zephyr Cloud for HipChat

Zephyr Cloud for HipChat June 25 Zephyr Cloud for HipChat Z e p h y r, 7 7 0 7 G a t e w a y B l v d S t e 1 0 0, N e w a r k, C A 9 4 5 6 0, U S A 1 - Overview How this guide will help Zephyr Cloud for HipChat guide will guide

More information

13241 Woodland Park Road, Suite 400 Herndon, VA USA A U T H O R : E X O S T A R D ATE: M A R C H V E R S I O N : 3.

13241 Woodland Park Road, Suite 400 Herndon, VA USA A U T H O R : E X O S T A R D ATE: M A R C H V E R S I O N : 3. SECURE ACCESS MAN AG E R FIRST TIME LOGIN GUIDE A U T H O R : E X O S T A R D ATE: M A R C H 2 0 1 5 V E R S I O N : 3.0 1 S E C U R E A CCESS M A N A G E R SECURE ACCESS MANAGER OVERVIEW... 3 SUMMARY...

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

Connect to Wireless, certificate install and setup Citrix Receiver

Connect to Wireless, certificate install and setup Citrix Receiver Connect to Wireless, certificate install and setup Citrix Receiver This document explains how to connect to the Wireless Network and access applications using Citrix Receiver on a Bring Your Own Device

More information

FOCUS ON REAL DESIGN AUTOMATE THE REST. CUSTOMTOOLS installation guide

FOCUS ON REAL DESIGN AUTOMATE THE REST. CUSTOMTOOLS installation guide FOCUS ON REAL DESIGN AUTOMATE THE REST CUSTOMTOOLS installation guide Francois Simon 15.02.2016 The purpose of that guide is to assist you during the different stages of the installation of CUSTOMTOOLS.

More information

Using Microsoft Azure Active Directory MFA as SAML IdP with Pulse Connect Secure. Deployment Guide

Using Microsoft Azure Active Directory MFA as SAML IdP with Pulse Connect Secure. Deployment Guide Using Microsoft Azure Active Directory MFA as SAML IdP with Pulse Connect Secure Deployment Guide v1.0 May 2018 Introduction This document describes how to set up Pulse Connect Secure for SP-initiated

More information

One Identity Manager 8.0. Administration Guide for Connecting to Azure Active Directory

One Identity Manager 8.0. Administration Guide for Connecting to Azure Active Directory One Identity Manager 8.0 Administration Guide for Connecting to Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described

More information

STREAMONE CLOUD MARKETPLACE ORDER AND MANAGEMENT GUIDE

STREAMONE CLOUD MARKETPLACE ORDER AND MANAGEMENT GUIDE STREAMONE CLOUD MARKETPLACE ORDER AND MANAGEMENT GUIDE StreamOne Cloud Marketplace Order and Management Guide Navigating to the StreamOne Cloud Marketplace Creating a Quote Converting a Quote to an Order

More information

SharePoint 2019 and Extranet User Manager

SharePoint 2019 and Extranet User Manager SharePoint 2019 and Extranet User Manager Tuesday, June 5, 2018 12:00-1:00 PM http://eum.co (#) Agenda Introductions SharePoint 2019 Announcements SharePoint On Premises Extranets EUM Features and Licensing

More information

Amazon AppStream 2.0: SOLIDWORKS Deployment Guide

Amazon AppStream 2.0: SOLIDWORKS Deployment Guide 2018 Amazon AppStream 2.0: SOLIDWORKS Deployment Guide Build an Amazon AppStream 2.0 environment to stream SOLIDWORKS to your users June 2018 https://aws.amazon.com/appstream2/ 1 Welcome This guide describes

More information

BMS Managing Users in Modelpedia V1.1

BMS Managing Users in Modelpedia V1.1 BMS 3.2.0 Managing Users in Modelpedia V1.1 Version Control Version Number Purpose/Change Author Date 1.0 Initial published version Gillian Dass 26/10/2017 1.1 Changes to User roles Gillian Dass 14/11/2017

More information

2018 Hands-on Guide. F5 Azure SACA. F5 Networks, Inc.

2018 Hands-on Guide. F5 Azure SACA. F5 Networks, Inc. 2018 Hands-on Guide F5 Azure SACA F5 Networks, Inc. 2 Contents: 1 F5 Azure SACA - Index 5 1.1 Welcome............................................... 5 3 4 1 F5 Azure SACA - Index 1.1 Welcome Welcome to

More information

CUSTOMIZATION ON SHAREPOINT

CUSTOMIZATION ON SHAREPOINT July 2017 UpSlide CUSTOMIZATION ON SHAREPOINT Setup Guide Table of contents 1 Introduction... 3 2 Create an Application in Azure Active Directory... 3 2.1 Connect to Azure Portal... 3 2.2 Create Application...

More information

The benefits of synchronizing G Suite and Active Directory passwords

The benefits of synchronizing G Suite and Active Directory passwords The benefits of synchronizing G Suite and Active Directory passwords www.adselfserviceplus.com Enterprises are adopting more and more applications to enhance productivity and improve employees' user experience.

More information

Cloud Compute. Backup Portal User Guide

Cloud Compute. Backup Portal User Guide Cloud Compute Backup Portal User Guide Contents Service Overview... 4 Gaining Access... 5 Operational Guide... 6 Landing Page... 6 Profile View... 6 Detailed View... 8 Overview... 8 Cloud Backup... 8

More information

RSA NetWitness Platform

RSA NetWitness Platform RSA NetWitness Platform Event Source Log Configuration Guide Microsoft Office 365 Last Modified: Thursday, June 7, 2018 Event Source Product Information: Vendor: Microsoft Event Source: Office 365 Versions:

More information

Registering at the PNC Developer Portal

Registering at the PNC Developer Portal Registering at the PNC Developer Portal 1.) Navigate to the Developer Portal at: https://developer.pnc.com 2.) Click the Join button on the upper right corner of the Developer Portal page: 3.) Enter in

More information

learnpro Community User Manual

learnpro Community User Manual learnpro Community User Manual Last Updated: December 2011 learnpro User Manual Page 1 Contents Contents... 2 1. Introduction... 3 1.1 Introduction to the system... 3 1.2 Help Icons... 3 1.3 Accessing

More information

October J. Polycom Cloud Services Portal

October J. Polycom Cloud Services Portal October 2018 3725-42461-001J Polycom Cloud Services Portal Copyright 2018, Polycom, Inc. All rights reserved. No part of this document may be reproduced, translated into another language or format, or

More information

Info Input Express Network Edition

Info Input Express Network Edition Info Input Express Network Edition Administrator s Guide A-61892 Table of Contents Using Info Input Express to Create and Retrieve Documents... 9 Compatibility... 9 Contents of this Guide... 9 Terminology...

More information

Grandstream Networks, Inc. Captive Portal Authentication via Facebook

Grandstream Networks, Inc. Captive Portal Authentication via Facebook Grandstream Networks, Inc. Table of Content SUPPORTED DEVICES... 4 INTRODUCTION... 5 CAPTIVE PORTAL SETTINGS... 6 Policy Configuration Page... 6 Landing Page Redirection... 8 Pre-Authentication Rules...

More information

Inventorying Microsoft Azure. Inventorying Microsoft Azure Information with Docusnap X

Inventorying Microsoft Azure. Inventorying Microsoft Azure Information with Docusnap X Inventorying Microsoft Azure Inventorying Microsoft Azure Information with Docusnap X TITLE Inventorying Microsoft Azure AUTHOR Docusnap Consulting DATE 2/7/2018 VERSION 1.0 valid from January 25, 2018

More information

Who am I? Identity Product Group, CXP Team. Premier Field Engineer. SANS STI Student GWAPT, GCIA, GCIH, GCWN, GMOB

Who am I? Identity Product Group, CXP Team. Premier Field Engineer. SANS STI Student GWAPT, GCIA, GCIH, GCWN, GMOB @markmorow Who am I? Identity Product Group, CXP Team Premier Field Engineer SANS STI Student GWAPT, GCIA, GCIH, GCWN, GMOB Active Directory Domain Services On-premises App Server Validate credentials

More information

Microsoft Cloud Workshop

Microsoft Cloud Workshop Microsoft Cloud Workshop Hands-on lab step-by-step October 2017 Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise

More information

Agency User Manual. Version 2.0

Agency User Manual. Version 2.0 Agency User Manual Version 2.0 October 2015 Copyright Information 2015 by. All rights reserved. This document is the copyrighted property of the. It should not be duplicated, used, or disclosed in whole

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

Grandstream Networks, Inc. Captive Portal Authentication via Facebook

Grandstream Networks, Inc. Captive Portal Authentication via Facebook Grandstream Networks, Inc. Table of Content SUPPORTED DEVICES... 4 INTRODUCTION... 5 CAPTIVE PORTAL SETTINGS... 6 Policy Configuration Page... 6 Landing Page Redirection... 9 Pre-Authentication Rules...

More information

Partner Integration Portal (PIP) Installation Guide

Partner Integration Portal (PIP) Installation Guide Partner Integration Portal (PIP) Installation Guide Last Update: 12/3/13 Digital Gateway, Inc. All rights reserved Page 1 TABLE OF CONTENTS INSTALLING PARTNER INTEGRATION PORTAL (PIP)... 3 DOWNLOADING

More information

E X O S T A R, LLC D A T E : M AY V E R S I O N : 4.0

E X O S T A R, LLC D A T E : M AY V E R S I O N : 4.0 SECURE ACCESS MAN AG E R USER GUI DE E X O S T A R, LLC D A T E : M AY 2 0 1 7 V E R S I O N : 4.0 1 S E C U R E AC C E S S M A N A G E R 1 INTRODUCTION... 3 1.1 SUMMARY... 3 2 BASIC FUNCTIONS... 3 2.1

More information

CLOUD ASSERT USAGE AND BILLING SETUP GUIDE

CLOUD ASSERT USAGE AND BILLING SETUP GUIDE Usage and Billing for Windows Azure Pack setup and configuration guide Version: 1.9.2.14 Published: Sep 14, 2017 WWW.CLOUDASSERT.COM 1 CONTENTS INTRODUCTION... 7 GENERAL PRE-REQUISITES... 7 INSTALLATION...

More information

How-to Guide: Tenable.io for Microsoft Azure. Last Updated: November 16, 2018

How-to Guide: Tenable.io for Microsoft Azure. Last Updated: November 16, 2018 How-to Guide: Tenable.io for Microsoft Azure Last Updated: November 16, 2018 Table of Contents How-to Guide: Tenable.io for Microsoft Azure 1 Introduction 3 Auditing the Microsoft Azure Cloud Environment

More information

Best Practices for Migrating Servers to Microsoft Azure with PlateSpin Migrate

Best Practices for Migrating Servers to Microsoft Azure with PlateSpin Migrate White Paper PlateSpin Transformation Manager PlateSpin Migrate Best Practices for Migrating Servers to Microsoft Azure with PlateSpin Migrate Updated for PlateSpin Transformation Manager 1.1 and PlateSpin

More information

dox42 Azure Active Directory Integration

dox42 Azure Active Directory Integration dox4 Azure Active Directory Integration Fabian Huber Documentation Summary In this document an instruction will be provided how to configure Azure Active Directory (ADD) with dox4, the Server Web and how

More information

VMware Identity Manager Integration with Office 365

VMware Identity Manager Integration with Office 365 VMware Identity Manager Integration with Office 365 VMware Identity Manager O C T O B E R 2 0 1 7 V 7 Table of Contents Overview... 3 Configuring Single Sign-on to Office 365... 4 Authentication Profiles

More information

Ekran System v.6.0 Privileged User Accounts and Sessions (PASM)

Ekran System v.6.0 Privileged User Accounts and Sessions (PASM) Ekran System v.6.0 Privileged User Accounts and Sessions (PASM) Table of Contents About... 3 Using Privileged User Accounts... 4 Password Vault Configuration... 5 Defining Domain Administrator Credentials...

More information

VMware Identity Manager Integration with Office 365

VMware Identity Manager Integration with Office 365 VMware Identity Manager Integration with Office 365 VMware Identity Manager A U G U S T 2 0 1 8 V 9 Table of Contents Overview... 3 Configuring Single Sign-on to Office 365... 4 Authentication Profiles

More information

Microsoft Intune App Protection Policies Integration. VMware Workspace ONE UEM 1811

Microsoft Intune App Protection Policies Integration. VMware Workspace ONE UEM 1811 Microsoft Intune App Protection Policies Integration VMware Workspace ONE UEM 1811 Microsoft Intune App Protection Policies Integration You can find the most up-to-date technical documentation on the VMware

More information

REACH Remote Deposit Capture

REACH Remote Deposit Capture REACH Remote Deposit Capture Company Administration CONTENTS Introduction to REACH... 1 Overview of Roles... 1 Session Timeouts and Maintenance... 1 User Login... 2 Login via Online Cash Management...

More information

Network Rail Brand Hub USER GUIDE

Network Rail Brand Hub USER GUIDE Network Rail Brand Hub USER GUIDE The Brand Hub Using keywords, visual thumbnails and a more upto-date online interface, the new Brand Hub will make searching, browsing and downloading images, templates

More information

EMS Platform Services Installation & Configuration Guides

EMS Platform Services Installation & Configuration Guides EMS Platform Services Installation & Configuration Guides V44.1 Last Updated: August 7, 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents

More information

Grandstream Networks, Inc. Captive Portal Authentication via Facebook

Grandstream Networks, Inc. Captive Portal Authentication via Facebook Grandstream Networks, Inc. Table of Content SUPPORTED DEVICES... 4 INTRODUCTION... 5 CAPTIVE PORTAL SETTINGS... 6 Policy Configuration Page... 6 Landing Page Redirection... 8 Pre-Authentication Rules...

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

RSA SecurID Ready Implementation Guide. Last Modified: December 13, 2013

RSA SecurID Ready Implementation Guide. Last Modified: December 13, 2013 Ping Identity RSA SecurID Ready Implementation Guide Partner Information Last Modified: December 13, 2013 Product Information Partner Name Ping Identity Web Site www.pingidentity.com Product Name PingFederate

More information

Microsoft Azure Fundamentals: Azure identity Practical Exercises

Microsoft Azure Fundamentals: Azure identity Practical Exercises Microsoft Azure Fundamentals: Azure identity Practical Exercises Overview This course includes optional practical exercises where you can try out the techniques demonstrated in the course for yourself.

More information

User Guide. Document Version: 2.0. Solution Version:

User Guide. Document Version: 2.0. Solution Version: User Guide Document Version: 2.0 Solution Version: 365.082018.1.1 Contents Product Overview... 3 How to Install Email Attachment Manager Solution?... 4 Email Attachment Manager Functionality... 7 Remove

More information

Partner Membership Center to Partner Center Transition

Partner Membership Center to Partner Center Transition Partner Membership Center to Partner Center Transition Step by Step Guide Prepared for Microsoft Partners Utilizing Partner Membership Center Prepared by Microsoft Services Last updated: October 19, 2018

More information

Remotely accessing GPH ICT systems

Remotely accessing GPH ICT systems Remotely accessing GPH ICT systems Version: 1.7 CONTENTS 1. Background and Support... 2 2. Setting up remote access... 3 2.1 Installing the Symantec VIP MOBILE App... 3 2.2 Registering your device... 4

More information

OneLogin Integration User Guide

OneLogin Integration User Guide OneLogin Integration User Guide Table of Contents OneLogin Account Setup... 2 Create Account with OneLogin... 2 Setup Application with OneLogin... 2 Setup Required in OneLogin: SSO and AD Connector...

More information

Office 365 Business and Office 365 Pro Plus Deployment Guide V 1.0

Office 365 Business and Office 365 Pro Plus Deployment Guide V 1.0 Office 365 Business and Office 365 Pro Plus Deployment Guide Table of Contents 1. Provisioning Office 365... 1 1.1 Operating system requirements... 1 1.2 Browser requirements Administration Centre and

More information

USER MANUAL. SalesPort Salesforce Customer Portal for WordPress (Lightning Mode) TABLE OF CONTENTS. Version: 3.1.0

USER MANUAL. SalesPort Salesforce Customer Portal for WordPress (Lightning Mode) TABLE OF CONTENTS. Version: 3.1.0 USER MANUAL TABLE OF CONTENTS Introduction...1 Benefits of Customer Portal...1 Prerequisites...1 Installation...2 Salesforce App Installation... 2 Salesforce Lightning... 2 WordPress Manual Plug-in installation...

More information

Release Note RM Neon. Contents

Release Note RM Neon. Contents RM Neon Contents About this Release Note... 2 About RM Neon... 2 What it does... 2 Components... 2 Data protection... 3 Requirements... 4 RM Unify... 4 Server... 4 Before you start... 5 Back up your servers...

More information

Who am I? Identity Product Group, CXP Team. Premier Field Engineer. SANS STI Student GWAPT, GCIA, GCIH, GCWN, GMOB

Who am I? Identity Product Group, CXP Team. Premier Field Engineer. SANS STI Student GWAPT, GCIA, GCIH, GCWN, GMOB @markmorow Who am I? Identity Product Group, CXP Team Premier Field Engineer SANS STI Student GWAPT, GCIA, GCIH, GCWN, GMOB Under the hood: Multiple backend services and hybrid components Hybrid Components

More information

Fischer International Identity Fischer Identity Suite 4.2

Fischer International Identity Fischer Identity Suite 4.2 Fischer International Identity Fischer Identity Suite 4.2 RSA SecurID Ready Implementation Guide Partner Information Last Modified: June 16, 2010 Product Information Partner Name Web Site Product Name

More information

Deltek Ajera CRM in the Cloud. Administrator Guide

Deltek Ajera CRM in the Cloud. Administrator Guide Deltek Ajera CRM in the Cloud Administrator Guide May 3, 2018 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or technical errors

More information

MYOB EXO Business. Release Notes

MYOB EXO Business. Release Notes MYOB EXO Business Release Notes 2015.3 Contents Introduction 1 What s New in this Release?... 1 Installation 2 Pre-Install Requirements... 2 Database Server... 2 Client Workstation... 3 Other Requirements...

More information

XCONNECT 2018 GATEWAY USER MANUAL

XCONNECT 2018 GATEWAY USER MANUAL XCONNECT 2018 GATEWAY USER MANUAL V1.0 This guide will assist in the installation and configuration of the xconnect 2018 Gateway. Version 1.0 of the xconnect Gateway web portal includes the necessary functionality

More information

WEB CREATOR FILE MANAGER

WEB CREATOR FILE MANAGER WEB CREATOR FILE MANAGER TABLE OF CONTENTS TABLE OF CONTENTS... 2 ADMINISTRATIVE PERMISSIONS... 3 ACCESSING WEBSITE SETTINGS... 3 FILE MANAGER... 3 Accessing File Manager... 3 Views... 4 Actions... 4 FOLDER

More information

Locate your Advanced Tools and Applications

Locate your Advanced Tools and Applications . phpmyadmin is a web-based application used to manage a MySQL database. It is free and open-source software. We have modified phpmyadmin so that it functions without errors on a shared hosting platform.

More information

Integrating AirWatch and VMware Identity Manager

Integrating AirWatch and VMware Identity Manager Integrating AirWatch and VMware Identity Manager VMware AirWatch 9.1.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

More information