Lotus Connections new features and

Size: px
Start display at page:

Download "Lotus Connections new features and"

Transcription

1 Lotus Connections new features and configuration tips

2 Overview What's new: Features What's new: Administration Install tips Configuration tips Future Reporting Tool for Lotus Connections

3 Whats new: Getting Started page Detailed step by step introduction to Lotus Connections capabilities Fully customizable Shown by default for new users

4 Whats new: New Forums Stand alone Forums Multi-forums in a community Tag, search, 'My' Attachment, Following, Q & A features

5 Whats new: SubCommunities Create child communities to branch off sub topic Equal or more restrictive privacy Only community members can join Can delegate ownership to other members.

6 Whats new: Mobile Enhancement Communities, Bookmarks, Files, Wikis, Forums new Mobile services More devices Android Apple ipad, iphone, ipod Touch Nokia S60 devices

7 Whats new: Social Analytics People, Community and Content recommendations Things in common Who connects us

8 Whats new: User Lifecycle Custom profile type for inactive users Automate user lifecycle handling via TDI synchronization Hide inactive users from search and add member dialogs Inactive users marked throughout UX

9 Whats new: Following & digest Includes option to receive notifications aggregated into digest Central preferences for how to get notified about different types of content Ability to follow different types of content like Blogs and Communities

10 Whats new: Sharepoint New widget available for Lotus Connections Communities Access to Sharepoint files Open and Add files to Sharepoint from a community Free download from the Solutions Catalog

11 Whats new: WebSphere Portal New Profiles and tag cloud portlet for WebSphere Portal Browse and search your Network View and make Status Updates Activities, Blogs, Bookmarks portlets also updated for WS Portal V7 Free download from the Solutions Catalog -

12 Overview Whats new: Features Whats new: Administration Install tips Configuration tips Future Reporting Tool for Lotus Connections

13 Whats new: new installer Lotus Connections 3.0 installer is based on the newest install technology IBM Rational Install Manager (RIM)Connections 2.5 was based on Install Shield The RIM installer has a more flexible GUI Integrate install/uninstall/upgrade/modify into 1 GUI

14 Whats new: new installer Supports Network Deployments of WAS only No more Stand-alone deployment Can install multiple nodes at the same time Directly on Deployment manager and Managed nodes instead of unmanaged nodes (2.5) Faster, less post install steps Upgrades from 2.5 possible New database wizard, allows you to look into the detailed commands Population wizard uses TDI 7

15 Whats new: new metrics page Metrics are enabled for all users with the metrics-reader role. By default all users have this role Administrators can restrict this /service/html/servermetrics You can export these to csv through wsadmin commands

16 Whats new: Enable/disable Social Analytics Social Analytics features Do You Know (Profiles) Recommendations (Communities) Recommendations (Home page) Who Connects Us? (Profiles) Things in Common Controlled by 'LotusConnections-config.xml By default it's enabled after installation To disable, run wsadmin commands

17 Whats new:content Moderation Administration Content Moderation Blogs, Forums, Community Files Moderation scenarios Content Approval (pre-moderation) Review before new content gets published Flag inappropriate content (post-moderation) Report inappropriate published content Reviewers evaluate and take actions (ignore, quarantaine, delete)

18 Whats new: Disable a Connections Service To disable a service 2 steps required Change user role mapping in WebSphere console for person and reader role to none Run wsadmin command

19 Whats new: Remove sections from help system All help information is in 1 system, even if you don t install all features of Lotus Connections You can remove sections using a wsadmin command. You can only remove complete feature parts

20 Whats new: Manage Communities membership Add people to a community Before 3.0 the community owner could just add someone to a community without consent You can disable this and only leave the invite option available. You also have the option to disable both.

21 Whats new: Customization New Customization process New variable: CONNECTIONS_CUSTOMIZATION_PATH Customization files added in same file structure as application Customization files will override the default files

22 Overview What's new: Features What's new: Administration Install tips Configuration tips Future Reporting Tool for Lotus Connections

23 Install tips Installing Connections 3.0 is easier then 2.5 Installing Domino is still easier RTFM!!! (like we always do for all products, but this time it is serious) Read it again The order of installation is important, the documentation is not always structured that way Get your System requirements right All fixes and fix packs are required. If installing on Linux, install the required libraries

24 Install tips Install time is greatly influenced by the speed of your disks (VmWare) Use the planning worksheet from the wiki Make sure you use a time server on all server Make life easy if you need to move physical servers or domains later: Always use short names for servers/hostnames Always use logical names not physical/virtual machine names Even on simple one/two server installs, add aliases to hosts file(s) or dns entries

25 Install tips: Architecture Scaling up is easier than scaling down Get your naming conventions up front Think very well about the server / cluster ratio 12 features 12 WAS servers (jvms) is often too much 12 features 1 WAS server is often not enough 3 to 6 servers works best Example model: InfraCluster Homepage, News, Search and mobile FiWiDoBloCluster Files, Wikis, Dogear and Blogs ProComFoActCluster Profiles, Communities, Forums and Activities

26 Install tips: Focus on profiles Plan this completely Involve all relevant people from the start HR, Marketing, Reception, (and IT) Start with pilot groups If Profiles work fine, Lotus Connections deployment will have a higher rate of adoption Pre-Populate user photo s Integrate Sametime awareness Use the business cards from Connections in other places

