Solution: Use WCC polices in EEM to grant full access to the administrators and restricted access to the schedulers.

Size: px
Start display at page:

Download "Solution: Use WCC polices in EEM to grant full access to the administrators and restricted access to the schedulers."

Transcription

1 How to Filter Views in WCC Using EEM Policies 1 Scenario: You have two groups of WCC users: administrators and schedulers. You want administrators to have full access to all WCC Monitoring Views. You want schedulers to have restricted access to the WCC Monitoring Views they should only see the Monitoring Views associated with their global group. Solution: Use WCC polices in EEM to grant full access to the administrators and restricted access to the schedulers. For this tutorial, the administrator global group is called Dev_Admins. testadmin will be a user in that global group. The scheduler global group is called AE_Schedulers. testuser will be a user in that global group. You want the scheduler group to only see the Monitoring Views that BEGIN with the word Column. Objectives: (1) create a MonitorViewControl policy, (2) perform a permission check to verify policies work as expected, and (3) check the WCC GUI to see if each user sees the corrected view(s). =====================================================================================

2 How to Filter Views in WCC Using EEM Policies 2 Create a MonitorViewControl Policy with View Only Permissions 1. Click on the Manage Access Policies tab. On the left-hand side navigation panel, under Access Policies, click on the MonitorViewControl policy link. 2. Create a new MonitorViewControl policy by clicking on the icon (inside the red circle) next to the MonitorViewControl policy link. 3. Under the General Heading, give the policy a name. Leave all other fields with their default settings. Add a description of the policy, if needed. (This is helpful if you plan on creating and using multiple policies for multiple global user groups.) 4. Under Identities, add the dynamic user group(s). Under Type [red box], select Dynamic Group from the dropdown menu and click Search Identities. Select the dynamic user group(s) and click the blue arrow add them to the Selected Identities list. to

3 How to Filter Views in WCC Using EEM Policies 3 5. For Actions, check off View [pink box]. For Resources, under Add resource:, type view/.+/jobflow [brown box] and then click the plus sign. 6. Check off the Treat resource names as regular expressions checkbox [green box]. 7. Click on the Add Filter button and select/type the information below: a. In the red box, select named attribute from the dropdown menu. b. In the red box, select viewname from the dropdown menu. c. In the purple box, leave STRING set in the dropdown menu. d. In the purple box, select STARTSWITH --* from the dropdown menu. (This will filter on a view name that begins with a certain string of characters.) e. In the blue box, select value from the dropdown menu. f. In the blue box, type the string of characters associated with a view name that you want a group of users to be able to see. The string is CASE SENSITIVE.

4 How to Filter Views in WCC Using EEM Policies 4 g. In the brown box, select global user group from the dropdown menu. h. In the brown box, select Name from the dropdown menu. i. In the pink box, leave STRING set in the dropdown menu. j. In the pink box, select EQUAL == set in the dropdown menu. k. In the green box, select value from the dropdown menu. l. In the green box, type the name of the global user group that should be able to see the view specified in the filter. Summation of Filter: The global user group, AE_Schedulers, will only see Monitoring Views that start with the word Column. If a Monitoring View name does not begin with the word Column, then the global user group will not be able to see it. NOTE: Be mindful of the logic operators and parentheses placement. If you use the wrong operator or if there are too many/not enough parentheses, the logic for the filter may not be evaluated correctly. 8. Click Save this what the completed policy looks like:

5 How to Filter Views in WCC Using EEM Policies 5

6 How to Filter Views in WCC Using EEM Policies 6 Create a MonitorViewControl Policy with Full Permissions (Admin Policy) 1. Click on the Manage Access Policies tab. On the left-hand side navigation panel, under Access Policies, click on the MonitorViewControl policy link. 2. Create a new MonitorViewControl policy by clicking on the icon (inside the red circle) next to the MonitorViewControl policy link. 3. Under the General Heading, give the policy a name. Leave all other fields with their default settings. Add a description of the policy, if needed. (This is helpful if you plan on creating and using multiple policies for multiple global user groups.) 4. Under Identities, add the global user group(s). Under Type [red box], select Global Group from the dropdown box and click Search Identities. Select the global user group(s) and click the blue arrow Selected Identities list. to add them to the

7 How to Filter Views in WCC Using EEM Policies 7 NOTE: If you are using LDAP/Active Directory, type the name or partial name of the global user group in the Value field and then click the Search Button. Clicking on the Search Button without entering a name or partial name will cause latency because EEM is searching for every global user group in LDAP/Active Directory. 5. For Actions, leave [All Actions] checked off. For Resources, under Add resource:, type view/.+/jobflow and then click the plus sign. 6. Check off the Treat resource names as regular expressions checkbox [green box]. 7. Click Save this what the completed policy looks like:

