This course shows users how to add custom features and formatting to slides. These special formatting features include bullets, slide transitions, and animation. Producing speaker notes, audience handouts, and transparencies are also covered.
Class goals :
Add AutoNumber and graphical bullets
Add slide transitions
Animate text and objects
Preview a presentation in black and white
Print slides and audience handouts
Add and print speaker notes
Content of PowerPoint 2013 Series: Custom Slides
Adding AutoNumber and Graphical Bullets
Slide Transitions and Animation
Previewing and Printing Slides
Speaker Notes and Transparencies
Onze voordelen :
Type of training: Inter-company, intra-company and individual
100% flexible & personalised training : You choose the place, the dates and the training program
Offer request : Response within 24 hours
50% discount for SME’s from Brussels-Capital Region
Free parking, lunch & drinks
Free use of our Digital Competence Centre: Manuals, courses, exercises, …
This course shows users how to run a slide show, including navigating on-screen and using the pointer pen. Creating hyperlinks, publishing to the Web, and e-mailing slides are also covered.
Class goals :
Start a slide show on any slide
Use on-screen navigation tools and the pen
Save changes to a new or existing presentation
Publish a presentation to the Web
Use the Office Assistant
Insert a hyperlink
Content of PowerPoint 2013 Series: Showing Slides
On-Screen Slide Shows and Office Assistant
Hyperlinks and Slide Changes
Saving and E-Mailing a Presentation
Onze voordelen :
Type of training: Inter-company, intra-company and individual
100% flexible & personalised training : You choose the place, the dates and the training program
Offer request : Response within 24 hours
50% discount for SME’s from Brussels-Capital Region
Free parking, lunch & drinks
Free use of our Digital Competence Centre: Manuals, courses, exercises, …
This course shows users how to create original presentations. It demonstrates the different views for slide production and shows how to create master slides using repeating elements.
Class goals :
Navigate all of the PowerPoint views
Create a presentation from a template, wizard, or existing slides
Copy and delete slides
Modify the slide master and slide sequence
Insert headers and footers
Content of PowerPoint 2010 Series: Presentations
Normal and Outline Views
Slide Views and Notes Page
Wizards and Templates
Creating and Deleting Slides
Using and Copying Slides
Modifying a Presentation
Masters, Headers, and Footers
Onze voordelen :
Type of training: Inter-company, intra-company and individual
100% flexible & personalised training : You choose the place, the dates and the training program
Offer request : Response within 24 hours
50% discount for SME’s from Brussels-Capital Region
Free parking, lunch & drinks
Free use of our Digital Competence Centre: Manuals, courses, exercises, …
This course shows users how to make layout changes and to work with text. Important features, such as Spell Check, Format Painter, and Text Wrap are included.
Class goals :
Change the layout for one or more slides
Use the Format Painter
Change and replace text fonts
Create a text box for entering text
Promote and demote text in Slide and Outline panes
Import text from Word
Content of PowerPoint 2010 Series: Layout and Text
Changing the Layout
Spell Check and Replace Text
Text Alignment and Format Painter
Outline Panes and Text Boxes
Using the Clipboard and Importing Text
Onze voordelen :
Type of training: Inter-company, intra-company and individual
100% flexible & personalised training : You choose the place, the dates and the training program
Offer request : Response within 24 hours
50% discount for SME’s from Brussels-Capital Region
Free parking, lunch & drinks
Free use of our Digital Competence Centre: Manuals, courses, exercises, …
This course shows users how to work with graphics, objects, and drawing shapes. Special features of PowerPoint 2010, including grouping shapes, scaling and sizing objects, applying shadows, and WordArt are covered.
Class goals :
Add clip art, pictures, shapes, and WordArt
Rotate, fill, scale, and size an object
Apply formatting
Place text inside a shape using a text box
Create tables within PowerPoint
Content of PowerPoint 2010 Series: Graphics and Tables
Using Objects
Rotating, Filling, and Sizing an Object
Formatting Objects and Adding a Text Box
Creating Diagrams and Tables
Onze voordelen :
Type of training: Inter-company, intra-company and individual
100% flexible & personalised training : You choose the place, the dates and the training program
Offer request : Response within 24 hours
50% discount for SME’s from Brussels-Capital Region
Free parking, lunch & drinks
Free use of our Digital Competence Centre: Manuals, courses, exercises, …
This course shows users how to add custom features and formatting to slides. These special formatting features include bullets, slide transitions, and animation. Producing speaker notes, audience handouts, and transparencies is also covered.
Class goals :
Add AutoNumber and graphical bullets
Add slide transitions
Animate text and objects
Preview a presentation in black and white
Print slides and audience handouts
Add and print speaker notes
Content of PowerPoint 2010 Series: Custom Slides
Adding AutoNumber and Graphical Bullets
Slide Transitions and Animation
Previewing and Printing Slides
Speaker Notes and Transparencies
Onze voordelen :
Type of training: Inter-company, intra-company and individual
100% flexible & personalised training : You choose the place, the dates and the training program
Offer request : Response within 24 hours
50% discount for SME’s from Brussels-Capital Region
Free parking, lunch & drinks
Free use of our Digital Competence Centre: Manuals, courses, exercises, …
This Tomcat 6.0 Administration for Windows class covers the important topics of administering the Tomcat 6.0 server including installation, directory structure, configuration using server.xml, web application deployment, the manager tool, JNDI data sources, logging, and monitoring and management of the server. Note: Where applicable, differences or changes in Version 7.0 will be addressed.
Class goals :
– Learn about the history of Tomcat.
– Learn how to install Tomcat
– Learn about the directory structure and batch files.
– Learn how to configure Tomcat.
– Learn how to work with Web applications.
– Learn to work with the Tomcat Manager including how to assign security roles.
– Learn to work with JNDI data sources and JDBC
– Learn about security and permissions.
– Learn how to generate a keystore file.
– Learn logging techniques.
– Learn how to monitor Tomcat’s performance.
– Learn about clustering including directory setup.
Content of Training Tomcat 6.0 Admin for Windows
Tomcat Introduction
History of Tomcat
Version Number and Features
Tomcat Components
Catalina
Jasper
Coyote
JEE Overview
MVC Design Pattern
Servlets/JSP
Directory Structure
JNDI
Installing Tomcat
Download
Installation
Environment Variables
Starting the Server
Verifying Server Operation
Stopping the Server
Tomcat Directory Structure
Batch files in /bin
.exe files
/conf
server.xml
context.xml
web.xml
/logs
/webapps
/lib
/work
/temp
Configuring Tomcat
Role of serverxml
Instance Layout
Server
Service
Virtual Host
Context
serverxml elements
<Server>
<Service>
<Connector>
<Engine>
<Host>
<Context>
<Realm>
<Valve>
Deploying Web Applications
JEE Specification for Web Applications
Servlets and JSP
Model View Controller (MVC) Design Pattern
Directory Structure
web.xml
Document Base
Context and the Document Base
Default Context Descriptor
Placing the Web Application Folders and Files under the Application Base
Deploying a WAR file
AutoDeploy
The Tomcat Manager
/manager Web Application
Managing Web Applications
Deploying
Listing Deployed Applications
Reload Existing Applications
Starting/Stopping
Undeploying
Listing Server Status
Listing Security Roles in the User Database
JNDI Data Sources and JDBC
JNDI
JDBC
Drivers
Data Sources in JDBC 20 and Later
Connection Pooling
Commons Database Connection Pooling
Installation
Guarding against Application Program Failure
Configuration
Data Source Definition
Web Application contextxml
contextxml in /conf
GlobalNamingResources in serverxml
Troubleshooting
Security
Web Application Security
Java SecurityManager
Overview
Standard Permissions
Tomcat Permissions
Starting Tomcat with a Security Manager Using the Default Policy File
Secure Socket Layer (SSL)
Generating a keystore File
Modifications to serverxml for SSL Support in Tomcat
tomcat-usersxml
Logging
Logging Overview
Web Application Logging Techniques
javautillogging
javaxservletServletContext
log4j
Monitoring and Performance Tuning Tomcat
Tomcat
JVM
JMX (Java Management Extensions)
JMX MBeans in Tomcat
Engine
JKMain
String Cache
Server
Users
Configuring Tomcat to use MBeans
Accessing MBeans
jconsole
jVisualVM
PSI Probe
Clustering
Using Clustering for Replication and Load Balancing
Running Multiple Instances of Tomcat
Directory Setup
Port Number Modifications
All to All with DeltaManager
Backup to One Cluster with BackupManager
Enabling Session Replication
Session Persistence Using Shared File System
Session Persistence Using Shared Database
Session Persistence using Shared Database: Database Table
In-memory Replication Using SimpleTcpCluster
Load Balancing Using mod_jk Connector to Apache2x Web Server
Training Tomcat 6.0 Admin for Windows
Onze voordelen :
Type of training: Inter-company, intra-company and individual
100% flexible & personalised training : You choose the place, the dates and the training program
Offer request : Response within 24 hours
50% discount for SME’s from Brussels-Capital Region
Free parking, lunch & drinks
Free use of our Digital Competence Centre: Manuals, courses, exercises, …
This course provides students with the knowledge and skills to utilize Windows PowerShell for administering and automating administration of Windows based servers.
Class goals :
On completion of this training course, delegates should be able to:
Explain how Windows PowerShell works
Use Windows PowerShell as an interactive, command-line shell
Use Core Windows PowerShell cmdlets for everyday purpose
Customize the output using Windows PowerShell Formatting Subsystem
Explain what Windows Management Instrumentation (WMI) is and how it can be used from Windows PowerShell
Manage Active Directory objects using Windows PowerShell cmdlets
Write basic Windows PowerShell scripts that execute batches of commands
Work with Windows PowerShell’s background jobs and remote administration functionality
Master the scripting language of Windows PowerShell
Use advanced techniques related to structured programming within Windows PowerShell
Automate Windows Server 2008 R2 Administration using Windows PowerShell
Identify the best practices for working with Windows PowerShell
Content of Automating Administration with Windows PowerShell 2.0
Fundamentals for Using Windows PowerShell v2
This module provides background on Windows PowerShell v2 and where it fits into the Windows technology family. It also covers installation and configuration of Windows PowerShell. It familiarizes students with the interactive shell console, and shows how to operate and interpret the built-in help system. This module focuses on shell’s discoverability features, including the online help system and cmdlet inventory. Finally, this module describes how the Windows PowerShell pipeline works at a basic level.
Windows PowerShell Technology Background and Overview
Windows PowerShell as an Interactive Command-Line Shell
Using the Windows PowerShell Pipeline
Lab: Using Windows PowerShell as an Interactive Command-Line Shell
Searching for text files
Browsing the registry
Discovering additional commands and viewing help
Adding additional commands to your session
Formatting output
Lab: Using the Windows PowerShell Pipeline
Stopping and restarting a Windows service
Exploring objects returned by PowerShell commands
Processing PowerShell output
Core Windows PowerShell Cmdlets
This module describes several core cmdlets that are used in many different administrative tasks. This module also covers the basics of filtering objects that are in the PowerShell pipeline. It explains advanced pipeline techniques including pipeline parameter binding and in-pipeline object manipulation.
Core Cmdlets for Everyday Use
Comparison Operators, Pipeline Filtering, and Object Enumeration
Advanced Pipeline Techniques
Lab: Using the Core Cmdlets
Sorting and selecting objects
Retrieving objects remotely and saving to a file
Comparing objects with XML
Saving objects to a CSV file
Measuring a collection of objects
Exporting a collection of objects to a text file
Lab: Filtering and Enumerating Objects in the Pipeline
Comparing numbers (integer objects)
Comparing string objects
Retrieving processes from a computer
Retrieving services from a computer
Iterating through a list of objects
Lab: Using Pipeline Parameter Binding
Using advanced pipeline features
Binding properties to parameters
Working with multiple computers
Stopping a list of processes
Understanding and Using the Formatting System
This module explains how the PowerShell formatting subsystem works, and shows how to customize the output of cmdlets. It covers the rules that the shell follows for formatting objects by default, and explains how to use the four formatting cmdlets – and their parameters – to customize and control the output displayed on-screen or written to a file, printer, or other output destination.
Understanding the Formatting System
Using the Formatting System
Lab: Using the Formatting Subsystem
Displaying calculated properties
Displaying a limited number of columns
Displaying all properties and values of objects
Viewing objects via HTML
Displaying a limited number of properties
Displaying objects using different formatting
Displaying a sorted list of objects
Windows Management Instrumentation
This module explains what Windows Management Instrumentation (WMI) is, how it works, and how it can be used from within Windows PowerShell. It describes the structure and security of WMI, and how to query WMI information both from local and remote computers. It also explains how to invoke WMI methods to accomplish configuration changes and other tasks, and how to write commands that respond to WMI events triggered by the operating system.
Windows Management Instrumentation Overview
Using Windows Management Instrumentation
Advanced WMI Techniques
Lab: Using WMI in Windows PowerShell
Building computer inventory
Discovering the WMI classes and namespaces
Generating a logical disk report for all computers
Listing local users and groups
Lab: Using Advanced WMI Techniques
Learning about WMI class capabilities
Changing properties and state on a remote service using WMI
Looking up and storing remote security event log information
Remotely checking hard disk integrity
Monitoring WMI events
Looking up static IP addresses on all computers
Automating Active Directory Administration
This module introduces the concept of Active Directory administrative automation. It explains how to retrieve, create, modify, move, and remove objects in the Active Directory. It focuses on PowerShell-centric techniques rather than scripting, and heavily leverages on basic and advanced pipeline techniques covered in previous modules.
Active Directory Automation Overview
Managing Users and Groups
Managing Computers and Other Directory Objects
Lab: Managing Users and Groups
Retrieving a filtered list of users from Active Directory
Resetting user passwords and address information
Disabling users that belong to a specific group
Browsing Active Directory using the AD drive and moving a user to a new Organizational Unit
Lab: Managing Computers and Other Directory Objects
Listing all computers that appear to be running a specific operating system according to Active Directory information
Creating a report showing all Windows Server 2008 R2 servers
Managing fine-grained password policies in Active Directory
Discovering Organizational Units that are not protected against accidental deletion
Windows PowerShell Scripts
This module introduces basic Windows PowerShell scripts that execute a batch of shell commands in a single operation. It points out the security concerns associated with scripting, and how to configure and control the shell’s security settings that relate to scripting. It also explains how to write basic scripts that execute batches of commands, and how to parameterize scripts in order to make them more flexible in a variety of situations
Script Security
Basic Scripts
Parameterized Scripts
Lab: Writing Windows PowerShell Scripts
Executing scripts
Using positional script parameters
Using named script parameters
Module 7: Background Jobs and Remote Administration
This module explains how to work with Windows PowerShell’s background jobs and remote administration functionality. It shows how to create, monitor, and manage local background jobs, and receive results from completed jobs. It also covers how to configure Windows PowerShell remoting both locally and in a domain environment. This module describes how to create and manage session connections to remote computers, and explain how to use those session connections in one-to-one remote shell instances as well as one-to-many remote command invocation. Finally, it shows how to invoke remote commands as background jobs, and how to manage those jobs and receive results from them.
Working with Background Jobs
Using Windows PowerShell Remoting
Lab: Working with Background Jobs
Using background jobs with WMI
Using background jobs for local computers
Receiving the results from a completed job
Removing a completed job
Waiting for a background job to complete
Stopping a background job before it completes
Working with the properties of a job
Lab: Using Windows PowerShell Remoting
Interactive remoting
Fan-out remoting
Fan-out remoting using background jobs
Saving information from background jobs
Intermediate Scripting
This module explains the concepts and techniques related to structured scripting and programming within Windows PowerShell. It describes how to create, manage, and use variables. It also introduces the complete « scripting language » of Windows PowerShell, which consists of several programming constructs.
Variables, Arrays, Escaping, and More Operators
What is Scope?
Scripting Constructs
Lab: Using Variables and Arrays
Creating variables and interact with them
Understanding arrays and hashtables
Using Single- and double-quoted strings and the backtick
Using Arrays and array lists
Using ‘Contains’, ‘like’, and ‘equals’ operators
Lab : Using Scripting Constructs
Processing and validating input
Working with For, While, ForEach, and Switch
Exploiting the power of the one-liner
Error Handling, Debugging, and Modularization
This module covers advanced topics and techniques related to structured programming within Windows PowerShell. It explains how to trap and handle errors that occur during script execution, and also describes the proper techniques and practices for debugging a script that is not executing as expected. It also shows how to modularize scripts into a variety of reusable functions, with the ultimate goal of producing a function that mimics the structure of a shell cmdlet.
Error Trapping and Handling
Debugging Techniques
Modularization
Lab: Error Trapping and Handling
Retrieving error information
Handling errors
Integrating error handling
Lab: Debugging a Script
Debugging from the Windows PowerShell console
Debugging using the Windows PowerShell ISE
Lab: Modularization
Generating an inventory audit report
Testing network performance
Automating Windows Server 2008 R2 Administration
This module gives an opportunity to complete several real-world administration tasks related to Windows Server 2008 R2. It provides minimal instruction in how to use the cmdlets and techniques required to accomplish the lab portion of this module; instead, it lets students rely on the skills they have learned in the preceding modules of this course.
Windows Server 2008 R2 Modules Overview
Server Manager Cmdlets Overview
Group Policy Cmdlets Overview
Troubleshooting Pack Overview
Best Practices Analyzer Cmdlets Overview
IIS Cmdlets Overview
Lab: Using the Server Manager Cmdlets
Listing all currently installed features
Comparing objects
Installing a new server feature
Removing a server feature
Exporting current configuration to XML
Lab: Using the Group Policy Cmdlets
Listing all the Group Policy Objects in the domain
Creating a text-based report
Creating an HTML report
Taking Backup of all Group Policy Objects
Lab: Using the Troubleshooting Pack Cmdlets
Importing the Troubleshooting Pack module
Solving an end-user problem interactively
Solving a problem using answer files
Lab: Using the Best Practice Analyzer Cmdlets
Importing the Best Practice module
Viewing existing models
Running a Best Practices scan
Lab: Using the IIS Cmdlets
Importing the IIS module
Creating a new web site
Backing up IIS
Modifying web site bindings
Using the IIS PSDrive
Restoring an IIS Configuration
Advanced Windows PowerShell Tips and Tricks
This module introduces several advanced Windows PowerShell techniques. While these techniques do not contribute directly to any particular business goal, they do enable more efficient use of the shell itself, which leads to more efficient administration and automation. It shows how to use profiles to consistently configure the shell environment, and how to use several techniques for effectively re-using and sharing existing modularized scripts. It also points out best practices and techniques related to script documentation.
Using Profiles
Re-Using Scripts and Functions
Writing Comment-Based Help
Lab: Advanced PowerShell Tips and Tricks
Writing a profile script
Creating a script module
Adding help information to a function
Practical Administrative Automation
This module allows students to practice all of the skills they have learned in this course in a series of practical, real-world tasks. These tasks will require students to use everything they have learned in this course, including the ability to discover new cmdlets and learn how they work – without using external references. This module is intended to serve as a form of « confidence course », enabling students to prove to themselves that they can return to their work environment and begin accomplishing tasks in Windows PowerShell without further instruction.
Practical Lab Overview
Further Exploration
Lab: New User Provisioning
Creating an Active Directory user account
Adding users to security groups
Creating a home folder
Copying files to the home folder
Creating IIS virtual directories
Automating Workflow
Training Automating Administration with Windows PowerShell 2.0
Onze voordelen :
Type of training: Inter-company, intra-company and individual
100% flexible & personalised training : You choose the place, the dates and the training program
Offer request : Response within 24 hours
50% discount for SME’s from Brussels-Capital Region
Free parking, lunch & drinks
Free use of our Digital Competence Centre: Manuals, courses, exercises, …