27 Install tips: Sametime You can integrate Lotus Sametime into Lotus Connections Turn of case sensitivity You need to have Sametime connect on the desktop, dll s are used by Lotus Connections

28 Install tips: Cheat sheet Configuring Lotus Connections is done using wsadmin. Use a cheat sheet with all commands../wsadmin.sh -lang jython -user wasadmin -password xxxxxx -port 8879 execfile("connectionsconfig.py") execfile("activitiesadmin.py") LCConfigService.checkOutConfig("/data/config","DemoCell01") LCConfigService.checkInConfig() ActivitiesConfigService.checkOutConfig("/data/config","DemoCell01") ActivitiesConfigService.checkInConfig()

29 Install tips: Fixes You should keep your environment patched up Watch out for dependencies Installing fixes can take forever Can be installed using GUI or command line

30 Install tips: Auto Restart In Windows this is obvious, on linux/aix it is less common The order is important Database system Http server Deployment Manager Node(s) Application servers

31 Overview What's new: Features What's new: Administration Install tips Configuration tips Future Reporting Tool for Lotus Connections

32 Configuration 3 interfaces: wsadmin, User interface, WebSphere Console wsadmin (command line interface) + XML configuration files Lotus Connections Communication settings, Notifications configuration, user interface Language selector, Metrics & statistics, Scheduled tasks, Life-cycle events Blogs, Homepage User management Configuration & administration for - Activities, Bookmarks, Communities, Files - Forums, Profiles, Wikis, Search & News WebSphere Application Server Integrated Solutions Console WAS services and processes, Access control, Node synchronization, Data sources, Security, JVM settings, SMTP, IBM HTTP Server,...

33 Configuration: User interface Blogs Configuration parameters Moderation Approval for entries and comments Flagged entries and comments

34 Configuration: User interface Blogs Configuration parameters for other users blogs Cache control

35 Configuration: User interface Home Page Widgets Administration

36 Configuration:wsadmin Used to Change configuration settings Perform administrative tasks Background Standard WebSphere Application Server command line interface Uses Jython scripts Usage Case-sensitive

37 Configuration: XML Repository Used for configuration of Lotus Connections general Lotus Connections features Why Check-out / Check-in Flow You should not change the runtime Check-in uses syntax checking Check-out XML file on Deployment Manager Edit file Check-in Sync changed file to other nodes Restart applications

38 Configuration: WebSphere Console Configuration of WAS services and processes Security JVM settings (heap size) Virtual hosts SMTP Management of WAS processes and related servers Start & stop of servers and clusters Node synchronisation Management of IBM HTTP server Lotus Connections specific aspects Access control Data sources

39 Overview What's new: Features What's new: Administration Install tips Configuration tips Future Reporting Tool for Lotus Connections

40 Future Lotus Connections 3.0.1, expected H (no official release date) Video and photo sharing Media gallery widget for your communities Ideablogs Idea generation Voting Push to activities

41 Future Outlook social connector Profiles network locally synchronized as contacts Profile photos and meta data Add to network from message Menu in Outlook ribbon Files plugin for Lotus Notes Access LC files from Lotus Notes Sidebar Drag and drop from desktop to files Search for files and people and download,

42 Future ECM capabilities Custom library widget, looks like files but integrates with ECM softwares like Filenet No details on list of Ecm products

