Tag Archives: class

Training Database with Visual Studio 2010 – 3 days

Class overview :

This three-day, instructor-led course provides students with the knowledge and skills to properly manage the SQL Server 2005/2008 database development lifecycle in an Agile environment. The student will learn how to manage changes to the database schema, ensuring quality through T-SQL unit testing, and how to automate the building and deploying of SQL Server databases.

Class goals :

Understand the database development capabilities of Visual Studio 2010
Understand the areas of integration with Team Foundation Server
Understand how the tools support an Agile database development lifecycle
Create and configure database projects and server projects
Compare schemas and data for differences from two SQL Server instances
Generate scripts to reconcile differences in schemas and data
Understand and create effective T-SQL unit tests
Understand and use database refactoring correctly
Use MSBuild and Team Build to manage build and deployment
Extend Visual Studio by creating your own database refactoring method, test data generator, unit test condition, and static code analysis rule

Content of Training Database with Visual Studio 2010

Class Outline

  1. Agile Database Development
    1. Agile database development
    2. Agile database techniques
    3. Visual Studio 2010 Premium Edition
    4. Case study
    5. Resources
    6. Lab Exercises
      1. Meet the AdventureWorks team
      2. Review the environment
      3. Deploy the database
  2. Database Projects
    1. Architecture of a database project
    2. Creating and managing database projects
    3. Visual Studio 2010 integration
    4. Importing database schema
    5. Importing SQL scripts
    6. Permissions
    7. Lab Exercises
      1. Explore Visual Studio integration
      2. Create a new database project
      3. Modify the database project
      4. Import a database schema
      5. Import a SQL script
  3. Change Management
    1. Introduction to Team Foundation Server
    2. Working with Team Projects
    3. Process templates and work items
    4. Using Team Foundation Version Control
    5. Placing database projects under version control
    6. Detecting and reconciling database schema differences
    7. Detecting and reconciling table data differences
    8. Lab Exercises
      1. Create a Team Project and work items
      2. Configure Team Foundation Version Control
      3. Place a database project under version control
      4. Explore and Visual Studio 2010 version control features
      5. Compare schemas for differences from two SQL Server instances
      6. Compare data for differences from two SQL Server tables
      7. Generate scripts to reconcile differences in schemas and data
      8. Explore the MSSCCI provider from SQL Server Management Studio (optional)
  4. Unit Testing
    1. Reasons to unit test your database code
    2. How to create database unit tests manually
    3. How to create database unit tests automatically
    4. Assertions vs. conditions
    5. Executing unit tests
    6. Managing and publishing test results
    7. Static code analysis
    8. Lab Exercises
      1. Create and execute database unit tests
      2. Use pre-test and post-test actions
      3. Use an ordered list to run tests
      4. Export and import test results
      5. Create unit tests automatically from the Schema View window
      6. Run static code analysis
  5. Refactoring
    1. Introduction to refactoring
    2. Refactoring support in Visual Studio 2010
    3. Database refactoring methods
    4. Rename refactoring methods
    5. Move refactoring method
    6. Fully-qualify refactoring method
    7. Expand-wildcard refactoring method
    8. Resources
    9. Lab Exercises
      1. Approaches to renaming database objects
      2. Use the rename refactor method
      3. Preview changes
      4. Undo refactoring using global undo
      5. Review the refactoring log
  6. Data Generation
    1. Issues with test data and some potential solutions
    2. Data generation plans
    3. Data generators
    4. Regular expression generator
    5. Data bound generator
    6. Creating and running a data generation plan
    7. Automatically generating data prior to running unit tests
    8. Lab Exercises
      1. Create a data generation plan
      2. Use the Regular Expression data generator
      3. Use the Data Bound generator
      4. Configure generation for related table and set ratios
      5. Generate data automatically prior to running unit tests
  7. Build and Deploy
    1. The need for automated build and deployment
    2. Building database projects
    3. Deploying schema changes
    4. The VSDBCMD.exe command line utility
    5. Integration with MSBuild
    6. Integration with Team Foundation Build
    7. Lab Exercises
      1. Build the database project
      2. Deploy database schema changes
      3. Use custom deployment scripts
      4. Automate using MSBuild and Team Foundation Build
  8. Extensibility
    1. Visual Studio 2010 Areas of extensibility
    2. Visual Studio database project and item templates
    3. Custom database refactoring methods
    4. Custom static code analysis rules
    5. Custom test data generators
    6. Custom unit test conditions
    7. Custom check-in policies
    8. Lab Exercises
      1. Customize database object templates
      2. Create a custom data generator
      3. Create a custom unit test condition
      4. Create a custom code analysis rule (optional)
      5. Create a custom refactoring method (optional)
      6. Create and debug a custom check-in policy (optional)
Database with Visual Studio 2010
Training Database with Visual Studio 2010

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

Training TFS 2010 / Advanced – 2 days

Class overview :

This two-day, instructor-led Team Server training class dives deep into the areas of process template customization, version control, parallel development and Team Foundation Build. It provides students with the knowledge and skills to effectively customize process templates, understand the advanced usage of the version control and check-in policies in a parallel development environment, and how to customize and leverage Team Foundation Build.

Class goals :

Understand the architecture of a process template and modify an existing process template
Use global lists to share selection data between fields and team projects
Understand parallel development
Understand Team Foundation Server’s support for parallel development
Use branching, merging, shelving, and unshelving effectively
Visualize branch hierarchies and changeset merges
Use the TF command line utility and the TF Rollback command
Install and use the MSSCCI provider
Understand Team Foundation Build controller and agent architecture

Content of Training TFS 2010 / Advanced