8 How to Filter Views in WCC Using EEM Policies 8 NOTE: Any user(s), global user group(s), or dynamic user group(s) not specified in any of the created MonitorViewControl policies will not be able to access any of the Monitoring Views in the WCC GUI. 8. On the left-hand side navigation panel, under Access Policies, click on the MonitorViewControl policy link. 9. Click on the MonitorViewControlDefault link. 10. Check off the checkbox next to Disabled - then save the policy. 11. To confirm that the default policy is disabled, click on the MonitorViewControlDefault policy link and looked under the Options column the policy should be disabled.

9 How to Filter Views in WCC Using EEM Policies 9 Perform a Permission Check Perform a permission check to see if the policies are set up correctly. 1. Under the Manage Access Policies tab, click the Permission Check link. 2. This permission check will be on the MonitorViewControl policies: a. For the Resource Class, select MonitorViewControl from the dropdown menu. b. For Action, select View from the dropdown menu. c. For Resource, type view/.+/jobflow. d. For Identity, type the name of a user. (For testing, choose a user who should have view only permissions on Monitoring Views.) e. To the right [red box], select viewname from the dropdown menu. f. For Value, enter a string of characters for the Monitoring View name. NOTE: For the Identity field, you must enter an individual username. You cannot enter global user group or dynamic user group names. 3. Click Run Permission Check button.

10 How to Filter Views in WCC Using EEM Policies 10 The permission check results should show ALLOW. This is expected because the user specified in the Identity field has View permissions. NOTE: It s good practice to check off the Display debug information checkbox [pink box] under the Permission Check Results. If the result is DENY, you can use the debug information to determine why the check failed and make the appropriate corrections. Notice that the Permission Check shows which Policy granted the permission [blue box]. One of the main reasons a permission check would come back with a DENY is the lack of group association. That means the user chosen in the Identity field is a not a part of any global user groups or dynamic user groups. 4. Change the Action from View to Create. 5. Click the Run Permission Check button. The permission check results should show DENY. This is expected because the user specified in the Identity field has View permissions only.

11 How to Filter Views in WCC Using EEM Policies Change the user in the Identity field to a user who should have Admin or full permissions on Monitoring Views. 7. To the right [red box], click on the trash can to remove the named attribute information. 8. Click the Run Permission Check button. The permission check results should show ALLOW. This is expected because the user specified in the Identity field has full permissions. The Permission Check tells me what Policy granted the permission [blue box].

12 How to Filter Views in WCC Using EEM Policies 12 Check WCC for Filtered Views Login to the WCC GUI as a user who should only be able to see the Monitoring Views associated with the specified string of characters in the WCC MonitorViewControl View Only policy. The moment of truth....waiting for the truth..

13 How to Filter Views in WCC Using EEM Policies 13 testuser is a part of the global user group AE_Schedulers who can only see Monitoring Views that begin with the word Column. Login to the WCC GUI as a user who should only be able to see all Monitoring Views they should be associated with the WCC MonitorViewControl Full Permissions or Admin policy.

Solution: Use Workload Automation AE polices in EEM to grant full permissions to the administrators and restricted permissions to the schedulers.

Solution: Use Workload Automation AE polices in EEM to grant full permissions to the administrators and restricted permissions to the schedulers. Allow Users to Only Execute Certain Jobs in WCC Using EEM Policies 1 Scenario: You have two groups of WCC users: administrators and schedulers. You want administrators to have full permissions on all AE

More information

WordPress Instructions

WordPress Instructions WordPress Instructions WordPress is a blog service used to easily build, update, and maintain what really look like webpages. An example of a student organization who build a page using WordPress can be

More information

Locate your Advanced Tools and Applications

Locate your Advanced Tools and Applications WordPress is an easy-to-use weblog system, providing numerous features like categories, ratings, as well as plugins installation. This installer application will easily install the WordPress tool to a

More information

CharityTracker Plus User Guide with. ADMIN Section

CharityTracker Plus User Guide with. ADMIN Section CharityTracker Plus User Guide with ADMIN Section Table of Contents File Uploads 01 Services 03 Requests / Referrals 06 Groups Outcomes 10 11 ADMIN Section Groups Outcomes 15 17 File Uploads Welcome to

More information

Blackboard Content Collection Overview

Blackboard Content Collection Overview CONTENTS Accessing the Blackboard Content Collection 1 Uploading Files 2 Creating Subfolders 2 About Permissions 3 Assigning Permissions to Specific Users 3 Making a Folder Public to all Winthrop Faculty/Staff

More information

AUTO ATTENDANT. Spectrum Business Voice. Auto Attendant. Quick Start Guide SpectrumBusiness.net

AUTO ATTENDANT. Spectrum Business Voice. Auto Attendant. Quick Start Guide SpectrumBusiness.net Spectrum Business Voice Auto Attendant 1 1-800-314-7195 SpectrumBusiness.net Quick Start Guide CONTENTS Overview 3 Accessing the Easy Attendant 4 Managing Your Auto Attendant 5 Setting Up an Auto Attendant

More information

USER GUIDE. Enterprise Calendar. Event Management 8/1/2017 ENTERPRISE CALENDAR USER GUIDE 2