43 Future date) Lotus Connections Next +, expected Q (no official release Social Platform Evolution Support IBM Vulcan with new services and deeper cross platform integration Better mobile experience Integrate 3d party through open standards Enhanced Communities for Teams New productivity functions to communities, for example collaborate with GROUPS!!!! Calendar widget for events in Communities with many capabilities Community calendar can be viewed as Iocal feeds from other personal calendars like Notes

44 Future Business to Consumer Reports/dashboard to monitor adoption and community vitality Many metrics Custom reports Micro blogging Enhancement Add images to your status updates with preview capability Both like and recommend Search micro blogging entries by tags or full text Expanded social analytics Most active members widget

45 Overview What's new: Features What's new: Administration Install tips Configuration tips Future Reporting Tool for Lotus Connections

46 Reporting Tool for Connections Trend & Snapshot Reporting 30+ Bar, Line, Tabular reports across all Connections features. Easy Export Export data to 3rd party reporting solutions Measurement Consulting ISSL assistance to develop your measurement framework using Reporting Tool metrics and other measurement sources.

47 Reporting Tool for Connections

48 Reporting Tool for Connections

49 Links Planning worksheet Customizing Lotus Connections Lotus Connections InfoCenter publib.boulder.ibm.com/infocenter/ltscnnct/v2r0/index.jsp Greenhouse Solution catalog

Architecture & Deployment

Architecture & Deployment Architecture & Deployment IBM Connections 5.0 Workshop Author: Paul Godby IBM Ecosystem Development Duration: 30 minutes 2014 IBM Corporation Agenda IBM Connections lications Prerequisite Software Deployment

More information

AdminCamp. IBM Connections. Arnd Layer IBM Collaboration Solutions Competency Leader Web 2.0 & Social SW Gelsenkirchen,

AdminCamp. IBM Connections. Arnd Layer IBM Collaboration Solutions Competency Leader Web 2.0 & Social SW Gelsenkirchen, Arnd Layer IBM Collaboration Solutions Competency Leader Web 2.0 & Social SW Gelsenkirchen, 2012-06-19 AdminCamp IBM Connections 2012 IBM Corporation Arnd Layer Competency Leader Web 2.0 & Socail SW IBM

More information

IBM Connections 4.0 Reviewer s Guide

IBM Connections 4.0 Reviewer s Guide IBM Connections 4.0 Reviewer s Guide Baan Slavens (baan_slavens@us.ibm.com), Product Manager, IBM Mac Guidera (mac_guidera@us.ibm.com), Product Manager, IBM Luis Benitez (Luis_Benitez@us.ibm.com), Product

More information

Deployment Scenario: WebSphere Portal Mashup integration and page builder

Deployment Scenario: WebSphere Portal Mashup integration and page builder Deployment Scenario: WebSphere Portal 6.1.5 Mashup integration and page builder Deployment Scenario: WebSphere Portal 6.1.5 Mashup integration and page builder...1 Abstract...2 Portal Mashup integration

More information

Möglichkeiten der Erweiterung

Möglichkeiten der Erweiterung Möglichkeiten der Erweiterung IBM Connections Funktionalitäten IBM Connections Produkt AddOns Widgets Zusätzliche WebSphere Applications Zusätzliche Produkte Integration in andere Produkte Connections

More information

Key Challenges with the Current RFQ Process

Key Challenges with the Current RFQ Process Key Challenges with the Current RFQ Process Coordination of cross-organizational work teams and sharing of documents is difficult and errorprone Open Client Strategy Cost Containment Invest for Growth

More information

WebCenter Interaction 10gR3 Overview

WebCenter Interaction 10gR3 Overview WebCenter Interaction 10gR3 Overview Brian C. Harrison Product Management WebCenter Interaction and Related Products Summary of Key Points AquaLogic Interaction portal has been renamed

More information

Increase organizational effectiveness by finding experts and encouraging the formation of trusted relationships faster

Increase organizational effectiveness by finding experts and encouraging the formation of trusted relationships faster Executive Summary The need for greater innovation, capturing the wisdom of the retiring crowd, attracting a young workforce, and leveraging dispersed human capital drive the need for social software solutions.

More information

IBM Tivoli Identity Manager V5.1 Fundamentals

IBM Tivoli Identity Manager V5.1 Fundamentals IBM Tivoli Identity Manager V5.1 Fundamentals Number: 000-038 Passing Score: 600 Time Limit: 120 min File Version: 1.0 http://www.gratisexam.com/ IBM 000-038 IBM Tivoli Identity Manager V5.1 Fundamentals

More information

Discovering People, Expertise, Ideas, and Information

Discovering People, Expertise, Ideas, and Information IBM Software Group Discovering People, Expertise, Ideas, and Information 2008 IBM Corporation Challenges Facing the Cering Manufacturing RFQ Team Include... Communicating with colleagues, sharing information

More information

Portal Express 6 Overview

Portal Express 6 Overview Portal Express 6 Overview WebSphere Portal Express v6.0 1 Main differences between Portal Express and Portal 6.0 Built with the same components as Portal 6.0.0.1 BPC is the only missing piece Supports

More information

Lotus Quickr 8.0: Technical Architecture

Lotus Quickr 8.0: Technical Architecture Lotus Quickr 8.0: Technical Architecture Chai Shong Phua 2007 IBM Corporation Agenda 1 2 Functional Overview Architecture 3 Customization 3 Lotus Quickr: Power to the People Lotus Quickr self-service workspaces

More information

Senior Technical Specialist, IBM. Charles Price (Primary) Advisory Software Engineer, IBM. Matthias Falkenberg DX Development Team Lead, IBM

Senior Technical Specialist, IBM. Charles Price (Primary) Advisory Software Engineer, IBM. Matthias Falkenberg DX Development Team Lead, IBM Session ID: DDX-15 Session Title: Building Rich, OmniChannel Digital Experiences for Enterprise, Social and Storefront Commerce Data with Digital Data Connector Part 2: Social Rendering Instructors: Bryan

More information

Lotus Exam IBM Websphere Portal 6.1 Application Development Version: 5.0 [ Total Questions: 150 ]

Lotus Exam IBM Websphere Portal 6.1 Application Development Version: 5.0 [ Total Questions: 150 ] s@lm@n Lotus Exam 190-959 IBM Websphere Portal 6.1 Application Development Version: 5.0 [ Total Questions: 150 ] Topic 0, A A Question No : 1 - (Topic 0) A large motorcycle manufacturer has an internet

More information

Knowledge Hub Walkthrough

Knowledge Hub Walkthrough Knowledge Hub Walkthrough Welcome page Sign in Use your Knowledge Hub account to sign in. Register Are you new to the Knowledge Hub, then please register a new account Forgotten Password? You will be asked

More information

Salesforce.com Spring '11 Release Notes

Salesforce.com Spring '11 Release Notes Salesforce: Spring '11 Salesforce.com Spring '11 Release Notes Last updated: May 2, 2011 Copyright 2000-2011 salesforce.com, inc. All rights reserved. Salesforce.com is a registered trademark of salesforce.com,

More information

Comparison tables of features between IBM Notes, IBM inotes & IBM SmartCloud Notes web

Comparison tables of features between IBM Notes, IBM inotes & IBM SmartCloud Notes web ** This.pdf file contains a copy of the content from technote 7040248 (http://ibm.co/mg8d0g). Subscribe to My Notifications (http://bit.ly/1lclqpk) to be notified when this technote and.pdf file are updated.**

More information

BEAWebLogic. Portal. Overview

BEAWebLogic. Portal. Overview BEAWebLogic Portal Overview Version 10.2 Revised: February 2008 Contents About the BEA WebLogic Portal Documentation Introduction to WebLogic Portal Portal Concepts.........................................................2-2

More information

IBM Security Identity Manager Version Administration Topics

IBM Security Identity Manager Version Administration Topics IBM Security Identity Manager Version 6.0.0.5 Administration Topics IBM Security Identity Manager Version 6.0.0.5 Administration Topics ii IBM Security Identity Manager Version 6.0.0.5: Administration

More information

A Hitchhiker s Guide to Troubleshooting IBM Connections

A Hitchhiker s Guide to Troubleshooting IBM Connections Bob Knieff IBM Connections Software Support L2 A Hitchhiker s Guide to Troubleshooting IBM Connections Open Mic Webcast November 10, 2015 Agenda A Hitchhiker s Guide to Troubleshooting IBM Connections

More information

Introduction to SharePoint 2016 for Collaboration and Document Management

Introduction to SharePoint 2016 for Collaboration and Document Management Course 55193A: Introduction to SharePoint 2016 for Collaboration and Document Management - Course details Course Outline Module 1: SharePoint Overview This module provides an overview of SharePoint and

More information

Cisco Jabber Features and Options

Cisco Jabber Features and Options Cisco Jabber 10.6 Features, page 1 Cisco Jabber Features for Windows, Mac, ios and Android, page 3 Cisco Jabber Features for Windows, page 15 Cisco Jabber Features for Mac, page 36 Cisco Jabber for Android

More information

Liferay Digital Experience Platform. New Features Summary

Liferay Digital Experience Platform. New Features Summary Liferay Digital Experience Platform New Features Summary Liferay has redesigned its platform with new functionality in Liferay Digital Experience Platform (DXP). The following is a summary of the key new

More information

IBM Connections Customisation and Integration with Lotus Sametime. Brian

IBM Connections Customisation and Integration with Lotus Sametime. Brian IBM Connections 3.0.1 Customisation and Integration with Lotus Sametime Brian Bermingham bberming@ie.ibm.com @brianbermingham Who Am I? Brian Bermingham Social Software Customer Excellence Twitter: @brianbermingham

More information

IBM Collaboration Strategy. Michael Rhodin General Manager Lotus Software

IBM Collaboration Strategy. Michael Rhodin General Manager Lotus Software IBM Collaboration Strategy Michael Rhodin General Manager Lotus Software 2007 Characteristics of the Workforce are Changing Distributed 90% of employees work in locations other than headquarters Distributed

More information

Two options for signing up: Sign in with Google by signing in to Google Drive first and then using this option

Two options for signing up: Sign in with Google by signing in to Google Drive first and then using this option Create an account at http://kidblog.org/home/ Click Sign up for Free Two options for signing up: Sign in with Google by signing in to Google Drive first and then using this option Create a separate login

More information

SAP Jam Communities What's New 1808 THE BEST RUN. PUBLIC Document Version: August

SAP Jam Communities What's New 1808 THE BEST RUN. PUBLIC Document Version: August PUBLIC Document Version: August 2018 2018-10-26 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN Content 1 Release Highlights....3 1.1 Anonymous access to public communities....4

More information

Enhancing and Extending Microsoft SharePoint 2013 for Secure Mobile Access and Management

Enhancing and Extending Microsoft SharePoint 2013 for Secure Mobile Access and  Management SharePoint 2013 and Colligo Apps Enhancing and Extending Microsoft SharePoint 2013 for Secure Mobile Access and Email Management SharePoint 2013 is the latest release of Microsoft s leading business collaboration

More information

Cisco WebEx Social Server: Getting Started Guide, Release 3.1

Cisco WebEx Social Server: Getting Started Guide, Release 3.1 Cisco WebEx Social Server: Getting Started Guide, Release 3.1 Cisco WebEx Social Server is a people-centric social collaboration platform that can help organizations accelerate decision making, problem

More information

Oracle WebCenter Interaction: Roadmap for BEA AquaLogic User Interaction. Ajay Gandhi Sr. Director of Product Management Enterprise 2.

Oracle WebCenter Interaction: Roadmap for BEA AquaLogic User Interaction. Ajay Gandhi Sr. Director of Product Management Enterprise 2. Oracle WebCenter Interaction: Roadmap for BEA AquaLogic User Interaction Ajay Gandhi Sr. Director of Product Management Enterprise 2.0 and Portals 1 Agenda Enterprise 2.0 and Portal Product Strategy AquaLogic

More information

IBM Lotus Notes 8.5 Version to Version Comparison IBM Corporation

IBM Lotus Notes 8.5 Version to Version Comparison IBM Corporation IBM Lotus Notes 8.5 Version to Version Comparison Overview This presentation highlights the evolutionary value provided across selected releases of IBM Lotus Notes software by outlining selected enhancements

More information

C exam IBM C IBM Digital Experience 8.5 Fundamentals

C exam IBM C IBM Digital Experience 8.5 Fundamentals C9520-427.exam Number: C9520-427 Passing Score: 800 Time Limit: 120 min IBM C9520-427 IBM Digital Experience 8.5 Fundamentals Exam A QUESTION 1 Roberto, a portal administrator, wants to define the number

More information

Central Administration Console Installation and User's Guide

Central Administration Console Installation and User's Guide IBM Tivoli Storage Manager FastBack for Workstations Version 7.1 Central Administration Console Installation and User's Guide SC27-2808-03 IBM Tivoli Storage Manager FastBack for Workstations Version

More information

Cisco WebEx Social Server: Getting Started Guide, Release 3.0

Cisco WebEx Social Server: Getting Started Guide, Release 3.0 Cisco WebEx Social Server: Getting Started Guide, Release 3.0 Revised August 9, 2012 Cisco WebEx Social Server is a people-centric social collaboration platform that can help organizations accelerate decision

More information

Portal Application Deployment Scripting

Portal Application Deployment Scripting Portal Application Deployment Scripting Graham Harper, IBM ISSL Senior Application Architect Contents Deployment scripting in context What is a portal application? Portal application components Applying

More information

APAR PO06620 Installation Instructions

APAR PO06620 Installation Instructions IBM Corporation APAR PO06620 Installation Instructions IBM Counter Fraud Management 1.5.0.5 IBM Counter Fraud Development 3-31-2017 Table of Contents 1 Fix readme... 1 2 Abstract... 1 3 Contents... 1 4

More information

Alfresco Content Services 5.2. Getting Started Guide

Alfresco Content Services 5.2. Getting Started Guide Alfresco Content Services 5.2 Getting Started Guide Contents Contents Getting started with Alfresco Share... 3 Signing in...3 Personalizing Alfresco Share... 4 Setting up your dashboard... 4 Updating your

More information

Professional SharePoint 2010 Development

Professional SharePoint 2010 Development Professional SharePoint 2010 Development Rizzo, T ISBN-13: 9781118131688 Table of Contents INTRODUCTION xxv CHAPTER 1: INTRODUCTION TO SHAREPOINT 2010 1 What s New in the SharePoint Platform and Tools

More information

Lotus Learning Management System R1

Lotus Learning Management System R1 Lotus Learning Management System R1 Version 1.0.4 March 2004 Administrator's Guide G210-1785-00 Contents Chapter 1 Introduction to the Learning Management System and Administration...1 Understanding the

More information

administrative control

administrative control administrative control Powerful membership management features Administrative Control Powerful membership management features Member Management Create and manage member types Approve members via email

More information

Quick Start Guide for Lotus Notes 8.5.1

Quick Start Guide for Lotus Notes 8.5.1 Quick Start Guide for Lotus Notes 8.5.1 ELEMENTS OF LOTUS NOTES... 2 SOME NEW FEATURES:... 2 HOME PAGE... 3 Customize the Home page... 4 SET USER PREFERENCES... 4 Personalizing Your E-mail... 5 Personalizing

More information

fpafi/tl enterprise Guide IBM Lotus Notes 8.5 User effectively and efficiently I I IV I I professional expertise distilled

fpafi/tl enterprise Guide IBM Lotus Notes 8.5 User effectively and efficiently I I IV I I professional expertise distilled IBM Lotus Notes 8.5 User Guide A practical, hands-on user guide with time-saving tips and comprehensive instructions for using Lotus Notes effectively and efficiently Karen Hooper 88 fpafi/tl enterprise

More information

IBM Maximo Anywhere Version 7 Release 6. Planning, installation, and deployment IBM

IBM Maximo Anywhere Version 7 Release 6. Planning, installation, and deployment IBM IBM Maximo Anywhere Version 7 Release 6 Planning, installation, and deployment IBM Note Before using this information and the product it supports, read the information in Notices on page 65. This edition

More information

WEBSITE INSTRUCTIONS

WEBSITE INSTRUCTIONS Table of Contents WEBSITE INSTRUCTIONS 1. How to edit your website 2. Kigo Plugin 2.1. Initial Setup 2.2. Data sync 2.3. General 2.4. Property & Search Settings 2.5. Slideshow 2.6. Take me live 2.7. Advanced

More information

ShareSync Get Started Guide for Windows

ShareSync Get Started Guide for Windows WHAT IS SHARESYNC? ShareSync Get Started Guide for Windows ShareSync is an enterprise-class cloud file backup and sharing service. ShareSync allows you to back up your files in real-time to protect against

More information

55193A: INTRODUCTION TO SHAREPOINT 2016 FOR COLLABORATION AND DOCUMENT MANAGEMENT

55193A: INTRODUCTION TO SHAREPOINT 2016 FOR COLLABORATION AND DOCUMENT MANAGEMENT ABOUT THIS COURSE This one day class is designed for SharePoint team members and end users who need to know how to use the team collaboration, document management and social features of Microsoft SharePoint

More information

12/3/ Introduction to CenterStage Spaces and roles. My Community My Spaces, My Favorite Spaces

12/3/ Introduction to CenterStage Spaces and roles. My Community My Spaces, My Favorite Spaces Introduction to CenterStage Spaces and roles My Community My Spaces, My Favorite Spaces Inside the space Navigate, watch, share Files Open, import, edit, tag, copy, share Communication tools Wikis, blogs,

More information

DotNetNuke. Easy to Use Extensible Highly Scalable

DotNetNuke. Easy to Use Extensible Highly Scalable DotNetNuke is the leading Web Content Management Platform for Microsoft.NET. It enables your organization to leverage your existing Microsoft investments to create rich, highly interactive web sites and

More information

IBM Workplace Services Express - Technical Overview and Directions. Stuart Duguid Asia Pacific Portal & Workplace Technical Lead

IBM Workplace Services Express - Technical Overview and Directions. Stuart Duguid Asia Pacific Portal & Workplace Technical Lead IBM Workplace Services Express - Technical Overview and Directions Stuart Duguid Asia Pacific Portal & Workplace Technical Lead Disclaimer The following material is directional in nature and does not imply

More information

VST Hospital Administrator Guide. Version 2.0.4

VST Hospital Administrator Guide. Version 2.0.4 VST Hospital Administrator Guide Version 2.0.4 Notice Copyright 2002- Vocera Communications, Inc. All rights reserved. Vocera is a registered trademark of Vocera Communications, Inc. This software is licensed,

More information

WEBSITE INSTRUCTIONS. Table of Contents

WEBSITE INSTRUCTIONS. Table of Contents WEBSITE INSTRUCTIONS Table of Contents 1. How to edit your website 2. Kigo Plugin 2.1. Initial Setup 2.2. Data sync 2.3. General 2.4. Property & Search Settings 2.5. Slideshow 2.6. Take me live 2.7. Advanced

More information

AD105 Introduction to Application Development for the IBM Workplace Managed Client

AD105 Introduction to Application Development for the IBM Workplace Managed Client AD105 Introduction to Application Development for the IBM Workplace Managed Client Rama Annavajhala, IBM Workplace Software, IBM Software Group Sesha Baratham, IBM Workplace Software, IBM Software Group

More information

The New Act! Premium Know Your Customers. Propel Productivity. Make Insightful Decisions.

The New Act! Premium Know Your Customers. Propel Productivity. Make Insightful Decisions. The New Act! Premium Know Your Customers. Propel Productivity. Make Insightful Decisions. Sage ACT! 2013 A multitude of product innovations, feature enhancements, and businesscritical services have been

More information

Supporting ios Devices

Supporting ios Devices Supporting ios Devices 2003-2018 BeyondTrust, Inc. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust, Inc. Other trademarks are the property of their respective owners.

More information

Contents Release Notes System Requirements Using Jive for Office

Contents Release Notes System Requirements Using Jive for Office Jive for Office TOC 2 Contents Release Notes...3 System Requirements... 4 Using Jive for Office... 5 What is Jive for Office?...5 Working with Shared Office Documents... 5 Get set up...6 Get connected

More information

Introducing Lotus Domino 8, Designer 8 and Composite Applications

Introducing Lotus Domino 8, Designer 8 and Composite Applications Introducing Lotus Domino 8, Designer 8 and Composite Applications IBM Lotus collaboration product strategy Rich client W indows/office Browser eforms Portal RSS/Atom Mobile Interaction and client services

More information

MANAGE YOUR CONSTRUCTION21 COMMUNITY

MANAGE YOUR CONSTRUCTION21 COMMUNITY MANAGE YOUR CONSTRUCTION21 COMMUNITY Online communities are spaces dedicated to exchanges, news watch and sharing of documents. By creating your community on a specific topic, you stand out as a national

More information

Course Outline. Module 1: SharePoint Overview

Course Outline. Module 1: SharePoint Overview Course Outline Module 1: SharePoint Overview This module provides an introduction to the topics covered in the class, introduces SharePoint terminology and provides an overview of the available versions

More information

DSS User Guide. End User Guide. - i -

DSS User Guide. End User Guide. - i - DSS User Guide End User Guide - i - DSS User Guide Table of Contents End User Guide... 1 Table of Contents... 2 Part 1: Getting Started... 1 How to Log in to the Web Portal... 1 How to Manage Account Settings...

More information

Supporting Apple ios Devices

Supporting Apple ios Devices Supporting Apple ios Devices 2017 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property of their respective

More information

IBM Social Rendering Templates for Digital Data Connector

IBM Social Rendering Templates for Digital Data Connector IBM Social Rendering Templates for Digital Data Dr. Dieter Buehler Software Architect WebSphere Portal / IBM Web Content Manager Social Rendering Templates for DDC- Overview This package demonstrates how

More information

SharePoint Server 2016 Feature Comparison* Accessibility Standards Support Yes Yes. Asset Library Enhancements/Video Support Yes Yes.

SharePoint Server 2016 Feature Comparison* Accessibility Standards Support Yes Yes. Asset Library Enhancements/Video Support Yes Yes. Content Features SharePoint Server 2016 Feature Comparison* Accessibility Standards Support Yes Yes Asset Library Enhancements/Video Support Yes Yes Auditing Yes Yes Auditing & Reporting (e.g. doc edits,

More information

Instructions I Lost My Iphone Contacts While Sync >>>CLICK HERE<<<

Instructions I Lost My Iphone Contacts While Sync >>>CLICK HERE<<< Instructions I Lost My Iphone Contacts While Sync During the initial sync, the contents of matching Gmail & iphone contacts will be combined with each Syncs groups in both directions including My Contacts

More information

Using Jive and SharePoint Together

Using Jive and SharePoint Together Using Jive and SharePoint Together Contents 2 Contents Using Jive and SharePoint Together... 3 Viewing SharePoint Content in Jive...3 Using Recent Activity Widgets... 3 Using SharePoint Sites Widgets...

More information

Tenant Administration

Tenant Administration vcloud Automation Center 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

Lotus Quickr Connectors

Lotus Quickr Connectors IBM Software Group Lotus Quickr Connectors Accessing Quickr from where you are An IBM Proof of Technology 2008 IBM Corporation Presentation Objectives Introduce you to the IBM Lotus Quickr connectors Explain

More information

VMware Workspace ONE UEM Integration with Apple School Manager

VMware Workspace ONE UEM Integration with Apple School Manager VMware Workspace ONE UEM Integration with Apple School Manager VMware Workspace ONE UEM Integration with Apple School Manager VMware Workspace ONE UEM 1811 You can find the most up-to-date technical documentation

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!   We offer free update service for one year PASS4TEST IT Certification Guaranteed, The Easy Way! \ http://www.pass4test.com We offer free update service for one year Exam : C2040-915 Title : IBM WebSphere Portal 7.0 Solution Development Vendors

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

Setting Up Resources in VMware Identity Manager 3.1 (On Premises) Modified JUL 2018 VMware Identity Manager 3.1

Setting Up Resources in VMware Identity Manager 3.1 (On Premises) Modified JUL 2018 VMware Identity Manager 3.1 Setting Up Resources in VMware Identity Manager 3.1 (On Premises) Modified JUL 2018 VMware Identity Manager 3.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Introduction to SharePoint 2013 for Collaboration and Document Management

Introduction to SharePoint 2013 for Collaboration and Document Management Introduction to SharePoint 2013 for Collaboration and Document Management 55029B; 1 days, Instructor-led Course Description This ½ to full day class is designed for SharePoint team members who need to

More information

IBM Atlas Policy Distribution Administrators Guide: IER Connector. for IBM Atlas Suite v6

IBM Atlas Policy Distribution Administrators Guide: IER Connector. for IBM Atlas Suite v6 IBM Atlas Policy Distribution Administrators Guide: IER Connector for IBM Atlas Suite v6 IBM Atlas Policy Distribution: IER Connector This edition applies to version 6.0 of IBM Atlas Suite (product numbers

More information

Lotusphere IBM Collaboration Solutions Development Lab

Lotusphere IBM Collaboration Solutions Development Lab Lotusphere 2012 IBM Collaboration Solutions Development Lab Lab #6 Deliver Real-time Collaboration and Social Software by Integrating IBM WebSphere Portal with IBM Connections, IBM Sametime and inotes

More information

INTRODUCTION TO THE STATE OF MICHIGAN S SHAREPOINT ENVIRONMENT

INTRODUCTION TO THE STATE OF MICHIGAN S SHAREPOINT ENVIRONMENT INTRODUCTION TO THE STATE OF MICHIGAN S SHAREPOINT ENVIRONMENT WHAT IS SHAREPOINT? The State of Michigan is using SharePoint services to create intranet sites and team rooms to share information and foster

More information

Feature: Online App Builder Studio

Feature: Online App Builder Studio Feature: Online App Builder Studio Beautiful Apps from Customizable Templates Deliver unique and visually stunning apps with unprecedented speed through our completely customizable templates. Start with

More information

Vendor: IBM. Exam Code: 000-M86. Exam Name: IBM MDM PIM Technical Sales Mastery Test v1. Version: Demo

Vendor: IBM. Exam Code: 000-M86. Exam Name: IBM MDM PIM Technical Sales Mastery Test v1. Version: Demo Vendor: IBM Exam Code: 000-M86 Exam Name: IBM MDM PIM Technical Sales Mastery Test v1 Version: Demo QUESTION NO: 1 Which of the following does NOT describe Master data? A. Transactional Data and Application-unique

More information

The 60-Minute Guide to Development Tools for IBM Lotus Domino, IBM WebSphere Portal, and IBM Workplace Applications

The 60-Minute Guide to Development Tools for IBM Lotus Domino, IBM WebSphere Portal, and IBM Workplace Applications The 60-Minute Guide to Development Tools for IBM Lotus Domino, IBM WebSphere Portal, and IBM Workplace Stuart Duguid Portal & Workplace Specialist TechWorks, IBM Asia-Pacific Overview / Scope The aim of

More information

Click to add text IBM Collaboration Solutions

Click to add text IBM Collaboration Solutions IBM Connections Search: Troubleshooting and Best Practices 5/14/2014 Greg Presayzen Client Technical Professional Mark McCarville Advisory Software Engineer Click to add text IBM Collaboration Solutions

More information

WebSphere Application Server V7: Administration Consoles and Commands

WebSphere Application Server V7: Administration Consoles and Commands Chapter 5 of WebSphere Application Server V7 Administration and Configuration Guide, SG24-7615 WebSphere Application Server V7: Administration Consoles and Commands WebSphere application server properties

More information

What s New in Laserfiche 10

What s New in Laserfiche 10 What s New in Laserfiche 10 Webinar Date 5 November 2015, 29 December 2015 and 10 February 2016 Presenters Justin Pava, Technical Product Manager Brandon Buccowich, Technical Marketing Engineer For copies

More information

Contents Using Team Site Calendars... 2

Contents Using Team Site Calendars... 2 SharePoint 2013 End User Training Tutorial Contents Using Team Site Calendars... 2 Adding & Editing Announcements... 4 Using Custom Lists... 6 Creating Alerts to Stay Updated... 9 Communicating Through

More information

EMS DESKTOP CLIENT Installation Guide

EMS DESKTOP CLIENT Installation Guide EMS DESKTOP CLIENT Installation Guide Version 44.1 Last Updated: March 5, 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER 1: Introduction

More information

Edmodo for Teachers Guide (Taken directly from Edmodo s site.)

Edmodo for Teachers Guide (Taken directly from Edmodo s site.) Edmodo for Teachers Guide (Taken directly from Edmodo s site.) Table of Contents: 1. Teacher Sign Up 2. Create a Group 3. Manage Your Groups 4. Small Group 5. Co-Teaching 6. Student Sign up 7. Post a Message

More information

Microsoft SharePoint 2010

Microsoft SharePoint 2010 BrainStorm Quick Start Card for Microsoft SharePoint 2010 Getting Started Microsoft SharePoint 2010 brings together your organization s people, documents, information, and ideas in a customizable space

More information

Unified Task List. IBM WebSphere Portal V7.0 Review the hardware and software requirements Review the product documentation

Unified Task List. IBM WebSphere Portal V7.0 Review the hardware and software requirements Review the product documentation Unified Task List Software requirements The information in this topic provides details about the software required to install or develop using the Unified Task List portlet. For information about supported

More information

CMS 501: D2 Training for Contributors Updated: October 12, 2017

CMS 501: D2 Training for Contributors Updated: October 12, 2017 CMS501: D2 Training for Contributors Agenda What is Documentum D2? Roles/Groups: Support, Coordinator, Contributor, Consumer D2 Overview: Login/Logout Main Menu Workspaces Widgets User settings Spaces/Folders/

More information

Quickr Configuration/Administration

Quickr Configuration/Administration IBM Software Group Quickr Configuration/Administration Managing Quickr An IBM Proof of Technology 2008 IBM Corporation Presentation objectives Define configuration and administration of IBM Lotus Quickr

More information

What's New in IBM WebSphere Portal Version 8? Open Mic November 6, 2012

What's New in IBM WebSphere Portal Version 8? Open Mic November 6, 2012 What's New in IBM WebSphere Portal Version 8? Open Mic November 6, 2012 Stefan Liesche Web Experience Solution and Platform Chief Architect, STSM Stefan Koch Chief Programmer - WebSphere Portal IBM Collaboration

More information

Collaboration Strategy

Collaboration Strategy Collaboration Strategy John C.P. Allessio Vice President, WW Software Services, Education, and Premium Support Lotus Collaboration and WebSphere Portal Software IBM 2008 CEO Study Hungry for change Innovative

More information

Server Settings. Server Administration CHAPTER

Server Settings. Server Administration CHAPTER 3 CHAPTER The Server drawer contains selections that allow system administrators manage the portal server. From this drawer you can administer the server, install plugins, configure a variety of features,

More information

ForeScout Extended Module for IBM BigFix

ForeScout Extended Module for IBM BigFix ForeScout Extended Module for IBM BigFix Version 1.0.0 Table of Contents About this Integration... 4 Use Cases... 4 Additional BigFix Documentation... 4 About this Module... 4 Concepts, Components, Considerations...

More information

Lotus Notes og Sametime Bo Falkenberg IBM Software Group IBM Corporation

Lotus Notes og Sametime Bo Falkenberg IBM Software Group IBM Corporation Lotus Notes og Sametime Bo Falkenberg IBM Software Group Agenda Current version of Lotus Notes and Domino W hat to expect in the near future Lotus Sametime what to expect from the next version W here are

More information

Groups Backend Configuration Notes

Groups Backend Configuration Notes Top Takeaways: Know where to navigate and access the Groups features Know the differentiation between a Group Type and a Group Have a command on how to create a Group Type and an individual Group Groups

More information

Sync User Guide. Powered by Axient Anchor

Sync User Guide. Powered by Axient Anchor Sync Powered by Axient Anchor TABLE OF CONTENTS End... Error! Bookmark not defined. Last Revised: Wednesday, October 10, 2018... Error! Bookmark not defined. Table of Contents... 2 Getting Started... 7

More information

User Guide for Explorer Users

User Guide for Explorer Users User Guide for Explorer Users Version 2015.1 Hubble Suite (Edition 2) Document Information....................................................... 1 Notices.........................................................................

More information

IBM Forms Experience Builder

IBM Forms Experience Builder IBM Forms Experience Builder Bernd Beilke Digital Experience Solutions Architect Introduction Web forms are part of an engaging experience Natural part of the page no plug-ins required Highly dynamic and

More information

Microsoft Windows SharePoint Services

Microsoft Windows SharePoint Services Microsoft Windows SharePoint Services SITE ADMIN USER TRAINING 1 Introduction What is Microsoft Windows SharePoint Services? Windows SharePoint Services (referred to generically as SharePoint) is a tool

More information

Guidelines on the use of G Suite provided by ELSA

Guidelines on the use of G Suite provided by ELSA G Suite Guidelines Guidelines on the use of G Suite provided by ELSA Why do we use G Suite? Information Technology (read more on page 30 of the ICMDB) continues to be a very important dimension in the

More information

Developing Web Applications for Smartphones with IBM WebSphere Portlet Factory 7.0

Developing Web Applications for Smartphones with IBM WebSphere Portlet Factory 7.0 Developing Web Applications for Smartphones with IBM WebSphere Portlet Factory 7.0 WebSphere Portlet Factory Development Team 6 September 2010 Copyright International Business Machines Corporation 2010.

More information

Blog Pro for Magento 2 User Guide

Blog Pro for Magento 2 User Guide Blog Pro for Magento 2 User Guide Table of Contents 1. Blog Pro Configuration 1.1. Accessing the Extension Main Setting 1.2. Blog Index Page 1.3. Post List 1.4. Post Author 1.5. Post View (Related Posts,

More information