Class Outline

  1. Customizing Process Templates
    1. Customizing vs. extending
    2. Process template architecture
    3. Modifying a process template
    4. Work item type schema
    5. Customizing work item types
    6. Configuring work item states and transitions (workflow)
    7. Using global lists
    8. Lab Exercises
      1. Create a team project for managing TFS customization
      2. Download and explore a process template
      3. Modify the process template
      4. Upload and test a process template
      5. Create a new process template
      6. Implement a global list
      7. Alter work item types for an existing team project
      8. Use the Team Foundation Power Tools Process Editor
  2. Parallel Development
    1. Introduction to parallel development
    2. Branching, promotion and locking models
    3. Branch, merge, shelve and unshelve operations
    4. Conflict detection and resolution
    5. Securing version control folders and files
    6. The TF.exe command line utility
    7. Team Foundation Server Power Tools
    8. Alternate compare and merge tools
    9. The MSSCCI provider
    10. Lab Exercises
      1. Create version control folders, branches and workspaces
      2. Branch code, merge changes and visualize hierarchies
      3. Detect and resolve conflicts
      4. Perform a baseless merge using TF.exe
      5. Rollback changes using TF.exe
      6. Secure artifacts in version control
      7. Shelve and unshelve changes
      8. Install and use the MSSCCI provider (optional)
      9. Install and use an alternate merge tool (optional)
  3. Check-In Policies
    1. Ensuring changes are properly implemented
    2. Configuring check-in policies and notes
    3. Team Foundation Server Power Tools policy-pack
    4. Understanding policy failure, overriding and managing overrides
    5. Creating, deploying and debugging a custom check-in policy
    6. Lab Exercises
      1. Configure the work item association check-in policy
      2. Configure the code analysis check-in policy
      3. Migrate code analysis policy settings to Visual Studio projects
      4. Create a unit test and managing test lists
      5. Configure a unit testing check-in policy
      6. Using Test Impact Analysis with the testing policy
      7. Use the Custom Path policy to scope other check-in policies
      8. Create, deploy and debug a custom check-in policy (optional)
  4. Team Foundation Build
    1. Team Foundation Build architecture
    2. Controllers, agents and pooling
    3. Securing the build process
    4. Automating Team Foundation Build
    5. Implementing Continuous Integration (CI)
    6. Builds check-in policy
    7. Gated check-ins and private builds
    8. Publish debugging symbols
    9. Customizing Team Foundation Build
    10. Using build process templates
    11. Customizing Windows Workflow-based build definitions
    12. Creating a custom Windows Workflow activity
    13. Customizing MSBuild-based build definitions
    14. Creating a custom MSBuild task
    15. Lab Exercises
      1. Setup build controller and build agents
      2. Create an automated build definition
      3. Configure build notifications
      4. Ensure a quality build by enabling code analysis
      5. Ensure a quality build by running automated tests
      6. Configure a gated check-in build
      7. Configure a private build
      8. Configure the build to publish debugging symbols
      9. Create a custom build template
      10. Customize a Windows Workflow-based build definition
      11. Create a custom Windows Workflow activity (optional)
      12. Customize an MSBuild-based build definition (optional)
      13. Create a custom MSBuild task (optional)
TFS 2010 / Advanced
Training TFS 2010 / Advanced

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

Training Real World Agile and Scrum – 2 days

Class overview :

This is not your typical Agile and Scrum 101 course. This course is designed to spend 25% of the time on « What » and « Why » behind Agile and Scrum and 75% on how you can actually start using it on your team tomorrow! This is team training so all roles (including the business product owners) should attend! In this Agile and Scrum course, attendees will learn real world techniques used by dozens of teams.

Class goals :

Compare Waterfall to Agile.
Learn the Agile values and principles.
Learn what Scrum is, the roles involved, and the process.
Compare and contrast Agile and Scrum roles to traditional roles and responsibilities.
Learn the Agile Lifecycle.
Learn to plan your release and build the backlog.
Learn to identify good stories.
Learn the methods for prioritizing and sizing stories.
Learn Sprint Planning and task estimating.
Learn about the Daily Scrum Meeting.
Learn about the Sprint review and retrospective.
Learn why Agile and Scrum are adopted.
Learn how Agile can fail and how to avoid pitfalls.

Content of Training Real World Agile and Scrum

Class Outline

  1. What is Agile & Scrum and Why?
    1. Traditional Project Characteristics
    2. The Agile Values
    3. What is Agile
    4. What is Scrum
    5. Agile Characteristics
    6. The Iteration Process
    7. The Backlog
    8. Agile/Scrum Top Terms
    9. Scrum Rules Cheat Sheet
  2. Agile / Scrum Roles
    1. Scrum Roles
    2. Who is the Product Owner?
    3. Product Owner is the Business Value Driver
    4. Product Owner is the Daily Decision Maker
    5. Business Users and SMEs
    6. The ScrumMaster
    7. ScrumMaster is a Servant Leader
    8. The Team
    9. Sample Team Structure
    10. The Team – Characteristics
    11. Team Maturity Stages
    12. Management Has a Role Too
    13. Best Practice: Reduce Cross-Project Multi-Tasking
    14. Best Practice: Plan Well for Shared Resources
    15. New Skills Are Needed
    16. Agile Roles – Handout
    17. Workshop – Agile vs. Traditional Roles
    18. So Why is Agile Being Adopted?
    19. So Who is Doing Agile?
    20. Challenges with Agile Adoption
    21. Workshop – Assessing Your Agility
    22. The Agile Lifecycle – Big Picture
    23. READY… SET… GO!
  3. Release Planning
    1. Product roadmap
    2. Release Planning
    3. Release Planning Steps
    4. Release Planning (picture)
    5. Principles for Identifying Stories
    6. Identifying Features / Stories
    7. Use Case Diagrams
    8. Themes, Features, Epics, Stories
    9. Sample Backlog
    10. What is a Story?
    11. Sample Stories
    12. Writing Good Stories
    13. Workshop – Identifying Features Using Use Cases
    14. Breaking Stories Into Small Chunks
    15. Sample Compound Stories
    16. Sample Complex Stories
    17. Sample Non-Functional Stories
    18. Workshop – Writing Stories
    19. How to Prioritize
    20. Prioritization Factors
    21. Dependency Chart Example
    22. Best Practice: Do Collaborative Requirements Gathering
    23. Workshop – Prioritizing Stories
    24. Sizing Stories Based on Complexity
    25. Story Points
    26. Hours vs. Story Points
    27. Playing Poker
    28. The ‘Complexity Buckets’ Method
    29. Workshop – Sizing Stories
    30. Building a Release Plan
    31. Defining the Team’s ‘Done’
    32. Sample Definition of ‘Done’
    33. Sample Definition of ‘Done’ ..
    34. How Long Should My Iteration Be?
    35. Estimating Initial Velocity
    36. Workshop – Estimating Initial Velocity
    37. Planning for Additional Iterations
    38. Developing the Project Estimate
    39. Have Realistic Expectations
    40. Sample Release Plan
    41. Workshop – Building Your Release Plan
  4. Iteration 0 / Setup
    1. Sprint 0 – Setting Up the Foundation for Success
    2. High Level Designs
    3. Team Training
    4. The Team Room / Environment
    5. Best Practice – Plan for ‘Gotchas’
    6. Workshop – Iteration 0 Planning
  5. Iteration Execution
    1. Iteration Planning
    2. Sample Iteration Plan
    3. Best Practices for Efficient Iteration Planning
    4. sample user test cases
    5. Best Practices for Task Breakdown
    6. everyone writes their tasks
    7. commitment reality check
    8. resource utilization sample
    9. best practice – involve shared resources
    10. Best practice – plan for ‘design’ and ‘code review’ tasks
    11. Workshop – Iteration Planning
    12. Creating the Task Board
    13. Task Board Variations
    14. daily tracking
    15. Daily Standup Rules
    16. Best Practice: ETA Dates vs. Hours Remaining
    17. Best Practice: Control Common Standup Dysfunctions
    18. Best Practice: Task Dependency Chart
    19. Iteration Burn down Charts
    20. iteration burn down – by story
    21. Best Practice Use Them With Caution
    22. Workshop- Controlling Standup Dysfunctions
    23. What Happens During the Iteration
    24. The ScrumMaster
    25. The Product Owner
    26. The Architect
    27. The Developer
    28. The BA
    29. The Tester
    30. impediments
    31. Impediment sample
    32. preparing for the review/demo
    33. iteration review
    34. Tracking Team’s Performance (Velocity)
    35. Managing Scope Changes
    36. Release Burnup Chart
    37. Iteration Retrospective
    38. best practices for retrospectives
    39. sample retrospective output
    40. Workshop – The Retrospective
  6. Pre-Release & Closure
    1. The Pre-Release Sprint
    2. Workshop – The Art of the ‘Possible’
  7. Our Top Best Practices
    1. Our Top Management Best Practices
    2. Our Top Team Best Practices
    3. Our Top Requirements Best Practices
    4. Our Top Technical Best Practices