USER GUIDE. Enterprise Calendar. Event Management 8/1/2017 ENTERPRISE CALENDAR USER GUIDE 2 USER GUIDE Enterprise Calendar Event Management 8/1/2017 ENTERPRISE CALENDAR USER GUIDE 2 30 N. Third Street, Suite 200, Harrisburg, PA 17101 Phone : 717-773 - 4750 CHANGE HISTORY Author Date Version Change

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

USPS USPS Provisioning Services

USPS USPS Provisioning Services May 2, 2014 Manual USPS USPS Provisioning Services USPS Provisioning Services Partner Frequently Asked Questions Version 2.1 of May 2, 2014 Status: final Axway, 2014 / Version: 2.1 / Status : Final / Ref:

More information

Outlook and Outlook Web App. Sharing and Accessing Subfolders

Outlook and Outlook Web App. Sharing and Accessing Subfolders Outlook and Outlook Web App Sharing and Accessing Subfolders Table of Contents Sharing a Subfolder... 3 Outlook 2013/2016... 3 Assign Sharing Permission to The Desired Folder(s)... 3 Assign Folder Visible

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

Course Registration Overrides

Course Registration Overrides Course Registration Overrides Course Registration Overrides 1 Learning Objectives At the end of this course you will be able to: Navigate myuk Web Portal to the Overrides Section Conduct a Student Search

More information

Click anywhere to continue

Click anywhere to continue The Security Manager is used to create a means of managing the permission levels for all the users that will be working with the system. These users are assigned to Roles, for which permissions are defined.

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

Accuterm 7 Usage Guide

Accuterm 7 Usage Guide P a g e 1 Accuterm 7 Usage Guide Most if not all computers on our campus have Accuterm 7 already installed on them. To log in, you will double click the icon on your desktop that looks like the one shown

More information

Surplus System User Guide

Surplus System User Guide Material And Logistical Services Surplus Management Guide Surplus System User Guide User Guide to Asset Management Surplus Service Request System 1 Contents Logging into the system... 3 Surplus Transfers

More information

The manual can also be viewed directly on-line:

The manual can also be viewed directly on-line: Cacti Plugins Contents The inclusion of these Cacti plugins into the product is new with the GroundWork Monitor 7.1.1 release. If you are using version 7.1.0 and wish to use these plugins please contact

More information

Ohio Business Gateway Using the Gateway as a Service Provider: Requesting Service Area and Transaction Permissions

Ohio Business Gateway Using the Gateway as a Service Provider: Requesting Service Area and Transaction Permissions Ohio Business Gateway Using the Gateway as a Service Provider: Requesting Service Area and Transaction Permissions Contents Contents... 1 Introduction... 2 User Roles and Permissions... 2 Requesting Service

More information

Note that you must have the Curriculum Map Admin permission to create curriculum map templates. Please contact your IU to obtain this permission.

Note that you must have the Curriculum Map Admin permission to create curriculum map templates. Please contact your IU to obtain this permission. Creating a Map Note that you must have the Curriculum Map Admin permission to create curriculum map templates. Please contact your IU to obtain this permission. 1. To access the Curriculum Mapping tool,

More information

Microsoft Outlook. How To Share A Departmental Mailbox s Calendar

Microsoft Outlook. How To Share A Departmental Mailbox s Calendar Microsoft Outlook How To Share A Departmental Mailbox s Calendar Table of Contents How to Share a Departmental Calendar... 3 Outlook 2013/2016... 3 Outlook 2011... 7 Outlook 2016 for Mac... 10 Outlook

More information

Connect for Android. Sender App. August 28, 2012 Ver 5.3 AWest. 1 P age

Connect for Android. Sender App. August 28, 2012 Ver 5.3 AWest. 1 P age Connect for Android Sender App August 28, 2012 Ver 5.3 AWest 1 P age Blackboard Connect for Android... 3 System Requirements... 3 Installation and Setup... 3 Logging into the Android App... 4 Navigating

More information

Using MS OneDrive for Business

Using MS OneDrive for Business Using MS OneDrive for Business OneDrive for Business is a perfect place to store all of your documents in the cloud. They will always be at your fingertips whether you are on a laptop, an IPad or your

More information

Undergraduate Advising Database

Undergraduate Advising Database Undergraduate Advising Database Introduction The undergraduate advising database is used to track advising progress of students in the College of Business and Technology. The database is made up of a backend,

More information

Medversant Client Portal User Guide

Medversant Client Portal User Guide Medversant Client Portal User Guide THE ONLINE, CENTRALIZED PORTAL CREATED EXCLUSIVELY FOR MEDVERSANT S CLIENTS TO STREAMLINE DATA ACCESS AND INCREASE PROCESS TRANSPARENCY. Version 2.0 System Requirements

More information

CMS Manual with Shopping Cart (Shopp)

CMS Manual with Shopping Cart (Shopp) CMS Manual with Shopping Cart (Shopp) Contact Details: Ray Giridharan Email: ray@totalmarketingaustralia.com.au Contact: 0433 399 294 Website: www.totalmarketingaustralia.com.au Index 1. How to Login to

More information

Celadon Password Self-Service

Celadon Password Self-Service Celadon Password Self-Service Quest Password Manager is a facility that allows you to reset your Celadon Windows password as well as unlock the account without calling the Helpdesk to provide self-service

More information

TEACHER: CREATE PRACTICE QUIZ

TEACHER: CREATE PRACTICE QUIZ TEACHER: CREATE PRACTICE QUIZ Table of Contents Select Questions... 3 Create Practice Test: 1. Select questions... 4 Create Practice Test: 2. Add to an Existing Test... 6 Create versions & Editing Tabs...

More information

Joomla Pre-install Tasks

Joomla Pre-install Tasks Joomla 3.0.1 Pre-install Tasks Before commencing the actual installation of Joomla CMS on your webhost you have to create: A MySQL database A MySQL user ( with password based access to the MySQL database

More information

Industry Access Portal User Manual

Industry Access Portal User Manual User Manual L o u i s i a n a D e p a r t m e n t o f I n s u r a n c e Table of Contents Industry Users... 4 Register for Industry Access... 4 Sign Up... 5 Search for an Industry Access Account Administrator...

More information

JANUARY 1, University of Wisconsin Business Intelligence QUICK START GUIDE

JANUARY 1, University of Wisconsin Business Intelligence QUICK START GUIDE JANUARY 1, 2018 University of Wisconsin Business Intelligence QUICK START GUIDE Contents Change Log... 1 Signing into UWBI... 2 Signing Out of UWBI... 3 Setting Preferences... 3 Global Header... 4 Favorites...

More information

Accessing Personnel Info & Payslips

Accessing Personnel Info & Payslips Accessing Personnel Info & Payslips Agresso web services Contents 1. Logging In... 1 2. Viewing Personnel Information... 3 3. Viewing Payslips... 4 4. Printing Payslips... 6 1. Logging In 1. In the Internet

More information

Getting Started with Outlook Web App (OWA)

Getting Started with Outlook Web App (OWA) Getting Started with Outlook Web App (OWA) Office 365 User Guide When first accessing your new Office 365 account, or if you are having any issues with your regular email client, use the below directions

More information

Adding an Open HMIS Release of Information (ROI) (updated 4/26/18)

Adding an Open HMIS Release of Information (ROI) (updated 4/26/18) 1 Adding an Open HMIS Release of Information (ROI) (updated 4/26/18) IF A CLIENT HAS REQUESTED RESTRICTIONS ON THE SHARING OF HIS/HER DATA (SEE ROI, PAGE FIVE) STOP. DO NOT ENTER ANY CLIENT DATA INTO HMIS.

More information

Permissions Tutorial: Add a Read-Only User

Permissions Tutorial: Add a Read-Only User Permissions Tutorial: Add a Read-Only User Described here is how to setup read only users, perhaps the most basic use of DBGallery s access control. This quick walk-though should be very easy. It may seem

More information

LOCAL FLEET TRACKING. Quick Start Guide

LOCAL FLEET TRACKING. Quick Start Guide LOCAL FLEET TRACKING Quick Start Guide HOW TO SET UP THE CONTROL PANEL... 3 HOW TO SET UP A BOOKMARK... 5 HOW TO DISPLAY VEHICLE HISTORY... 7 HOW TO EDIT VEHICLE INFORMATION... 8 HOW TO CHANGE THE ACCOUNT

More information

PANTHER SUCCESS NETWORK (PSN) STUDENT MANUAL

PANTHER SUCCESS NETWORK (PSN) STUDENT MANUAL PANTHER SUCCESS NETWORK (PSN) STUDENT MANUAL To access the PSN, visit https://my.fiu.edu. Click on the Login to MyFIU button. Log in using your FIU Panther ID # or username and password. Upon successful

More information

SFU Connect Calendar. Guide. Sharing Calendars

SFU Connect Calendar. Guide. Sharing Calendars SFU Connect Calendar How-To Guide Sharing Calendars Last updated: January 2009 Table of Contents Creating a Share... 3 Share Properties Menu... 3 Sharing with Internal Users or Groups... 4 Sharing with

More information

File Storage. This manual contains pertinent information about your File Storage space at SLC.

File Storage. This manual contains pertinent information about your File Storage space at SLC. File Storage This manual contains pertinent information about your File Storage space at SLC. June, 2017 About All students at SLC are provided with an allotment of secure storage space to save and store

More information

Test Generator. TG Reports: Analysis Overview

Test Generator. TG Reports: Analysis Overview Test Generator TG Reports: Analysis Overview Introduction [about this tutorial] This tutorial is intended for TG customers and prospective customers who: Have had individuals take tests using TG s windows

More information

From the Online Tools list, scroll down to SBS Connect, and click on the Register for SBS Connect link. The SBS Connect login screen loads.

From the Online Tools list, scroll down to SBS Connect, and click on the Register for SBS Connect link. The SBS Connect login screen loads. SBS EXTERNAL HEALTHCARE REVIEW USER GUIDE Create New Account Register an Entity View Attachment Upload Attachment SBS CONNECT CREATE NEW ACCOUNT Before using SBS Connect for the first time, 1) create an