Real World Agile and Scrum
Training Real World Agile and Scrum

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

Training PHP / Introduction – 4 days

Class overview :

In this PHP training course, students will learn to create database-driven websites using PHP and MySQL or the database of their choice.

Class goals :

Learn how PHP works.
Learn the basic syntax of PHP.
Learn to create dynamic interactive pages with PHP.
Learn to manipulate files with PHP.
Learn to work with arrays in PHP.
Learn to validate forms with PHP.
Learn to write functions in PHP.
Learn to manipulate and manage database data with PHP.
Learn to authenticate users with PHP.
Learn to manage sessions with PHP.
Learn to work with the MDB2 package.
Learn advanced form validation with regular expressions.
Learn to send email with PHP.

Content of Training PHP / Introduction

Class Outline

  1. PHP Basics
    1. How PHP Works
    2. The php.ini File
    3. Basic PHP Syntax
      1. PHP Tags
      2. PHP Statements and Whitespace
      3. Comments
      4. PHP Functions
      5. Hello World!
    4. Variables
      1. Variable Types
      2. Variable Names (Identifiers
      3. Type Strength
      4. Hello Variables!
      5. Variable Scope
      6. Superglobals
      7. Constants
      8. Variable-Testing and Manipulation Functions
    5. First PHP Script
    6. PHP Operators
    7. Creating Dynamic Pages
      1. Single Quotes vs. Double Quotes
      2. Passing Variables on the URL
    8. Passing Variables via the Query String
  2. Flow Control
    1. Conditional Processing
      1. If Conditions
    2. Working with Conditions
    3. Loops
      1. while
      2. do…while
      3. for
      4. break and continue
    4. Working with Loops
  3. Arrays
    1. Enumerated Arrays
      1. Initializing Arrays
      2. Appending to an Array
      3. Reading from Arrays
      4. Looping through Arrays
    2. Working with Enumerated Arrays
    3. Associative Arrays
      1. Initializing Associative Arrays
      2. Reading from Associative Arrays
      3. Looping through Associative Arrays
      4. Superglobal Arrays
    4. Working with Associative Arrays
    5. Two-dimensional Arrays
      1. Reading from Two-dimensional Arrays
      2. Looping through Two-dimensional Arrays
    6. Array Manipulation Functions
  4. PHP and HTML Forms
    1. HTML Forms
      1. How HTML Forms Work
      2. A Sample HTML Form
      3. Form Variables
    2. Processing Form Input
  5. String Manipulation
    1. Formatting Strings
      1. Concatenation
      2. String Manipulation Functions
      3. Examples of String Functions
    2. Working with String Manipulation Functions
    3. Magic Quotes
      1. magic_quotes_gpc
      2. magic_quotes_runtime
      3. Recommendation on Magic Quotes
  6. Reusing Code and Writing Functions
    1. Including Files
      1. require
      2. require_once
      3. auto_prepend_file and auto_append_file
    2. Adding a Header and Footer
    3. User Functions
      1. Defining and Calling Functions
      2. Default Values
      3. Variable Scope
      4. By Reference vs. By Value
    4. Form Processing
      1. Code Organization
    5. Form Validation and Presentation Functions
  7. Managing Data
    1. Querying a Database
      1. mysqli() Overview
      2. mysqli Methods and Properties
      3. Inserting and Updating Records
      4. mysqli Prepared Statements
    2. Inserting Records
  8. MDB2
    1. Advantages and Disadvantages of MDB2
      1. Why use a database abstraction layer?
      2. When not to use a database abstraction layer?
    2. Using MDB2
    3. Creating a Customer Report
  9. Authentication with PHP and SQL
    1. A Database-less Login Form
    2. Authenticating Users
  10. Regular Expressions
    1. Perl-compatible Regular Expression Functions
      1. preg_match()
      2. preg_replace()
      3. Regular Expression Tester
    2. Regular Expression Syntax
      1. Start and End ( ^ $ )
      2. Number of Occurrences ( ? + * {} )
      3. Common Characters ( . d D w W s S )
      4. Grouping ( [] )
      5. Negation ( ^ )
      6. Subpatterns ( () )
      7. Alternatives ( | )
      8. Escape Character ( )
    3. Form Validation Functions with Regular Expressions
  11. Session Control and Cookies
    1. Sessions
      1. Configuring Sessions
      2. Session Functions
    2. Cookies
    3. Authentication with Session Control
  12. Sending Email with PHP
    1. mail()
      1. Shortcomings of mail()
    2. PHPMailer
    3. Sending a Password by Email
  13. File System Management
    1. Opening a File
      1. fopen()
    2. Reading from a File
      1. fgets()
    3. Writing to a File
      1. fwrite()
    4. Writing to a File
    5. File Locking
      1. flock()
    6. Uploading Files via an HTML Form
    7. Getting File Information
    8. More File Functions
    9. Directory Functions
      1. Getting a Directory Listing
    10. Creating a Resume Management Page
PHP / Introduction
Training PHP / Introduction

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

Training Citrix XenServer 6.0 Administration – 5 days

Class overview :

In this Citrix XenServer 6.0 training course, students are provided the foundational knowledge necessary to effectively install, configure, administer, and troubleshoot XenServer 6.0 and Provisioning Services 6.0. Students will have the opportunity to apply that foundational knowledge through the use of hands-on labs.

Class goals :

In this Citrix XenServer 6.0 training course, students will learn skills necessary to configure and administer XenServer 6.0, XenCenter, and Provisioning Services 6.0. Through hands-on labs, students will gain experience with:

  • Installing and Implementing XenServer
  • Creating and Managing Virtual Machines
  • Configuring the Network
  • Configuring Storage
  • Creating, Configuring, and Managing Resource Pools
  • Configuring the Distributed Virtual Switch (DVS)
  • Configuring Workload Balancing (WLB)
  • Configuring High Availability, Back up, and Restore
  • Managing and Troubleshooting Hosts
  • Installing and Configuring Provisioning Services
  • Managing vDisks

Content of Citrix XenServer 6.0 Administration

Citrix XenServer 6.0 Administration
Training Citrix XenServer 6.0 Administration

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

Training Architecting a Citrix Virtualization Solution – 5 days

Class overview :

The CVA-500-1 Architecting a Citrix Virtualization Solution courseware teaches Citrix architects how to analyze and design a comprehensive Citrix virtualization solution. Based on the Citrix Consulting Services Methodology, the course will provide students with the key considerations for managing the project, assessing environment readiness and risks and designing the appropriate solution according to Citrix best practices.

Class goals :

Students will gain real-world insight from the field and practice assessment and design exercises based on challenging, enterprise-level scenarios.

Content of Architecting a Citrix Virtualization Solution

Project Management

  • Overview: Objectives
  • Citrix Consulting Methodology
  • Assessment and Design Projects
  • Documentation

Business Goals

  • 3-to-5 Year Plan
  • Growth
  • IT Projects

User Community

  • User Groups
  • Endpoints
  • Usage Habits
  • User Locations
  • User Satisfaction

Operating System Delivery

  • Desktop Images
  • Image Build Process
  • Desktop Maintenance

Application Delivery

  • General Applications
  • Special Applications
  • Application Virtualization

Server Virtualization

  • Current Solution
  • Physical Server Assessment

Infrastructure

  • Server Hardware
  • Network Architecture
  • Windows Server and Active Directory
  • Enterprise Storage
  • Databases

Security and Personalization

  • Authentication
  • Permissions
  • A/V
  • Logon Scripts
  • Profiles
  • Active Directory Policies

Operations and Support

  • Monitoring and Management
  • Testing and Change Control
  • Support
  • Disaster Recovery

Conceptual Architecture

  • Executive Summary
  • Enterprise Design

Virtualization Infrastructure Design

  • Virtualized Components
  • Server Hardware
  • Network Configuration
  • High Availability
  • Storage
  • Resource Pool Design
  • Capacity Planning
  • Physical Server Migration

Operating System Delivery Design

  • Provisioning Services Operating System
  • Hardware
  • Capacity Planning
  • HA
  • Cache
  • Farm Design
  • A/V
  • Bootstrap Redundancy
  • Device Collections
  • Optimization
  • SQL Database
  • vDisk Storage Location
  • Enterprise Storage
  • vDisk Type
  • Write Cache Encryption

Application Delivery Design

  • Applications
  • Integration
  • Application Streaming Cache
  • Optimizations

Desktop Delivery Design

  • Desktop Delivery Controller
  • Farm Design
  • Virtual Machine Specifications
  • Desktop Groups
  • Desktop Images
  • Profiles Design
  • Policy Design
  • Desktop Monitoring

Access Design

  • Resource Delivery
  • Access Scenarios
  • Access Gateway Deployment Modes
  • Server Load Balancing

Delivery Optimization

  • ICA Acceleration
  • WAN Acceleration
  • Branch Repeater and Access Gateway Integration

Business Continuity Design

  • Component Failover
  • Site Failover
Architecting a Citrix Virtualization Solution
Training Architecting a Citrix Virtualization Solution

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

Training Citrix XenDesktop 5 Administration – 5 days

Class overview :

This course provides the foundation necessary for administrators to effectively centralize and manage desktops in the datacenter and deliver them as a service to users anywhere. Students will learn how to select a desktop delivery model for each user group based on their needs, build proof-of-concept and production XenDesktop environments, assign virtual desktops to users and customize the user experience through policies.

Class goals :

Upon successful completion of this course, learners will be able to:

  • Determine the best Flexcast delivery model for each user group.
  • Build a XenDesktop proof-of-concept environment.
  • Configure a XenServer host for desktop delivery.
  • Build and configure a production XenDesktop site.
  • Manage virtual desktops as a single entity by creating a desktop catalog.
  • Modify a desktop image without impacting user productivity.
  • Restrict or allow certain XenDesktop features using policies.
  • Monitor site activity and troubleshoot issues in Desktop Director.
  • Install and configure Provisioning services.
  • Copy a desktop image to a virtual disk that can be streamed to virtual and physical target devices.
  • Identify the XenClient infrastructure.
  • Install and configure Synchronizer for XenClient.

Content of Citrix XenDesktop 5 Administration

Introducing XenDesktop

  • Five Core Strengths of XenDesktop
  • Desktop Virtualization
  • XenDesktop Product Family
  • Test Your Knowledge: XenDesktop Product Family
  • FlexCast
  • Use Cases
  • Virtual Desktop Models
  • Test Your Knowledge: Virtual Desktop Models
  • HDX Technologies
  • Hosted Desktop Delivery
  • Quick Deploy
  • Quick Deploy System Requirements
  • To Run Quick Deploy

Configuring the Hypervisor for Desktop Delivery

  • Virtualization
  • Virtualization Components
  • Hypervisors
  • Hypervisor Role in Desktop Delivery
  • Test Your Knowledge: The Hypervisor Role in Desktop Delivery
  • Windows Virtual Machine Architecture
  • Installation from an ISO
  • To Create an ISO Library
  • Windows Virtual Machine Device Support
  • Windows Virtual Machine Creation
  • XenServer Tools
  • Test Your Knowledge: To Create an ISO Library
  • Test Your Knowledge: Windows Virtual Machine Creation
  • Templates and Life-Cycle Operations
  • Virtual Machine Templates
  • To Provision a New Virtual Machine Using a Template
  • Virtual Machine Export and Import
  • Virtual Machine Duplication
  • Test Your Knowledge: Export, Import, and Copy Virtual Machines
  • Snapshots
  • Virtual Machine Operations
  • XenConvert
  • To Convert a Server or Desktop to a Virtual Machine
  • Virtual Machine Resource Management
  • Events and Alerts
  • Resource Pools
  • Virtual Machine Movement
  • Network Components and Architecture
  • External Networks
  • Internal-only Network
  • NIC Bonds
  • To Create a NIC Bond in XenCenter
  • VLANs
  • Storage
  • Storage Repositories
  • Remote Storage
  • Storage Capability Comparison
  • Test Your Knowledge: Storage Components
  • Troubleshooting Hypervisor Issues

Installing and Configuring XenDesktop

  • XenDesktop Architecture
  • Production Site Configuration
  • License File Management
  • Obtaining License Files
  • Security Considerations
  • Active Directory Considerations
  • Supported Active Directory Environments
  • Active Directory-Based Controller Discovery
  • Active Directory Objects
  • Test Your Knowledge: Active Directory Considerations
  • Configuring a XenDesktop Site
  • To Configure a XenDesktop Site
  • Web Interface
  • Web Interface Considerations
  • Desktop Delivery Communication Process
  • Access Gateway
  • ICA Proxy Mode
  • Access Gateway Deployment Scenarios
  • Access Gateway Communications
  • Access Gateway Authentication
  • Single Sign-on to Web Interface
  • SmartAccess

Managing Desktop Catalogs and Groups

  • Administration Roles
  • To Add an Administrator Account
  • Preparing a Virtual Desktop for Delivery
  • Virtual Desktop Agent Installation
  • Virtual Desktop Agent Wizard Settings
  • Manual Firewall Configuration
  • Machine Creation Services
  • Machine Creation Services Host and Storage Requirements
  • Desktop Catalogs
  • Machine Types
  • Pooled Machine Type
  • Dedicated Machine Type
  • Existing Machine Type
  • Physical Machine Type
  • Streamed Machine Type
  • Virtual Desktop Updates
  • To Modify the Master Virtual Machine
  • To Revert to the Previous Master Virtual Machine
  • Desktop Groups
  • Desktop Group Types
  • Desktop Group Examples
  • To Create a Desktop Group
  • Power Management
  • Pools and Buffers
  • To Configure Power Management
  • Troubleshooting Desktop Catalog and Group Issues

Customizing the User Experience

  • User Device Types
  • Display Modes
  • Profile Management
  • User Profiles
  • User Profile Types
  • Redirecting User Data
  • Managing User Profiles
  • Profile Management Logon Process
  • To Enable Profile Management
  • FlexCast for Apps
  • Application Delivery Method
  • Test Your Knowledge: Application Delivery Method
  • XenDesktop Policies
  • Policy Creation
  • To Create a Policy
  • Policy Settings
  • Policy Setting Best Practices
  • Policy Prioritization
  • Test Your Knowledge: Policies, Printers, and Client Drive Mapping
  • Troubleshooting Customization Issues

Monitoring XenDesktop Sites

  • Desktop Director
  • Installing Desktop Director
  • Accessing Desktop Director
  • Desktop Director Pages
  • Filters
  • Searching for a User or Machine
  • User and Machine Management
  • Managing Machines
  • Managing End Users
  • User Shadowing
  • To Shadow a User
  • Troubleshooting Site Monitoring Issues

Streaming Desktops to Virtual and Physical Machines

  • Streamed VHDs and Catalogs
  • Provisioning Services
  • Citrix Provisioning Services Infrastructure
  • Citrix Provisioning Services Components
  • Key Services
  • Provisioning Services Administration
  • Installation Planning
  • Network Boot Services
  • Boot Process
  • DHCP Deployment Options
  • DHCP Configuration
  • Provisioning Services Farm Design
  • Farms
  • SQL Database Server
  • Service Account Permissions
  • Sites
  • Stores
  • Write Caches
  • Storage Requirements
  • Sample vDisk Storage Requirements
  • Provisioning Services Installation
  • To Install Provisioning Services
  • Provisioning Services Configuration
  • To Configure a Provisioning Services Farm
  • Store Configuration
  • Troubleshooting Provisioning Services Installation and Configuration

Creating a Shared vDisk

  • vDisk Image Modes
  • Standard Image Mode
  • Difference Disk Image Mode
  • Private Image Mode
  • Write-Cache Types
  • Cache on Server Disk
  • Cache on Server Disk: Local Storage
  • Cache on Server Disk: Shared Storage
  • Cache on Device’s Hard Drive
  • Cache on Device’s Hard Drive: Local Storage
  • Cache on Device’s Hard Drive: Shared Storage
  • Target Device-based RAM Cache
  • Target Device RAM
  • To Create a vDisk
  • Imaging Wizard
  • vDisk File Creation
  • VHD Format
  • vDisk Mounting
  • vDisk Formatting
  • Master Target Device
  • Boot Order
  • Master Target Device Software
  • To Create a Windows Master Target Device using the Imaging Wizard
  • XenConvert Overview
  • To Image Windows Target Devices with XenConvert
  • Troubleshooting vDisk Creation Issues

Administering Provisioning Services Components

  • Provisioning Services Hosts in the Console
  • Target Device Connections
  • Provisioning Services Host Properties
  • Target Device Management
  • Target Device Collection
  • Target Device Views
  • Target Device Properties
  • Active Directory Integration
  • To Manage Domain Passwords
  • Automatic Password Renegotiation
  • To Integrate Active Directory
  • Test Your Knowledge: Active Directory Login Issue
  • vDisk Management
  • vDisk Properties
  • To Create a vDisk File
  • To Unassign vDisks from Target Devices
  • To Delete a vDisk
  • vDisk Locks
  • vDisk Backup
  • Streamed Desktop Catalogs
  • To Create a Streamed Desktop Catalog
  • vDisk Updates
  • Automatic Update
  • Incremental Update
  • Autoupdate Tool
  • Incremental Update Rollback
  • Scheduled vDisk Updates
  • vDisk Update Strategies
  • Troubleshooting Provisioning Services Issues

Delivering Local VM Desktops

  • Local VM Desktops with XenClient
  • XenClient Architecture
  • Synchronizer for XenClient
  • Test Your Knowledge: XenClient Components
  • XenClient Installation
  • To Install XenClient
  • XenClient Configuration
  • Receiver for XenClient
  • To Create a Virtual Machine
  • XenClient Tools
  • Synchronizer Installation and Configuration
  • Image Management
  • To Upload a Virtual Machine to the Synchronizer
  • To Assign Desktops to End Users
  • User Management
  • To Create a Local User or Group
  • To Link an Existing AD User or Group
  • Device Management
  • XenClient User Experience
  • Secure Application Sharing
  • Troubleshooting Local VM Desktop Issues
Citrix XenDesktop 5 Administration
Training Citrix XenDesktop 5 Administration

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

Training Citrix Virtualisation (CVE400/CVA500) FastTrack – 5 days

Class overview :

This is an intensive 5-day course combining CVA500 ‘Architecting a Citrix Virtualization Solution’ and CVE400 ‘Engineering a Citrix Virtualization Solution’ courses

Class goals :

Upon completion of this course, learners are able to:

  • Explain the benefits and considerations for VM storage, including local host disk, iSCSI SAN, Fibre Channel SAN and NFS SAN
  • Explain how network considerations, including network topology, utilization requirements and the number of interfaces, affect a virtualization host server
  • Configure network connectivity and storage for the XenServer host
  • Configure a resource pool for optimal performance
  • Identify information in the project documentation that is required for project decision-making purposes
  • Create an order of execution plan that reflects the tasks required to implement the virtual solution and organizational goals
  • Identify the available Provisioning Services server optimizations
  • Install, configure and test a Provisioning Services configuration
  • Configure XenApp for optimal performance in a virtualized environment
  • Prepare, install and configure a provisioned XenApp server within a Citrix virtualization solution
  • Identify the components that comprise a XenDesktop virtual solution
  • Provision a XenDesktop pool in a virtual solution
  • Identify the uses and differences of EdgeSight for Load Testing, EdgeSight for Endpoints and EdgeSight for XenApp
  • Configure an EdgeSight alert to trigger a Workflow Studio workflow
  • Identify common workflows that can be automated using Workflow Studio
  • Perform a XenApp server upgrade using the vDisk update process
  • Describe the phases of the Citrix Consulting Methodology and distinguish between Assessment and Design projects
  • Determine the type of information to be collected about the existing desktop infrastructure and supporting processes
  • Describe how applications can be delivered within a Citrix virtualization infrastructure
  • Identify the server performance metrics that determine whether a server is a good virtualization candidate
  • Identify areas of the network architecture that should be included in an infrastructure assessment
  • Identify which factors to check when assessing security and the user authentication process
  • Gather data about testing, control and support processes, as well as user issues, backup and recovery plans in an environment
  • Define the purpose of the conceptual architecture diagram, documentation and validation process
  • Evaluate and recommend delivery methods for application types
  • Recognize tuning and optimizations that can improve the performance of the operating system and server
  • Describe the design considerations for the Desktop Delivery Controller and Citrix XenDesktop farms
  • Identify options for providing Provisioning Services bootstrap redundancy and available network optimizations for Provisioning Services
  • Determine the optimal shared storage design to provide high availability for vDisks and the optimal vDisk type to implement in an environment
  • Determine the appropriate network design for a XenServer implementation in an environment
  • Determine how to configure an Access Gateway implementation for an environment
  • Describe general ICA protocol optimization techniques
  • Evaluate design considerations for integrating Branch Repeater into an Access Gateway design
  • Recognize how risk can impact a virtualization solution

Content of Citrix Virtualisation (CVE400/CVA500) FastTrack

Host Server Concepts

  • Key Virtualization Terms
  • Hardware Configuration
  • Memory Considerations
  • CPU Considerations
  • Network Considerations
  • Virtual Machine Management
  • Virtual Machine Migration
  • Identifying Media Storage Considerations
  • Differentiating Between Local Storage and SAN
  • Determining RAM Scalability
  • Determining CPU Scalability
  • Determining Network Interface Strategies
  • Determining HA Priority Levels
  • Identifying Storage Overcommitment Risks

XenServer Integration

  • ISO Storage
  • Pre-Installation Considerations
  • Troubleshooting
  • Configuring XenServer Networking
  • Configuring XenServer Storage
  • Creating a Resource Pool
  • Testing High Availability

Project Planning and Implementation Strategies

  • Project Roles
  • Project Documentation
  • Implementation Planning
  • Implementation Case Studies
  • Identifying Gaps in Documentation
  • Interpreting Project Documentation and Identifying Goals

Provisioning Services Integration

  • Network Support of Streaming
  • Provisioning Services Optimizations
  • Streaming Other Workloads
  • Troubleshooting
  • Installing and Configuring Provisioning Services Server
  • Creating and Configuring the vDisk
  • Testing the Configuration
  • Adding Additional Server to Farm
  • Configuring Load Balancing and HA for Provisioning Services

XenApp Integration

  • Application Delivery
  • XenApp Configurations
  • Provisioning Services with XenApp
  • XenApp Migration
  • Troubleshooting
  • Installing XenApp
  • Provisioning XenApp Servers
  • Configuring XenApp Servers

XenDesktop Integration

  • Virtual Desktop Components
  • Desktop Groups
  • XenDesktop Management
  • NetScaler VPX
  • Troubleshooting
  • Installing the Desktop Delivery Controller
  • Installing the Additional Desktop Delivery Controllers
  • Configuring the XenDesktop Farm
  • Creating a Virtual Desktop VM
  • Provisioning the XenDesktop Pool
  • Configuring the Desktop Group
  • Testing the Desktop Pool
  • Configuring NetScaler VPX

Virtualized Environment Monitoring

  • EdgeSight
  • EdgeSight for Load Testing
  • Installing EdgeSight for Load Testing
  • Installing EdgeSight Server
  • Configuring the EdgeSight Server
  • Installing EdgeSight Agent Database Server
  • Installing EdgeSight Agent on XenDesktop Desktops
  • Configuring EdgeSight
  • Testing the Monitoring Environment

Virtualized Environment Maintenance

  • Workflow Studio Overview
  • Workflow Automation
  • Sample Maintenance Workflows
  • XenApp and XenDesktop Server Backup
  • Configuring a XenServer Metadata Backup Schedule
  • Performing a XenServer Hotfix Update
  • Performing a XenApp Application Update
  • Upgrading a Provisioned XenApp Server
  • Configuring Lab Manager
  • Configuring Citrix Receiver for Citrix Dazzle

Project Management

  • Overview: Objectives
  • Citrix Consulting Methodology
  • Assessment and Design Projects
  • Documentation

Business Goals

  • 3-to-5 Year Plan
  • Growth
  • IT Projects

User Community

  • User Groups
  • Endpoints
  • Usage Habits
  • User Locations
  • User Satisfaction

Operating System Delivery

  • Desktop Images
  • Image Build Process
  • Desktop Maintenance

Application Delivery

  • General Applications
  • Special Applications
  • Application Virtualization

Server Virtualization

  • Current Solution
  • Physical Server Assessment

Infrastructure

  • Server Hardware
  • Network Architecture
  • Windows Server and Active Directory
  • Enterprise Storage
  • Databases

Security and Personalization

  • Authentication
  • Permissions
  • A/V
  • Logon Scripts
  • Profiles
  • Active Directory Policies

Operations and Support

  • Monitoring and Management
  • Testing and Change Control
  • Support
  • Disaster Recovery

Conceptual Architecture

  • Executive Summary
  • Enterprise Design

Virtualization Infrastructure Design

  • Virtualized Components
  • Server Hardware
  • Network Configuration
  • High Availability
  • Storage
  • Resource Pool Design
  • Capacity Planning
  • Physical Server Migration

Operating System Delivery Design

  • Provisioning Services Operating System
  • Hardware
  • Capacity Planning
  • HA
  • Cache
  • Farm Design
  • A/V
  • Bootstrap Redundancy
  • Device Collections
  • Optimization
  • SQL Database
  • vDisk Storage Location
  • Enterprise Storage
  • vDisk Type
  • Write Cache Encryption

Application Delivery Design

  • Applications
  • Integration
  • Application Streaming Cache
  • Optimizations

Desktop Delivery Design

  • Desktop Delivery Controller
  • Farm Design
  • Virtual Machine Specifications
  • Desktop Groups
  • Desktop Images
  • Profiles Design
  • Policy Design
  • Desktop Monitoring

Access Design

  • Resource Delivery
  • Access Scenarios
  • Access Gateway Deployment Modes
  • Server Load Balancing

Delivery Optimization

  • ICA Acceleration
  • WAN Acceleration
  • Branch Repeater and Access Gateway Integration

Business Continuity Design

  • Component Failover
  • Site Failover
Citrix Virtualisation (CVE400/CVA500) FastTrack
Training Citrix Virtualisation (CVE400/CVA500) FastTrack

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

Training XenDesktop and Citrix XenServer Fast Track – 5 days

Class overview :

This course is the combined CXD2021 – Citrix XenDesktop 5 Administration and the CXS2022 – Citrix XenServer 5.6 Administration.

Class goals :

Upon successful completion of this course, will have learnt about:

  • XenServer
    • Configuring a XenServer virtualization server
    • Managing a XenServer using XenCenter
    • Creating Windows and Linux virtual machines
    • Creating XenServer resource pools and connecting to remote storage
    • Using XenMotion and automatic virtual machine placement
    • Creating Templates and using Lifecycle operations
  • XenDesktop
    • Determine the best Flexcast delivery model for each user group
    • Build a XenDesktop proof-of-concept environment
    • Configure a XenServer host for desktop delivery
    • Build and configure a production XenDesktop site
    • Manage virtual desktops as a single entity by creating a desktop catalog
    • Modify a desktop image without impacting user productivity
    • Restrict or allow certain XenDesktop features using policies
    • Monitor site activity and troubleshoot issues in Desktop Director
    • Install and configure Provisioning services
    • Copy a desktop image to a virtual disk that can be streamed to virtual and physical target devices
    • Identify the XenClient infrastructure
    • Install and configure Synchronizer for XenClient

Content of XenDesktop and Citrix XenServer Fast Track

XenServer

  • Module 1: XenServer Introduction
  • Module 2: XenServer and XenCenter Installation
  • Module 3: Windows Virtual Machines
  • Module 4: Linux Virtual Machines
  • Module 5: Templates and Life-Cycle Operations
  • Module 7: Resource Management
  • Module 8: Networking
  • Module 10: Storage
  • Module 11: Resource Pools

XenDesktop

  • Module 1: Introducing Xenserver
  • Module 2: Configuring the Hypervisor for Desktop Delivery
  • Module 3: Installing and Configuring XenDesktop
  • Module 4: Managing Desktop Catalogs and Groups
  • Module 5: Customizing the User Experience
  • Module 6: Monitoring XenDesktop Sites
  • Module 7: Streaming Desktops to Virtual and Physical Machines
  • Module 8: Creating a Shared vDisk
  • Module 9: Administering Provisioning Services Components
  • Module 10: Delivering Local VM Desktops
XenDesktop and Citrix XenServer Fast Track
Training XenDesktop and Citrix XenServer Fast Track

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

Training Citrix XenApp 6.5 Advanced Administration – 5 days

Class overview :

This course provides learners with the skills necessary to monitor, maintain, optimize and troubleshoot Citrix XenApp 6.5 environments running on Windows Server 2008 R2 software. Learners are introduced to the tools used to monitor the XenApp farm, record farm activity and generate reports.

Class goals :

On completion of this course, students will have learnt about:

  • Troubleshooting the XenApp environment
  • Scaling the XenApp environment
  • Creating farm redundancy
  • Maintaining the XenApp environment
  • Optimizing the XenApp environment
  • Optimizing printing
  • Monitoring XenApp with standard utilities
  • Monitoring XenApp with EdgeSight
  • Securing XenApp

Content of Citrix XenApp 6.5 Advanced Administration

Module 1: Troubleshooting the XenApp Environment

  • Troubleshooting Methodology
  • Logon Issues
  • User Sessions
  • Server Resources
  • Exercise 1-1: Troubleshooting an AppCenter Issue
  • Exercise 1-2: Troubleshooting Web Interface and XML Issues
  • Exercise 1-3: Troubleshooting Launching a Hosted Application
  • Exercise 1-4: Troubleshooting Streaming Applications

Module 2: Scaling the XenApp Environment

  • Farm Configuration Recommendations
  • Farm Scalability
  • Scripted Installation
  • Server Build Scripting
  • XenApp Server Templates
  • Data Store Database Migration
  • Dedicated Data Collector
  • Web Interface Planning
  • Delivery Services
  • XenApp and XenDesktop Integration
  • XenApp and Provisioning Services Integration
  • XenApp and Merchandising Server Integration
  • Exercise 2-1: Preparing to Clone a XenApp Server
  • Exercise 2-2: Cloning a XenApp Server
  • Exercise 2-3: Preparing a XenApp Server for Scripted Configuration
  • Exercise 2-4: Performing a Scripted Configuration

Module 3: Creating Farm Redundancy

  • Eliminating Single Points of Failure
  • Disaster Recovery
  • Load Balancing
  • XenApp and NetScaler Integration
  • Exercise 3-1: Load Balancing Web Interface and XML Services Using Citrix NetScaler
  • Exercise 3-2: Testing Load Balancing through Citrix NetScaler
  • Exercise: 3-3: Installing and Configuring Web Interface on Citrix NetScaler

Module 4: Maintaining the XenApp Environment

  • Farm Setting Migration
  • Data Store Database Maintenance
  • Data Store Database Recovery
  • Local Host Cache
  • XML Service Overview
  • Routine Operations
  • Power and Capacity Management
  • Exercise 4-1: Updating the Mozilla Firefox Streaming Profile
  • Exercise 4-2: Performing Data Store Maintenance Commands
  • Exercise 4-3: Configuring Power and Capacity Management
  • Exercise 4-4: Creating a Restart Schedule for the XenApp Servers

Module 5: Optimizing the XenApp Environment

  • Performance Tuning
  • Windows Server Tuning for XenApp
  • XenApp Tuning
  • Virtual Memory Optimization
  • CPU Optimization
  • Virtual Machine Sizing
  • Multi-Streaming
  • Accelerating ICA Traffic with Branch Repeater
  • QoS through Branch Repeater
  • Exercise 5-1: Enabling Multi-Stream ICA Policies for Specific ICA Traffic
  • Exercise 5-2: Enabling CPU and Memory Optimization

Module 6: Optimizing the User Environment

  • Access methods
  • Application Compatibility
  • Application Streaming
  • General Guidelines For Improving Application Performance
  • User Profiles
  • Session Pre-Launch
  • User Connection Configuration
  • Exercise 6-1: Configuring Profile Management
  • Exercise 6-2: Profiling an Application Requiring A Service
  • Exercise 6-3: Configuring Session Pre-Launch

Module 7: Optimizing Printing

  • Printing Architecture Review
  • Managing Printers
  • Citrix Universal Printer
  • Printing Performance Policies
  • Non-Native Printer Drivers
  • Printer Driver Isolation
  • Printing Tools
  • Troubleshooting Printing
  • Exercise 7-1: Verifying Printer Driver Compatibility with XenApp
  • Exercise 7-2: Replicating Print Drivers Using PowerShell
  • Exercise 7-3: Troubleshooting a Printer Issue with the Citrix Group Policy Modeling Wizard

Module 8: Securing XenApp

  • Setting Rights and Permissions
  • XenVault
  • SSL Certificates
  • XenApp Security with Access Gateway
  • Exercise 8-1: Creating and Distributing a Root CA Certificate
  • Exercise 8-2: Encrypting External ICA Traffic Using ICA Proxy
  • Exercise 8-3: Restricting External Application Access
  • Exercise 8-4: Encrypting XML Traffic With SSL Relay

Module 9: Monitoring XenApp with Standard Utilities

  • XenApp Monitoring
  • XenApp Utilities
  • Citrix Utilities
  • Third-party tools
  • Execise 9-1: Using Desktop Director to View Session Data
  • Exercise 9-2: Monitoring XenApp using Performance Monitor
  • Exercise 9-3: Monitoring XenApp Using Command Line Utilities

Module 10: Monitoring XenApp with EdgeSight

  • EdgeSight Components
  • Real-Time Information
  • Reports
  • Alerts
  • Active Application Monitoring
  • Exercise 10-1: Viewing EdgeSight Historical Data
  • Exercise 10-2: Viewing EdgeSight Real-Time Data
Citrix XenApp 6.5 Advanced Administration
Training Citrix XenApp 6.5 Advanced Administration

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