More information

2. Click on the "FREE JAVA DOWNLOAD" button. Note: It will check their PC first and tell them if they have the latest version of Java.

2. Click on the FREE JAVA DOWNLOAD button. Note: It will check their PC first and tell them if they have the latest version of Java. SKILLPORT INSTRUCTIONS Skillport is a computer-based training website that you can access from any computer with internet access. Please note that the Skillport system requires Java (download available

More information

The Menu Toolbar includes the File, Edit, View, Report, Tools, Actions, Window and Help menu options.

The Menu Toolbar includes the File, Edit, View, Report, Tools, Actions, Window and Help menu options. Menu Toolbar The Menu Toolbar includes the File, Edit, View, Report, Tools, Actions, Window and Help menu options. Title Bar The title bar at the top of the screen includes the name of the application

More information

TK20 NCSS Professional Portfolio Guide

TK20 NCSS Professional Portfolio Guide TK20 NCSS Professional Portfolio Guide WCU TK20 Office Recitation Hall 610-436-2085 Tk20@wcupa.edu http://www.wcupa.edu/education-socialwork/tk20.aspx TK20 Helpdesk 800-311-5656 support@tk20.com April

More information

Understanding Admin Access and RBAC Policies on ISE

Understanding Admin Access and RBAC Policies on ISE Understanding Admin Access and RBAC Policies on ISE Contents Introduction Prerequisites Requirements Components Used Configure Authentication Settings Configure Admin Groups Configure Admin Users Configure

More information

Version 2.0. How To: Request User Access

Version 2.0. How To: Request User Access Version 2.0 How To: Request User Access How to Request Access to Expesite Who Can Request Access for Consultants, Vendors & Suppliers? o All users in the 06 SDC or 10 Architects & TVA Security Groups Who

More information

User Manual Online Poll

User Manual Online Poll User Manual Online Poll The User Guide below will help you navigate through the key features of Online Poll, and includes features and additional screenshots not covered in the Tutorials. Table of Contents

More information

Embedding Cultural Diversity and Cultural and Linguistic Competence Project Team Only SharePoint Portal User Manual

Embedding Cultural Diversity and Cultural and Linguistic Competence Project Team Only SharePoint Portal User Manual Embedding Cultural Diversity and Cultural and Linguistic Competence Project Team Only SharePoint Portal User Manual https://aucd.sharepoint.com/sites/uceddclctraining WRITTEN BY: Oksana Klimova, M.Sc.

More information

Checkbox 5.0 Permissions Guide

Checkbox 5.0 Permissions Guide Checkbox 5.0 Permissions Guide Welcome to the Checkbox permissions guide. This document will walk you through the process of configuring permissions within the Checkbox application. Contents: - What are

More information

USER GUIDES OWNCLOUD WEB USER GUIDE. INTRODUCTION: This guide provides details on how to use owncloud via the web.

USER GUIDES OWNCLOUD WEB USER GUIDE. INTRODUCTION: This guide provides details on how to use owncloud via the web. USER GUIDES OWNCLOUD WEB USER GUIDE INTRODUCTION: This guide provides details on how to use owncloud via the web. SYSTEM REQUIREMENTS: Most web browsers WHAT YOU MAY NEED & OTHER CONSIDERATIONS: An Internet

More information

Online Quoting Tutorial. disability life vision dental

Online Quoting Tutorial. disability life vision dental Online Quoting Tutorial disability life vision dental Enter Login Information 1 Creating a New Customer Profile To start a new quote for a new customer, click on the New Customer Quote button. To search

More information

Documentation Tool Tutorial Tutorial for Creating a Documentation Tool Interactive in the Texas Gateway

Documentation Tool Tutorial Tutorial for Creating a Documentation Tool Interactive in the Texas Gateway Tutorial for Creating a Documentation Tool Interactive in the Texas Gateway Introduction The Documentation Tool interactive serves as a wizard that can help learners easily document and evaluate goal driven

More information

Conducting Laboratory PPE Assessments: A User s Guide

Conducting Laboratory PPE Assessments: A User s Guide Conducting Laboratory PPE Assessments: A User s Guide In accordance with the Lab PPE Policy issued by the University Provost and Executive Vice President, a PPE assessment is required to be conducted annually,

More information

Event Manager Instructor Start-Up Guide

Event Manager Instructor Start-Up Guide Event Manager Instructor Start-Up Guide Table of Contents Introduction... 3 What s Included in This Guide... 3 Learning Computer Terms... 3 What Is a Brower?... 3 What Is the Address Bar?... 4 What Is

More information

Beginner Workshop Activity Guide 2012 User Conference

Beginner Workshop Activity Guide 2012 User Conference Beginner Workshop Activity Guide 2012 User Conference TUESDAY, MARCH 6 2:00PM 5:00 PM Beginner Training Workshop Attendees will learn the end user functions of OU Campus TM. They will learn how to log

More information

International SOS e-learning Training Hub User Guide

International SOS e-learning Training Hub User Guide International SOS e-learning Training Hub User Guide WELCOME TO THE INTERNATIONAL SOS TRAINING HUB.... 2 STEP 1. ACCESSING THE INTERNATIONAL SOS TRAINING HUB... 2 STEP 2. LOGGING INTO INTERNATIONAL SOS

More information

Table of Contents Brainshark. All rights reserved.

Table of Contents Brainshark. All rights reserved. Table of Contents Administrator Reference Guide... 2 Introduction... 2 Topics... 2 Folders... 3 Manage Folders... 3 Edit Folder... 3 Edit Folder Properties... 3 Assign Folder Permissions (Viewer, Author,

More information

Registration and account management. NPDA User Guide: How to register to use the NPDA data capture system

Registration and account management. NPDA User Guide: How to register to use the NPDA data capture system NPDA User Guide: How to register to use the NPDA data capture system Register an account on the system PLEASE NOTE: If you have already registered to submit data to the NPDA in 2017, your login details

More information

KIAS - Kansas Integrated Accountability System

KIAS - Kansas Integrated Accountability System Quick Start Guide for LEA Users Discipline Data Collection 2018 Leader Services Introduction This document will explain how LEAs can use the Kansas Integrated Accountability System (KIAS) to complete the

More information

Performance Pro Update 3.4 September 2015

Performance Pro Update 3.4 September 2015 Performance Pro Update 3.4 September 2015 3.4_2015 Table of Contents Introduction... 3 User Interface... 4 Toolbar... 4 Support Tools... 4 Contact Information... 4 Knowledge Base... 5 Videos... 5 Help...

More information

Select a report and click this to view it. Select a report and click this to change it.

Select a report and click this to view it. Select a report and click this to change it. Quick Videos: A tutorial on creating reports. Shows reports you have created.s Not used by the county Reports pre-made by the county Reports pre-made by 4-H Online Shows reports and folders you have deleted.

More information

GLOBUS FILE TRANSFER TUTORIAL

GLOBUS FILE TRANSFER TUTORIAL GLOBUS FILE TRANSFER TUTORIAL STEPS: 1. Go to https://www.globus.org/data-transfer and click on login option (right top). 2. Select University of Connecticut or any other appropriate option and continue.

More information

Membership Portal Manual

Membership Portal Manual Membership Portal Manual Table of Contents Login... 4 Contact Tab... 6 Contact Information Dropdown...6 Features on the Contact Information Dropdown... 6 Account Information Dropdown...6 Features on the

More information

TOP Server Version 6 Security Settings

TOP Server Version 6 Security Settings TOP Server 1 (10) TOP Server Version 6 TOP Server 2 (10) Contents Security Built In... 3 User Manager Configuration... 3 New User Accounts... 5 New User Group and Properties... 5 Configuration Security...

More information

User Documentation. Administrator Manual.

User Documentation. Administrator Manual. User Documentation Administrator Manual Proposal Software 1140 US Highway 287, Suite 400-102 Broomfield, CO 80020 USA Tel: 203.604.6597 www.proposalsoftware.com Table of Contents Open the WebPro Viewer...

More information

Quick Start HHCApp Guide

Quick Start HHCApp Guide Quick Start HHCApp Guide Scope: Organisation Administrators, Region Administrators, Organisation Group Administrators, Auditors Contents 1. Quick Start Guide for Organisation Administrators 1.1 Add new

More information

ODBC INSTALLATION Operating System: Windows Bit

ODBC INSTALLATION Operating System: Windows Bit ODBC INSTALLATION Operating System: Windows 10 64-Bit This is documentation that will guide you through installing ODBC on a Windows 10 64-Bit Operating System. It is also VERY IMPORTANT that no one is

More information

https://support.office.com/en-us/article/create-a-list-in-sharepoint-0d d95f-41eb-addd- 5e6eff41b083

https://support.office.com/en-us/article/create-a-list-in-sharepoint-0d d95f-41eb-addd- 5e6eff41b083 Site Owners Guide Table of Contents Site Owners Guide... 1 Create a list in SharePoint Server 2016... 2 Add a list to a page in SharePoint Server 2016... 3 Minimize or restore a list or library on a SharePoint

More information

Getting Started. Using Aesop Successfully. Log on to Aesop. Create absences online or on the phone

Getting Started. Using Aesop Successfully. Log on to Aesop. Create absences online or on the phone Employee Web Guide Table of Contents Getting Started... 1 Home Page... 4 Absence Creation... 9 Managing Absences... 21 Preferred Substitutes... 29 Account... 34 Feedback... 39 Itinerant Employees... 44

More information

CAT ALUMNI MEMBER USER GUIDE

CAT ALUMNI MEMBER USER GUIDE THE BASICS CAT ALUMNI MEMBER USER GUIDE Logging in Click on CAT Login at the top of homepage or go to http://racstl.com/artcommunity/community-arts-training-institute/cat-institute-alumni-login/. Use the

More information

Generic SCADA System. User manual. Ovak Technologies

Generic SCADA System. User manual. Ovak Technologies Generic SCADA System User manual Ovak Technologies 2017 Table of contents 1. List of abbreviations... 3 2. Terms and Definitions... 3 3. Overview... 4 4. Web GUI... 5 4.1. Authentication window... 5 4.2.

More information

Home Page User Guide IEPPLUS 4.3

Home Page User Guide IEPPLUS 4.3 User Guide IEPPLUS 4.3 1990-2014 SunGard Public Sector Inc. All rights reserved. No part of this publication may be reproduced without the prior written permission of SunGard Public Sector Inc., with the

More information

Chat Tutorial for Organization Representatives. Log in

Chat Tutorial for Organization Representatives. Log in Chat Tutorial for Organization Representatives Log in IMPORTANT: Google Chrome is the preferred browser; however, either Chrome or Firefox are required if you want to participate in video/audio chats (strictly

More information

NOTE: The next time you sign in the system will remember your Username and Password. See example on Page 2 of this tutorial.

NOTE: The next time you sign in the system will remember your Username and Password. See example on Page 2 of this tutorial. Type in APTPLUS Username and Password then click on Sign In. Log on to WWW.APTPLUS.ORG and type in your APTPLUS Username and Password. Click on Sign In to access the Learn360 service. NOTE: The next time

More information

GAINING ACCESS TO THE TxPHIN PORTAL

GAINING ACCESS TO THE TxPHIN PORTAL The Texas Public Health Information Network (TxPHIN) is an online portal containing a collection of applications, such as the Health Alert Network and Document Sharing, which provide users with a range

More information

Entering a Child in ChildWare 2.0

Entering a Child in ChildWare 2.0 1 Entering a Child in ChildWare 2.0 Welcome to ChildWare 2.0! Our newest upgrade of ChildWare has made it very easy to take a child from the Application process to the enrollment process seamlessly. How

More information

User Management in Resource Manager

User Management in Resource Manager CHAPTER 8 This section describes how to manage user profiles. Topics in this section include: Overview of User Management, page 8-1 Using User Management, page 8-1 Overview of User Management In Resource

More information

How To Guide. Hannon Hill Corporation for Rowan University

How To Guide. Hannon Hill Corporation for Rowan University How To Guide Hannon Hill Corporation for Rowan University Hannon Hill Corporation 3423 Piedmont Road, Suite 520 Atlanta, GA 30305 www.hannonhill.com 678.904.6900 info@hannonhill.com Rowan University: How

More information

ALES Wordpress Editor documentation ALES Research websites

ALES Wordpress Editor documentation ALES Research websites ALES Wordpress Editor documentation ALES Research websites Contents Login... 2 Website Dashboard... 3 Editing menu order or structure... 4 Add a new page... 6 Move a page... 6 Select a page to edit...

More information

The Kindred Directory allows you to search for employees and locations across all of our lines of business.

The Kindred Directory allows you to search for employees and locations across all of our lines of business. Release 2.0 July 2017 1 GETTING STARTED The Kindred Directory allows you to search for employees and locations across all of our lines of business. The Kindred Directory can be accessed in a variety of

More information

Cleaning a Course Shell Quick Reference

Cleaning a Course Shell Quick Reference Cleaning a Course Shell Quick Reference Page 1 of 25 Announcements From the Course Home page select Announcements. Select the per page dropdown and select 200 to get everything on one page. Select the

More information

Connect to Your Student

Connect to Your Student Connect to Your Student Email: Smartphone/Tablet Contents iphone/ipad... 2 How to check your ios Version... 2 ios Version 8.2 and Below... 2 ios Version 8.3 to ios 9... 7 ios Version 10 and Above... 10

More information

Western s Co-Curricular Record Student User Guide

Western s Co-Curricular Record Student User Guide Western s Co-Curricular Record Student User Guide Table of Contents Login Information...... 3-4 Adding A Position To Your WCCR...5-8 Using The Directory 9-10 Requesting A New Position...11 Printing Your

More information

WebEx Integration User Guide. Cvent, Inc 1765 Greensboro Station Place McLean, VA

WebEx Integration User Guide. Cvent, Inc 1765 Greensboro Station Place McLean, VA WebEx Integration User Guide 2018 Cvent, Inc 1765 Greensboro Station Place McLean, VA 22102 www.cvent.com Contents WebEx Integration User Guide... 3 Enabling WebEx Integration in Your Account... 4 Setting

More information

Grants emanagement System

Grants emanagement System Susan G. Komen GeMS Reviewer User Guide 1 Grants emanagement System Reviewer User Guide Version 1.0 Susan G. Komen GeMS Reviewer User Guide 2 Table of Contents Susan G. Komen for the Cure GeMS Login and

More information

HOW TO ADD SIGNATURE TO MICROSOFT OFFICE OUTLOOK

HOW TO ADD SIGNATURE TO MICROSOFT OFFICE OUTLOOK HOW TO ADD SIGNATURE TO MICROSOFT OFFICE OUTLOOK QUARTER TO SEMESTER ICON VERSIONS: 2016, 2013 & OFFICE 365 HOW TO SAVE ICON TO COMPUTER Step 1: Open Email containing Quarters to Semesters Icon Click Here

More information

USER GUIDE for Simon Malls On-Line Resource Center. SimonResourceCenter.com

USER GUIDE for Simon Malls On-Line Resource Center. SimonResourceCenter.com USER GUIDE for Simon Malls On-Line Resource Center SimonResourceCenter.com Welcome to the Online Resource Center for printing and fulfillment. You have access to this site 24 hours a day, 7 days a week.

More information

Manage AT&T Business Center effectively for your company

Manage AT&T Business Center effectively for your company Manage AT&T Business Center effectively for your company A quick guide for Company Administrators July 206 206 AT&T Intellectual Property. All rights reserved. AT&T, Globe logo, Mobilizing Your World and

More information

CAQH Solutions TM EnrollHub TM Provider User Guide Chapter 5 Manage Users. Table of Contents

CAQH Solutions TM EnrollHub TM Provider User Guide Chapter 5 Manage Users. Table of Contents CAQH Solutions TM EnrollHub TM Provider User Guide Chapter 5 Manage Users Table of Contents 5 MANAGE USERS 2 5.1 PROVIDER USER ROLES 3 5.2 ADD NEW USERS 3 5.3 EDIT EXISTING USERS 5 5.4 DELETE EXISTING

More information

PO Processor Installation and Configuration Guide

PO Processor Installation and Configuration Guide PO Processor Installation and Configuration Guide Revised: 06/06/2014 2014 Digital Gateway, Inc. - All rights reserved Page 1 Table of Contents OVERVIEW... 3 HOW TO INSTALL PO PROCESSOR... 3 PO PROCESSOR

More information

Security Management System Camera Configuration Axis IP Device (Stream Profile Support)

Security Management System Camera Configuration Axis IP Device (Stream Profile Support) Security Management System Camera Configuration Axis IP Device (Stream Profile Support) Introduction Security Management System software supports several video source makes and models. This includes IP

More information

Educational Technology York College / CUNY

Educational Technology York College / CUNY How to Use itunes U ( A tutorial for Instructors) 1. Go to your course site, and click Control Panel. 2. Click Manage Tools under Course Options panel. 3. Click Building Block Tool Availability. 1 4. The

More information

SITE ADMINISTRATION.

SITE ADMINISTRATION. SITE ADMINISTRATION www.urbandalelibrary.org/wp-admin A P R I L 2 8, 2 0 1 1 HOW TO LOG IN Login as an admin: 1. In your web browser, go to www.urbandalelibrary.org/wp-admin Note: While in development,

More information

WiredContact Enterprise Import Instructions

WiredContact Enterprise Import Instructions WiredContact Enterprise Import Instructions You can perform an import from many different file types:, this document deals with TXT and Microsoft Excel. File Format CSV TXT Excel Import Type Text Data

More information

Contents. Batch & Import Guide. Batch Overview 2. Import 157. Batch and Import: The Big Picture 2 Batch Configuration 11 Batch Entry 131

Contents. Batch & Import Guide. Batch Overview 2. Import 157. Batch and Import: The Big Picture 2 Batch Configuration 11 Batch Entry 131 Batch & Import Guide Last Updated: 08/10/2016 for ResearchPoint 4.91 Contents Batch Overview 2 Batch and Import: The Big Picture 2 Batch Configuration 11 Batch Entry 131 Import 157 Configure Import File

More information

How to Customize MyWebCampus Page

How to Customize MyWebCampus Page WebCampus Quick Tutorials: http://teaching.unr.edu/idt/teachingtools/quick_tutorials.html Questions: WebCampus@unr.edu or (775) 682-6798 How to Customize MyWebCampus Page This tutorial will show you how

More information

Legal Kiosk TM v3.0. Internal User Guide

Legal Kiosk TM v3.0. Internal User Guide Legal Kiosk TM v3.0 Internal User Guide Table of Contents Overview... 2 Legal Kiosk Admin Management... 3 User Access Section... 3 Adding A New User... 3 Adding a New Contact... 6 Granting Access to Files

More information

Administrator s Guide

Administrator s Guide i Administrator s Guide Table of Contents Introduction... 3 Key Terms... 3 Global Navigation Bar... 3 Dock... 3 Guided Workflows... 3 Stack... 3 Activity... 4 Logging Into QQCatalyst... 4 Part 1 Setting

More information

Winkerk Online. Contents

Winkerk Online. Contents Contents Winkerk Online Background... 2 Introduction... 2 Where to start Upgrade existing accounts... 3 1. Upgrade your existing Winkerk Online Account.... 3 2. Login to the new account using your Email

More information

Specialty Contractor User Manual. Table of Contents. Specialty Contractor User Manual Version 1 11/16/15

Specialty Contractor User Manual. Table of Contents. Specialty Contractor User Manual Version 1 11/16/15 Specialty Contractor User Manual Welcome to the C3 Training Database for Construction Career Collaborative! This software is where you keep track of your employees' training and safety credentials, project

More information