SumITUp. A Complete Summary for Our Practice Test. TS: Microsoft Windows SharePoint Services 3.0, Configuring

Size: px
Start display at page:

Download "SumITUp. A Complete Summary for Our 70-631 Practice Test. TS: Microsoft Windows SharePoint Services 3.0, Configuring"

Transcription

1 SumITUp A Complete Summary for Our Practice Test TS: Microsoft Windows SharePoint Services 3.0, Configuring SumITUp is a great summary recap of the objectives & material covered on the exam. Use it in addition to or in concert with your practice test as: A bulleted overview of the exam scope and objectives before you start your study to provide you with the big picture objective by objective. A checklist & review of topics covered within each objective to ensure you have studied all the critical areas. A tool you can print out for review on the go. A rapid review tool for the day before you take the exam. All Rights Reserved

2 2 SumITUp A Complete Summary for Our Practice Test Deploy Windows SharePoint Services 3.0 (WSS) Configure WSS server roles Different roles and components can be divided into three tiers - WFE (Web Front End) server(s) - Search Server(s) - SQL Database server(s) Configure WSS topology Microsoft WSS 3.0 can be implemented based on two general topologies - Single Server o You can install a single server and designate all roles on a single server o Less complexity and low cost but limited performance o Suitable for small implementations - Servers Farm o You separate different roles, such as multiple WFE servers and back-end database servers o More complexity and higher cost but higher performance and easily scalable o Suitable for medium and large implementations Create WSS namespace Sites are implemented in Web applications You can create or extend a Web application - By creating a new Web application, you can create a new application pool, a new database to store its data, and a different authentication methods to access to the database server - By extending an existing Web application, you use the same content database and application pool to provide users with the same content and data they had in an existing Web application o This feature is useful in situations where you need to provide users in a different environment with access to the same content with different domain names and security configurations, such as an extranet For each Web application, you can define managed paths to customize the naming and structure of the URL addresses to meet your needs You can manage your WSS 3.0 environments by using different URLs for different purposes - You can use AAM (Alternate Access Mappings) to associate Web applications with a collection of different mappings between internal and public URLs Upgrade WSS 3.0 from WSS 2.0 In-place upgrade - You can upgrade the content and configuration data at one time - Usually is a straight forward procedure - You ensure that all sites are accessible through the original URLs - Will cause downtime in the WSS environment during the process

3 3 SumITUp A Complete Summary for Our Practice Test - You cannot revert the upgraded sites to the original versions - Ideal for small environments and over-the-weekend plans Gradual upgrade - Generally a complex procedure - Provides you with more control over the whole process - You can install the new version side-by-side with the older version - You can control the list of site collections nominated to upgrade and decide about the time of their upgrade - You can revert the upgraded sites to the original versions - You ensure that all sites are accessible through the original URLs - It will not cause major downtime in the WSS environment because only the sites under the current upgrade operation will be affected - Ideal for step-by-step upgrade plans in medium and large WSS environments Advanced (manual) upgrade - Generally is a tricky and complex procedure - You need to build-up a new farm with WSS You need to manually migrate your database to the new farm - Extra space on SQL servers is required - Ideal for migrating to new hardware and servers during the upgrade - Necessary for WSS 2.0 environments that are using scalable hosting mode - Necessary for WSS 2.0 environments that are using the account creation mode for the Active Directory service Install WSS Minimum hardware requirements to deploy WSS WSS 3.0 needs a server with a 2.5 GHz processor for either stand-alone or farm front-end installations - WSS 3.0 needs at least 1 GHz of physical memory for stand-alone and 2 GHz for front-end farm implementations Software requirements - In clean installations, WSS 3.0 runs on Windows Server 2003 with SP1 or later - In farm implementations, WSS 3.0 needs Active Directory services - Due to limitations in hosting databases, Windows Server 2003 Web edition does not support Basic installation of Windows SharePoint Services Microsoft.NET Framework version 3.0 must be installed on WFE server(s) - ASP.NET 2.0 must be enabled in IIS console - In clean installations, you should configure the stand-alone or WFE servers to use IIS 6.0 worker process isolation mode - If your installation plan is an upgrade from IIS 5.0 on Windows Server 2000, the IIS 5.0 isolation mode option is enabled and you must change this configuration to use IIS 6.0 worker process isolation mode - You should install SMTP (Simple Mail Transfer Protocol) to take advantage of the various messaging facilities of WSS 3.0

4 4 SumITUp A Complete Summary for Our Practice Test - In farm implementations, the database server role must have SQL Server 2000 with SP3a or later or Microsoft SQL Server 2005 SP1 or later You can control and customize the WSS 3.0 installation process by using Config.xml file - You should use setup.exe /config [path and file name] to use a configuration file during the installation of WSS 3.0 It is highly recommended that you install WSS 3.0 on a server with a clean operating system installation and avoid installing WSS on a server where WSS has been uninstalled Monitor Windows SharePoint Services Maintain storage performance You can configure quotas by setting the maximum limit for the site quotas based on your requirements to restrict the size of the site to a limited amount You can define and apply a quota template to the Site Collections - You can send and customize limitation exceeded warning messages - As a general rule you can estimate that the size for the site quota could be equal to the total amount of disk space available for content databases divided by the total number of sites per Site Collection - You can use the Locks to control the size of the sites and your site collections to turn them into readonly sites in the case of any limitation violation Sooner or later you will face shortage of disk space on your servers - Other than extending physical storages, there are a couple of strategies to recover disk space o You can archive and delete old sites on WFE servers o You can ask your DBA (database administrator) to truncate log files on the SQL servers Configure centralized monitoring for WSS The official solution for centralized monitoring of WSS is Microsoft Operations Manager (MOM) You can download the latest version of the localized (multi-language) WSS 3.0 Management Pack for MOM 2005 from the Microsoft Web site - You can use MOM to centrally monitor farm services and error messages across the servers in the farm Configuring performance monitor You must regularly check performance of WSS servers You can use Usage analysis processing and run it during specific times to monitor how your Web sites are being used - WSS 3.0 keeps the Usage analysis data for a period of three months (daily and monthly information is 31 days and 24 months respectively) Identify WSS problems using the Web Event Viewer You can use the Event Viewer to create counter logs and alerts to monitor the performance of critical server components including processor, physical memory, network interfaces, and storage

5 5 SumITUp A Complete Summary for Our Practice Test You can use diagnostic logging and event throttling to determine the least critical event to report to the event log and prevent the less important events from piling up in the event log Monitor log You can use the IIS logs on the WFE servers Regular inspection of the IIS log files can help you verify users' access to WFE servers, used addresses, and requested objects Configure Security for Windows SharePoint Services Configure Web application authentication In WSS 3.0, you can use different authentication providers to validate the user's identity The following authentication provider methods are available in WSS Windows o All standard IIS Windows authentication provider methods are supported: Anonymous, Basic, Digest, Kerberos, NTLM, and Certificate - ASP.NET forms o You need to register the membership provider in the Web.config file for your Web application o You may need to register the role manager in the Web.config file for your Web application o You need to register the membership provider in the Web.config file for the Central Administration site o Ideal for deploying WSS 3.0 in the environments that do not use Active Directory services - Web SSO o You need to register the membership provider in the Web.config file for your Web application o You may need to register the role manager in the Web.config file for your Web application o You need to register the membership provider in the Web.config file for the Central Administration site o You need to register an HTTP module for the Web SSO provider o You can implement WSS 3.0 in an environment that uses federated authentication o Active Directory Federation Services requires SSL Configure a Web application for SSL In many cases, using SSL to create HTTPS sites is the preferred method of communication between your WFE server and various client computers You can use SSL to ensure that unauthorized people are not able to read or modify traffic streams to/from your application - Although, they are still able to intercept, capture, and try to crack your encryptions You can use SSL in a wide variety implementations - Intra-farm SSP - Confidential information exchange between users and WSS sites - Situations where you cannot deploy IPSec

6 6 SumITUp A Complete Summary for Our Practice Test You can use SSL to provide a secure and encrypted communication for a particular application on your server, whereas IPSec generally will provide you with a complete encryption and protection over the communications to/from your WSS server - The model of protection provided by IPSec is not suitable for some scenarios, such as dealing with external servers and clients with no IPSec support - SSL takes advantage of public key mechanism and is more widely supported than IPSec o You can install the SSL Web certificates on your WFE or ISA 2006 servers to provide secure communications for your internal users as well as external clients o It is recommended that for WSS sites that are accessible to external users, you buy and install commercial Web server certificates from a well-known CA (certificate authority) to prevent users from receiving annoying warning messages while browsing HTTPS Web sites secured by private and internal certificate sources (e.g. your internal CA) When creating and extending WSS 3.0 Web applications, you can choose to use HTTPS addresses Configure NT Local Area Network Manager (NTLM) or Kerberos authentication You can use NTLM (Integrated Windows), which is easy to set up and requires little administrative effort to configure and maintain - If you create a Web application by accepting all default settings, the default zone for that Web application will be configured to use NTLM - In NTLM, the user name and password of the users are hashed before being sent across the network You also can use the more complex Kerberos protocol as your WSS authentication method - This protocol works based on a ticketing mechanism o Once authenticated, the user will be given a ticket, which can be used to gain access to various services across the network - You should configure an Service Principal Name (SPN) for the domain user account to use this method o You must be a member of the Domain Admins group to do so o If you choose Kerberos authentication and do not configure the SPN, only the server administrators will be able to authenticate successfully to the SharePoint sites Configure roles and site permissions You can protect your WSS sites by defining different permissions for site users - Users can be grouped for easy management - You can use Permission levels (a predefined set of permissions) to enable your site users to perform specific actions - There are four default permission levels o Read o Contribute o Design o Full Control - You also can determine permissions on individual site components, which is called fine-grained permission setting

7 7 SumITUp A Complete Summary for Our Practice Test - The following entities are available for configuring fine-grained permissions o Site o List and library o Folder o Item and document - By default, sub sites inherit permissions from the parent site o You can break the inheritance relationship to meet your special needs Implement access policies By implementing access policies, you can limit the ability of your users to manipulate, print, or copy text from downloaded files - By using Information Rights Management (IRM), you can encrypt the downloaded files and determine which users are allowed to decrypt these files Manage database permissions There are two general methods of database authentication - Windows authentication o This is the recommended method o In this method, the users' corporate domain accounts are used for all WSS 3.0 service and administration accounts, including application pool accounts o In secure extranet implementations where SQL database servers reside in the corporate network, you need to create a one-way trust relationship between two domains so the domain of the perimeter network will trust to the corporate domain - SQL authentication o You need to specify the account and password that will be used to connect to the database o In secure extranet implementations where SQL database servers reside in the corporate network, you do not need to create any trust relationship between your networks and domains In the Operations page, if you change the Default Database Server, all new Web applications will use the new database Configure IRM If you need to implement IRM in your WSS infrastructure, you need to enable IRM in the Central Administration on your WSS server - To enable IRM on your WSS server, the Microsoft Windows RMS Client with Service Pack 2 should be installed on all WFE servers - To enable IRM on your WSS server, you need to determine a RMS server source that can be a Windows Server 2003 with the RMS package and Service Pack 1 installed You need to apply IRM through the Settings menu of libraries and lists to protect downloaded files against misuse and illegal distribution - You need at least the Design permission level on that list or library to enable IRM

8 8 SumITUp A Complete Summary for Our Practice Test Administer Windows SharePoint Services Configure site settings In the site settings of each WSS site, you can configure the following categories and their important options, including - Users and Permissions o You can define different levels of access for users and groups - Look and Feel o You can save a site as a template with.stp extension for creating future sites o You can use Reset to reset the site definition option to cancel customizations quickly - Galleries o You can add new or modify existing content types and columns o You can control the Management of Master pages and Workflows - Site Administration o You can customize lists and libraries o You can manage site features and usage reports - Site Collection Administration o You can manage the site collection view of Recycle Bin o You can manage the site hierarchical model and its connection to other portal sites Manage Central admin After completion of the installation process, you run the SharePoint Products and Technologies Configuration Wizard to create the Central Administration Web site - In the wizard, you can specify a TCP port to access to the Central Administration Web site or you can accept the suggested randomly generated port number - In the wizard, you can specify the authentication provider for the Web application used by the Central Administration Web site o NTLM (default setting) o Negotiate (Kerberos) If prompted for your credentials, add the SharePoint Central Administration Web site to the list of trusted sites and then configure user authentication settings in Internet Explorer Administer Windows SharePoint Services by using STSADM Some important operations available through STSADM are - stsadm -o backup o Used to do a backup from a site collection, an individual database Web application, or an entire farm - stsadm -o restore o Used to restore a backup file - stsadm -o addsolution

9 9 SumITUp A Complete Summary for Our Practice Test o Used to add WSP (CAB) solution files - stsadm -o activatefeature o Used to activate an available feature in WSS - stsadm -o deactivatefeature o Used to deactivate an activated feature in WSS - stsadm -o migrateuser o Turns an existing user account in Microsoft Windows SharePoint Services 3.0 into a different login name and binary ID o Useful for changing the login names while maintaining the same level of access to WSS resources - stsadm -o createsiteinnewdb o Can be used to create a separate content database for each site collection Configure backup and restore (disaster/recovery) To protect your WSS infrastructure against disaster, you can use either Web-based backup settings in WSS 3.0 or the STSADM tool to provide reliable backup files In WSS 3.0, you can use the double-stage Recycle Bin for efficient and quick document recovery - During the first stage the file is held in the user and the site collection Recycle Bins - After 30 days or a manual deletion from the user's Recycle Bin, the deleted file will be kept in the site collection Recycle Bin only o At this stage only administrator can delete forever or restore the file o You can limit this stage by configuring a disk space limitation Manage Customization Configure master page WSS 3.0 takes advantage of ASP.NET 2.0 and its master page facilities On your WSS 3.0 server, all sites use the default.master global master page located in the \Program Files\Common Files\Microsoft Shared\web server extensions\12\template\global directory Administrators can use ASP.NET 2.0 master pages to create a consistent and fixed layout for their Web pages in the WSS structure You can customize a master page in WSS-compatible editors such as Microsoft Office SharePoint Designer - It is recommended that, before any customization, you keep the original files in a safe location Customize pages by using SharePoint Designer Microsoft Office SharePoint Designer is the replacement for the Microsoft FrontPage tool in older versions Microsoft Office SharePoint Designer is the official and recommended tool for customizing a master page Microsoft Office SharePoint Designer includes a visual workflow design environment that you can use to create custom workflows, but advanced coding would need Microsoft Visual Studio.NET

10 10 SumITUp A Complete Summary for Our Practice Test Customize pages using browser In WSS 3.0, you can use your browser to make some relatively simple changes to created sites such as arrangement of Web Parts on your Web pages You can use Microsoft Office SharePoint Designer to insert a Web Part zone, which is actually a Web Part container, on your site pages - It is a necessary step, if you want to customize them later in your browser and have a control over the users' ability to modify them in their browsers in the future Configure code access security By using the.net framework, administrators have to deal with the Code Access Security and code permissions Web applications and their Web Parts run at a Trust Level, which is defined in the Web.Config file By default, the Web application runs with the Minimal trust level At times, 3rd party applications need to use a higher trust level to function properly (e.g. Medium or Full); it is a trade-off and WSS administrators should consider the security consequences of the modifications - After evaluating all the security consequences and actions involved, you can create a copy of WSS_minimaltrust.config and apply the required changes to meet the developer requirements o You also need to create a new TrustLevel element in the Web.config file of your Web application to take advantage of the custom trust configuration file Configure Network Infrastructure for Windows SharePoint Services Configure names resolution WSS 3.0 relies on Domain Name System (DNS) for its name resolution You need to create zones and appropriate records for your sites In NLB (Network Load Balancing) scenarios, you need to create a HOST (A) record for the IP address of your NLB cluster Configuring NLB You can take advantage of Microsoft Windows Server 2003 NLB Services to distribute the load across your WFE servers In NLB scenarios, you usually deal with two types of communications - Inter-Array communications (between NLB servers and the rest of the network) - Intra-Array communications (between NLB servers) Based on the number of available NICs in the NLB servers, there are four general models to use when configuring this service to distribute the load across WFE servers - Single network adapter in Unicast mode - Multiple network adapters in Unicast mode - Single network adapter in Multicast mode - Multiple network adapters in Multicast mode

11 11 SumITUp A Complete Summary for Our Practice Test You cannot select the Unicast mode while you have only one NIC on each of your NLB servers and you want to have the intra-array communications between them Within each cluster, you should configure all network adapters either in the Multicast or in the Unicast mode and a mixed configuration is not supported Configure WSS to support perimeter network You can implement a perimeter network (DMZ) to provide a higher level of security for your WSS servers In a perimeter network design, you protect WSS servers from both internal and external (Internet) users There are two general perimeter network implementations for WSS - Multi-homed firewall implementation o Generally a cheaper solution by using a firewall with more than two network interfaces o The provided security is acceptable for many networks - Back-to-back firewall implementation o Generally the more expensive solution by using two firewalls and a perimeter network that is logically between them o The provided security is higher than in the multi-homed model and is suitable for highly secure environments You need to carefully configure open ports on your firewall(s) and the direction of the allowed traffic over each port - In many cases, you would need to place WFE server(s) into the perimeter network and provide access to their HTTP (TCP 80) and HTTPS (TCP 443) ports - In many cases, you would prefer to place your back-end SQL database server(s) into the internal network and provide access to their Microsoft SQL server ports (TCP 1433) - In some special cases, you will need to open few more ports on your firewall for Active Directory, other Microsoft services like SMTP, or 3rd party applications o You should monitor and inspect the ongoing traffic through your firewalls and their open ports Configure Internet Security and Acceleration (ISA) Server Microsoft ISA server 2006 is the recommended firewall solution for securing WSS environments You can use ISA server 2006 to create secure perimeter networks either in the multi-homed or back-to-back implementations You can use ISA server 2006 to securely publish WSS 3.0 servers to your users - Generally, for publishing HTTPS SharePoint sites you need to install your Web certificate on the ISA server By using ISA server 2006, you can inspect and monitor ongoing traffic through the open firewall ports When designing large WSS environments, you can install more than one ISA server 2006 and create an NLB cluster with them Other than the firewall and its application layer intelligent inspection role you can use your ISA server 2006 server(s) for various network tasks including (but not limited to) the following operations - Reverse proxy

12 12 SumITUp A Complete Summary for Our Practice Test - Path redirection - SSL tunneling and bridging - Wide range of common authentication methods are available to evaluate client credentials including LDAP, RADIUS, RADUIS OTP and RSA Acronyms Acronym AAM CA DBA DNS HTTP IIS IPSec IRM LDAP MOM NIC NTLM OTP RADIUS RMS RSA SMTP SP SPN SSL SSO SSP TCP URL WFE WSS Definition Alternate Access Mappings Certificate Authority Database Administrator Domain Name System Hypertext Transfer Protocol Internet Information Services Internet Protocol Security Information Rights Management Lightweight Directory Access Protocol Microsoft Operations Manager Network Interface Card NT Local Area Network Manager One-Time Password Remote Authentication Dial-In User Service Rights Management Services Rivest Shamir Adleman Simple Mail Transfer Protocol Service Pack Service Principal Name Secure Sockets Layer Single Sign-On Shared Services Providers Transmission Control Protocol Uniform Resource Locator Web Front End Windows SharePoint Services

HOWTO: Installation of Microsoft Office SharePoint Server 2007

HOWTO: Installation of Microsoft Office SharePoint Server 2007 HOWTO: Installation of Microsoft Office SharePoint Server 2007 PREREQUISITES... 2 STEP -1: DO I NEED AN ACTIVE DIRECTORY... 2 STEP 0: INSTALL OS, INCLUDING ALL SERVICE PACKS AND PATCHES... 2 STEP 1: CREATE

More information

IBM Business Process Manager Version 7.5.0. IBM Business Process Manager for Microsoft SharePoint Add-On Installation Guide

IBM Business Process Manager Version 7.5.0. IBM Business Process Manager for Microsoft SharePoint Add-On Installation Guide IBM Business Process Manager Version 7.5.0 IBM Business Process Manager for Microsoft SharePoint Add-On Installation Guide ii Installing PDF books and the information center PDF books are provided as a

More information

SharePoint 2013 Logical Architecture

SharePoint 2013 Logical Architecture SharePoint 2013 Logical Architecture This document is provided "as-is". Information and views expressed in this document, including URL and other Internet Web site references, may change without notice.

More information

WhatsUp Gold v16.3 Installation and Configuration Guide

WhatsUp Gold v16.3 Installation and Configuration Guide WhatsUp Gold v16.3 Installation and Configuration Guide Contents Installing and Configuring WhatsUp Gold using WhatsUp Setup Installation Overview... 1 Overview... 1 Security considerations... 2 Standard

More information

Metalogix SharePoint Backup. Advanced Installation Guide. Publication Date: August 24, 2015

Metalogix SharePoint Backup. Advanced Installation Guide. Publication Date: August 24, 2015 Metalogix SharePoint Backup Publication Date: August 24, 2015 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this

More information

Installation Guide. Genesis Edition for SharePoint 2010. AgilePoint BPMS v5.0 R2 SP1 Genesis for SharePoint 2010

Installation Guide. Genesis Edition for SharePoint 2010. AgilePoint BPMS v5.0 R2 SP1 Genesis for SharePoint 2010 Installation Guide Genesis Edition for SharePoint 2010 Genesis for SharePoint 2010 Document Revision r5.0.15 October 2014 Contents 2 Contents Preface...4 Disclaimer of Warranty...4 Copyright...4 Trademarks...4

More information

SharePoint Password Reset 1.0 User Guide

SharePoint Password Reset 1.0 User Guide SharePoint Password Reset 1.0 User Guide Copyright Copyright 2008-2013 BoostSolutions Co., Ltd. All rights reserved. All materials contained in this publication are protected by Copyright Law and no part

More information

SharePoint 2010 Interview Questions-Architect

SharePoint 2010 Interview Questions-Architect Basic Intro SharePoint Architecture Questions 1) What are Web Applications in SharePoint? An IIS Web site created and used by SharePoint 2010. Saying an IIS virtual server is also an acceptable answer.

More information

JapanCert 専 門 IT 認 証 試 験 問 題 集 提 供 者

JapanCert 専 門 IT 認 証 試 験 問 題 集 提 供 者 JapanCert 専 門 IT 認 証 試 験 問 題 集 提 供 者 http://www.japancert.com 1 年 で 無 料 進 級 することに 提 供 する Exam : 70-643 Title : Windows Server 2008 Applications Infrastructure, Configuring Vendors : Microsoft Version :

More information

Microsoft Dynamics GP. Workflow Installation Guide Release 10.0

Microsoft Dynamics GP. Workflow Installation Guide Release 10.0 Microsoft Dynamics GP Workflow Installation Guide Release 10.0 Copyright Copyright 2008 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of

More information

SHAREPOINT ARCHITECTURE FUNDAMENTALS

SHAREPOINT ARCHITECTURE FUNDAMENTALS CHAPTER 4 SHAREPOINT ARCHITECTURE FUNDAMENTALS Whether you re a business user, manager, architect, developer, or IT pro, you ll want to understand the fundamental structure and core terminology of SharePoint

More information

Microsoft Dynamics GP Release

Microsoft Dynamics GP Release Microsoft Dynamics GP Release Workflow Installation and Upgrade Guide February 17, 2011 Copyright Copyright 2011 Microsoft. All rights reserved. Limitation of liability This document is provided as-is.

More information

Installation Guide for Pulse on Windows Server 2008R2

Installation Guide for Pulse on Windows Server 2008R2 MadCap Software Installation Guide for Pulse on Windows Server 2008R2 Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software

More information

70-417: Upgrading Your Skills to MCSA Windows Server 2012

70-417: Upgrading Your Skills to MCSA Windows Server 2012 70-417: Upgrading Your Skills to MCSA Windows Server 2012 Course Overview This course prepares students to demonstrate your real-world knowledge of Windows Server 2012 core infrastructure services. Exam

More information

TABLE OF CONTENTS. Features - SharePoint Server idataagent. Page 1 of 72 OVERVIEW SYSTEM REQUIREMENTS - SHAREPOINT SERVER IDATAAGENT INSTALLATION

TABLE OF CONTENTS. Features - SharePoint Server idataagent. Page 1 of 72 OVERVIEW SYSTEM REQUIREMENTS - SHAREPOINT SERVER IDATAAGENT INSTALLATION Page 1 of 72 Features - SharePoint Server idataagent TABLE OF CONTENTS OVERVIEW SYSTEM REQUIREMENTS - SHAREPOINT SERVER IDATAAGENT INSTALLATION Install the SharePoint Server idataagent BACKUP DATA - SHAREPOINT

More information

DEPLOYMENT GUIDE Version 2.1. Deploying F5 with Microsoft SharePoint 2010

DEPLOYMENT GUIDE Version 2.1. Deploying F5 with Microsoft SharePoint 2010 DEPLOYMENT GUIDE Version 2.1 Deploying F5 with Microsoft SharePoint 2010 Table of Contents Table of Contents Introducing the F5 Deployment Guide for Microsoft SharePoint 2010 Prerequisites and configuration

More information

SharePoint Password Change & Expiration 3.0 User Guide

SharePoint Password Change & Expiration 3.0 User Guide SharePoint Password Change & Expiration 3.0 User Guide Copyright Copyright 2008-2013 BoostSolutions Co., Ltd. All rights reserved. All materials contained in this publication are protected by Copyright

More information

TIBCO Spotfire Web Player 6.0. Installation and Configuration Manual

TIBCO Spotfire Web Player 6.0. Installation and Configuration Manual TIBCO Spotfire Web Player 6.0 Installation and Configuration Manual Revision date: 12 November 2013 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED

More information

TIBCO Spotfire Platform IT Brief

TIBCO Spotfire Platform IT Brief Platform IT Brief This IT brief outlines features of the system: Communication security, load balancing and failover, authentication options, and recommended practices for licenses and access. It primarily

More information

Chapter 3 Installing Foundation 2013 onto Windows Server

Chapter 3 Installing Foundation 2013 onto Windows Server Terms This Windows SharePoint Services Operations Guide (WSSOPS) from the Computer Information Agency is provided as is. Every effort has been made by the author to ensure that information provided is

More information

Windows Server. Introduction to Windows Server 2008 and Windows Server 2008 R2

Windows Server. Introduction to Windows Server 2008 and Windows Server 2008 R2 Copyright 2006-2013 MilliByte SS Windows Server DƏRS Introduction to Windows Server 2008 and Windows Server 2008 R2 Functionality of Windows Server 2008 Windows Server 2008 Editions 1 Microsoft Hyper-V

More information

A Guide to New Features in Propalms OneGate 4.0

A Guide to New Features in Propalms OneGate 4.0 A Guide to New Features in Propalms OneGate 4.0 Propalms Ltd. Published April 2013 Overview This document covers the new features, enhancements and changes introduced in Propalms OneGate 4.0 Server (previously

More information

המרכז ללימודי חוץ המכללה האקדמית ספיר. ד.נ חוף אשקלון 79165 טל'- 08-6801535 פקס- 08-6801543 בשיתוף עם מכללת הנגב ע"ש ספיר

המרכז ללימודי חוץ המכללה האקדמית ספיר. ד.נ חוף אשקלון 79165 טל'- 08-6801535 פקס- 08-6801543 בשיתוף עם מכללת הנגב עש ספיר מודולות הלימוד של מייקרוסופט הקורס מחולק ל 4 מודולות כמפורט:.1Configuring Microsoft Windows Vista Client 70-620 Installing and upgrading Windows Vista Identify hardware requirements. Perform a clean installation.

More information

Introduction to the EIS Guide

Introduction to the EIS Guide Introduction to the EIS Guide The AirWatch Enterprise Integration Service (EIS) provides organizations the ability to securely integrate with back-end enterprise systems from either the AirWatch SaaS environment

More information

Implementing and Administering an Enterprise SharePoint Environment

Implementing and Administering an Enterprise SharePoint Environment Implementing and Administering an Enterprise SharePoint Environment There are numerous planning and management issues that your team needs to address when deploying SharePoint. This process can be simplified

More information

Installation Guide for Pulse on Windows Server 2012

Installation Guide for Pulse on Windows Server 2012 MadCap Software Installation Guide for Pulse on Windows Server 2012 Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software

More information

SharePoint User Management

SharePoint User Management SharePoint User Management A Bamboo Solutions Whitepaper Contents Introduction... 1 SharePoint Architecture... 2 SharePoint User Authentication... 5 SharePoint User Management... 6 User Profile Management...

More information

Building a Scale-Out SQL Server 2008 Reporting Services Farm

Building a Scale-Out SQL Server 2008 Reporting Services Farm Building a Scale-Out SQL Server 2008 Reporting Services Farm This white paper discusses the steps to configure a scale-out SQL Server 2008 R2 Reporting Services farm environment running on Windows Server

More information

Workflow Conductor for SharePoint 2010

Workflow Conductor for SharePoint 2010 Workflow Conductor for SharePoint 2010 Release 1.6 (SA08) Overview System Requirements Installing Workflow Conductor Configuring Workflow Conductor Using Workflow Conductor Studio Managing Workflows Licensing

More information

Installation and Deployment

Installation and Deployment Installation and Deployment Help Documentation This document was auto-created from web content and is subject to change at any time. Copyright (c) 2016 SmarterTools Inc. Installation and Deployment SmarterStats

More information

F-Secure Messaging Security Gateway. Deployment Guide

F-Secure Messaging Security Gateway. Deployment Guide F-Secure Messaging Security Gateway Deployment Guide TOC F-Secure Messaging Security Gateway Contents Chapter 1: Deploying F-Secure Messaging Security Gateway...3 1.1 The typical product deployment model...4

More information

"Charting the Course...... to Your Success!" MOC 10174 B Configuring and Administering Microsoft SharePoint 2010. Course Summary

Charting the Course...... to Your Success! MOC 10174 B Configuring and Administering Microsoft SharePoint 2010. Course Summary Description Course Summary This five-day instructor-led course teaches students how to install, configure, and administer Microsoft SharePoint and also how to manage and monitor sites and users by using

More information

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

HarePoint Password Change Manual

HarePoint Password Change Manual HarePoint Password Change Manual For SharePoint Server 2013, SharePoint Foundation 2013, SharePoint Server 2010, SharePoint Foundation 2010, Microsoft Office SharePoint Server 2007 and Microsoft Windows

More information

MCSE 2003. Core exams (Networking) One Client OS Exam. Core Exams (6 Exams Required)

MCSE 2003. Core exams (Networking) One Client OS Exam. Core Exams (6 Exams Required) MCSE 2003 Microsoft Certified Systems Engineer (MCSE) candidates on the Microsoft Windows Server 2003 track are required to satisfy the following requirements: Core Exams (6 Exams Required) Four networking

More information

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

DottsConnected SHAREPOINT 2010 ADMIN TRAINING. Exercise 1: Create Dedicated Service Accounts in Active Directory

DottsConnected SHAREPOINT 2010 ADMIN TRAINING. Exercise 1: Create Dedicated Service Accounts in Active Directory DottsConnected SHAREPOINT 2010 ADMIN TRAINING Module 1 - Getting started with SharePoint 2010 This introductory module introduces students to the fundamental terminology and architecture of SharePoint

More information

Item Audit Log 2.0 User Guide

Item Audit Log 2.0 User Guide Item Audit Log 2.0 User Guide Item Audit Log 2.0 User Guide Page 1 Copyright Copyright 2008-2013 BoostSolutions Co., Ltd. All rights reserved. All materials contained in this publication are protected

More information

Password Reset PRO. Quick Setup Guide for Single Server or Two-Tier Installation

Password Reset PRO. Quick Setup Guide for Single Server or Two-Tier Installation Password Reset PRO Quick Setup Guide for Single Server or Two-Tier Installation This guide covers the features and settings available in Password Reset PRO version 3.x.x. Please read this guide completely

More information

Kaseya Server Instal ation User Guide June 6, 2008

Kaseya Server Instal ation User Guide June 6, 2008 Kaseya Server Installation User Guide June 6, 2008 About Kaseya Kaseya is a global provider of IT automation software for IT Solution Providers and Public and Private Sector IT organizations. Kaseya's

More information

R i o L i n x s u p p o r t @ r i o l i n x. c o m 3 / 5 / 2 0 1 3

R i o L i n x s u p p o r t @ r i o l i n x. c o m 3 / 5 / 2 0 1 3 EXTRADIUM INSTALLATION GUIDE This is the Extradium installation guide Quick Start Guide Get started with Extradium for SharePoint 2010 R i o L i n x s u p p o r t @ r i o l i n x. c o m 3 / 5 / 2 0 1 3

More information

MCSA Objectives. Exam 70-236: TS:Exchange Server 2007, Configuring

MCSA Objectives. Exam 70-236: TS:Exchange Server 2007, Configuring MCSA Objectives Exam 70-236: TS:Exchange Server 2007, Configuring Installing and Configuring Microsoft Exchange Servers Prepare the infrastructure for Exchange installation. Prepare the servers for Exchange

More information

Sophos for Microsoft SharePoint startup guide

Sophos for Microsoft SharePoint startup guide Sophos for Microsoft SharePoint startup guide Product version: 2.0 Document date: March 2011 Contents 1 About this guide...3 2 About Sophos for Microsoft SharePoint...3 3 System requirements...3 4 Planning

More information

Microsoft SharePoint 2010 Overview

Microsoft SharePoint 2010 Overview Course Code: M10174 Vendor: Microsoft Course Overview Duration: 5 RRP: 1,980 Configuring and Administering Microsoft SharePoint 2010 Overview This five day course teaches delegates how to install, configure

More information

MCSE Objectives. Exam 70-236: TS:Exchange Server 2007, Configuring

MCSE Objectives. Exam 70-236: TS:Exchange Server 2007, Configuring MCSE Objectives Exam 70-236: TS:Exchange Server 2007, Configuring Installing and Configuring Microsoft Exchange Servers Prepare the infrastructure for Exchange installation. Prepare the servers for Exchange

More information

Security and Kerberos Authentication with K2 Servers

Security and Kerberos Authentication with K2 Servers Security and Kerberos Authentication with K2 Servers SECURITY RIGHTS AND STEP-BY-STEP INSTRUCTIONS FOR CONFIGURING KERBEROS FOR K2 [BLACKPEARL] January 10 Learn about the security rights required by K2

More information

70 299 Implementing and Administering Security in a Microsoft Windows Server 2003 Network

70 299 Implementing and Administering Security in a Microsoft Windows Server 2003 Network 70 299 Implementing and Administering Security in a Microsoft Windows Server 2003 Network Course Number: 70 299 Length: 1 Day(s) Course Overview This course is part of the MCSA training.. Prerequisites

More information

AV-006: Installing, Administering and Configuring Windows Server 2012

AV-006: Installing, Administering and Configuring Windows Server 2012 AV-006: Installing, Administering and Configuring Windows Server 2012 Career Details Duration 105 hours Prerequisites This course requires that student meet the following prerequisites, including that

More information

MCSE SYLLABUS. Exam 70-290 : Managing and Maintaining a Microsoft Windows Server 2003:

MCSE SYLLABUS. Exam 70-290 : Managing and Maintaining a Microsoft Windows Server 2003: MCSE SYLLABUS Course Contents : Exam 70-290 : Managing and Maintaining a Microsoft Windows Server 2003: Managing Users, Computers and Groups. Configure access to shared folders. Managing and Maintaining

More information

סילבוס -MCITP מנהלי רשתות

סילבוס -MCITP מנהלי רשתות סילבוס -MCITP מנהלי רשתות 1.Planning and Maintaining a Microsoft Windows Server 2008 Network Infrastructure Implementing and Configuring a Windows Deployment Infrastructure Deploying Windows in a Windows

More information

3M Command Center. Installation and Upgrade Guide

3M Command Center. Installation and Upgrade Guide 3M Command Center Installation and Upgrade Guide Copyright 3M, 2015. All rights reserved., 78-8129-3760-1d 3M is a trademark of 3M. Microsoft, Windows, Windows Server, Windows Vista and SQL Server are

More information

How to Scale out SharePoint Server 2007 from a single server farm to a 3 server farm with Microsoft Network Load Balancing on the Web servers.

How to Scale out SharePoint Server 2007 from a single server farm to a 3 server farm with Microsoft Network Load Balancing on the Web servers. 1 How to Scale out SharePoint Server 2007 from a single server farm to a 3 server farm with Microsoft Network Load Balancing on the Web servers. Back to Basics Series By Steve Smith, MVP SharePoint Server,

More information

Microsoft Corporation. Project Server 2010 Installation Guide

Microsoft Corporation. Project Server 2010 Installation Guide Microsoft Corporation Project Server 2010 Installation Guide Office Asia Team 11/4/2010 Table of Contents 1. Prepare the Server... 2 1.1 Install KB979917 on Windows Server... 2 1.2 Creating users and groups

More information

How To Install Powerpoint 6 On A Windows Server With A Powerpoint 2.5 (Powerpoint) And Powerpoint 3.5.5 On A Microsoft Powerpoint 4.5 Powerpoint (Powerpoints) And A Powerpoints 2

How To Install Powerpoint 6 On A Windows Server With A Powerpoint 2.5 (Powerpoint) And Powerpoint 3.5.5 On A Microsoft Powerpoint 4.5 Powerpoint (Powerpoints) And A Powerpoints 2 DocAve 6 Service Pack 1 Installation Guide Revision C Issued September 2012 1 Table of Contents About the Installation Guide... 4 Submitting Documentation Feedback to AvePoint... 4 Before You Begin...

More information

DIGIPASS Authentication for Microsoft ISA 2006 Single Sign-On for Outlook Web Access

DIGIPASS Authentication for Microsoft ISA 2006 Single Sign-On for Outlook Web Access DIGIPASS Authentication for Microsoft ISA 2006 Single Sign-On for Outlook Web Access With IDENTIKEY Server / Axsguard IDENTIFIER Integration Guidelines Disclaimer Disclaimer of Warranties and Limitations

More information

Metalogix Replicator. Quick Start Guide. Publication Date: May 14, 2015

Metalogix Replicator. Quick Start Guide. Publication Date: May 14, 2015 Metalogix Replicator Quick Start Guide Publication Date: May 14, 2015 Copyright Metalogix International GmbH, 2002-2015. All Rights Reserved. This software is protected by copyright law and international

More information

Click Studios. Passwordstate. Installation Instructions

Click Studios. Passwordstate. Installation Instructions Passwordstate Installation Instructions This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise disclosed, without prior

More information

Microsoft Dynamics AX 2009 Installation Guide. Microsoft Corporation Published: November 2009

Microsoft Dynamics AX 2009 Installation Guide. Microsoft Corporation Published: November 2009 Microsoft Dynamics AX 2009 Installation Guide Microsoft Corporation Published: November 2009 Microsoft Dynamics is a line of integrated, adaptable business management solutions that enables you and your

More information

Table Of Contents. - Microsoft Windows - WINDOWS XP - IMPLEMENTING & SUPPORTING MICROSOFT WINDOWS XP PROFESSIONAL...10

Table Of Contents. - Microsoft Windows - WINDOWS XP - IMPLEMENTING & SUPPORTING MICROSOFT WINDOWS XP PROFESSIONAL...10 Table Of Contents - - WINDOWS SERVER 2003 MAINTAINING AND MANAGING ENVIRONMENT...1 WINDOWS SERVER 2003 IMPLEMENTING, MANAGING & MAINTAINING...6 WINDOWS XP - IMPLEMENTING & SUPPORTING MICROSOFT WINDOWS

More information

Using SMIGRATE to Backup, Restore and Migrate Team Sites in SharePoint Products and Technologies 2003

Using SMIGRATE to Backup, Restore and Migrate Team Sites in SharePoint Products and Technologies 2003 Using SMIGRATE to Backup, Restore and Migrate Team Sites in SharePoint Products and Technologies 2003 Introduction In the last paper, I looked at using the STSADM command to backup and restore either an

More information

Application Server Installation

Application Server Installation Application Server Installation Guide ARGUS Enterprise 11.0 11/25/2015 ARGUS Software An Altus Group Company Application Server Installation ARGUS Enterprise Version 11.0 11/25/2015 Published by: ARGUS

More information

Server Installation Procedure - Load Balanced Environment

Server Installation Procedure - Load Balanced Environment Server Installation Procedure - Load Balanced Environment 1. Introduction This document explains a step-by-step procedure in case BackupAgent BV performs an installation of the BackupAgent Server Software

More information

Microsoft Office Web Apps Server 2013 Integration with SharePoint 2013 Setting up Load Balanced Office Web Apps Farm with SSL (HTTPS)

Microsoft Office Web Apps Server 2013 Integration with SharePoint 2013 Setting up Load Balanced Office Web Apps Farm with SSL (HTTPS) Microsoft Office Web Apps Server 2013 Integration with SharePoint 2013 Setting up Load Balanced Office Web Apps Farm with SSL (HTTPS) December 25 th, 2015 V.1.0 Prepared by: Manoj Karunarathne MCT, MCSA,

More information

NETASQ SSO Agent Installation and deployment

NETASQ SSO Agent Installation and deployment NETASQ SSO Agent Installation and deployment Document version: 1.3 Reference: naentno_sso_agent Page 1 / 20 Copyright NETASQ 2013 General information 3 Principle 3 Requirements 3 Active Directory user

More information

Kaseya 2. Installation guide. Version 7.0. English

Kaseya 2. Installation guide. Version 7.0. English Kaseya 2 Kaseya Server Setup Installation guide Version 7.0 English September 4, 2014 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept

More information

To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server 2008.

To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server 2008. Znode Multifront - Installation Guide Version 6.2 1 System Requirements To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server

More information

Best practices for operational excellence (SharePoint Server 2010)

Best practices for operational excellence (SharePoint Server 2010) Best practices for operational excellence (SharePoint Server 2010) Published: May 12, 2011 Microsoft SharePoint Server 2010 is used for a broad set of applications and solutions, either stand-alone or

More information

Table of Contents. Chapter 1: Installing Endpoint Application Control. Chapter 2: Getting Support. Index

Table of Contents. Chapter 1: Installing Endpoint Application Control. Chapter 2: Getting Support. Index Table of Contents Chapter 1: Installing Endpoint Application Control System Requirements... 1-2 Installation Flow... 1-2 Required Components... 1-3 Welcome... 1-4 License Agreement... 1-5 Proxy Server...

More information

Course 10174B: Configuring and Administering Microsoft SharePoint 2010

Course 10174B: Configuring and Administering Microsoft SharePoint 2010 www.etidaho.com (208) 327-0768 Course 10174B: Configuring and Administering Microsoft SharePoint 2010 5 Days About this Course This five-day instructor-led course teaches students how to install, configure,

More information

NEFSIS DEDICATED SERVER

NEFSIS DEDICATED SERVER NEFSIS TRAINING SERIES Nefsis Dedicated Server version 5.2.0.XXX (DRAFT Document) Requirements and Implementation Guide (Rev5-113009) REQUIREMENTS AND INSTALLATION OF THE NEFSIS DEDICATED SERVER Nefsis

More information

SecurEnvoy Security Server. SecurMail Solutions Guide

SecurEnvoy Security Server. SecurMail Solutions Guide SecurEnvoy Security Server SecurMail Solutions Guide SecurMail Solutions Guide 2009 SecurEnvoy Printed: 2009 in United Kingdom Publisher SecurEnvoy Publishing Managing Editor SecurEnvoy Training Dept Technical

More information

Click Studios. Passwordstate. Installation Instructions

Click Studios. Passwordstate. Installation Instructions Passwordstate Installation Instructions This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise disclosed, without prior

More information

http://docs.trendmicro.com

http://docs.trendmicro.com Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

Administering the Web Server (IIS) Role of Windows Server

Administering the Web Server (IIS) Role of Windows Server Course 10972B: Administering the Web Server (IIS) Role of Windows Server Page 1 of 7 Administering the Web Server (IIS) Role of Windows Server Course 10972B: 4 days; Instructor-Led Introduction This course

More information

http://docs.trendmicro.com

http://docs.trendmicro.com Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

RSA SecurID Ready Implementation Guide

RSA SecurID Ready Implementation Guide RSA SecurID Ready Implementation Guide Partner Information Last Modified: December 18, 2006 Product Information Partner Name Microsoft Web Site http://www.microsoft.com/isaserver Product Name Internet

More information

Planning for Windows Server 2008 Servers

Planning for Windows Server 2008 Servers Planning for Windows Server 2008 Servers Course Number: 6430B Course Length: 3 Days Course Overview This 3-day course is intended for IT pros who are interested in the knowledge and skills necessary to

More information

Planning and Implementing Windows Server 2008

Planning and Implementing Windows Server 2008 Planning and Implementing Windows Server 2008 Course Number: 6433A Course Length: 5 Days Course Overview This five day course is intended for IT Professionals who are interested in the knowledge and skills

More information

Configuring and Troubleshooting Windows Server 2008 Application Infrastructure

Configuring and Troubleshooting Windows Server 2008 Application Infrastructure Configuring and Troubleshooting Windows Application Infrastructure MS6439: 5 Days Course Overview This course introduces students to a series of Windows technologies that are used in common business scenarios,

More information

Administering the Web Server (IIS) Role of Windows Server 10972B; 5 Days

Administering the Web Server (IIS) Role of Windows Server 10972B; 5 Days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Administering the Web Server (IIS) Role of Windows Server 10972B; 5 Days

More information

Microsoft Lync Server 2010

Microsoft Lync Server 2010 Microsoft Lync Server 2010 Scale to a Load Balanced Enterprise Edition Pool with WebMux Walkthrough Published: March. 2012 For the most up to date version of the Scale to a Load Balanced Enterprise Edition

More information

SharePoint Backup and Recovery along with Best practices for My Sites. Daniel Glenn, MCTS

SharePoint Backup and Recovery along with Best practices for My Sites. Daniel Glenn, MCTS SharePoint Backup and Recovery along with Best practices for My Sites Daniel Glenn, MCTS What is data protection and recovery? Protecting and recovering data is the general business need that underlies

More information

Veeam Backup Enterprise Manager. Version 7.0

Veeam Backup Enterprise Manager. Version 7.0 Veeam Backup Enterprise Manager Version 7.0 User Guide August, 2013 2013 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may

More information

Ajera 8 Installation Guide

Ajera 8 Installation Guide Ajera 8 Installation Guide Ajera 8 Installation Guide NOTICE This documentation and the Axium software programs may only be used in accordance with the accompanying Axium Software License and Services

More information

Print Release, Accounting, and My e- Task for Lexmark Solutions Platform On Premise version 1.3. Installation Guide

Print Release, Accounting, and My e- Task for Lexmark Solutions Platform On Premise version 1.3. Installation Guide Print Release, Accounting, and My e- Task for Lexmark Solutions Platform On Premise version 1.3 Installation Guide January 2012 www.lexmark.com Contents 2 Contents Overview...4 Getting started...5 Minimum

More information

10174 - SharePoint 2010

10174 - SharePoint 2010 Configuring and Managing Microsoft SharePoint 2010 Introduction The course teaches students how to install, configure and administer SharePoint, and also manage and monitor sites and users by using SharePoint

More information

Exam 70-411: Administrating Windows Server 2012 R2. Course Overview

Exam 70-411: Administrating Windows Server 2012 R2. Course Overview Exam 70-411: Administrating Windows Server 2012 R2 Course Overview This course teaches students server deployment and image management, managing servers and updates, file and print services, configuring

More information

Step-By-Step Guide to Deploying Lync Server 2010 Enterprise Edition

Step-By-Step Guide to Deploying Lync Server 2010 Enterprise Edition Step-By-Step Guide to Deploying Lync Server 2010 Enterprise Edition The installation of Lync Server 2010 is a fairly task-intensive process. In this article, I will walk you through each of the tasks,

More information

Course Syllabus. 2553A: Administering Microsoft SharePoint Portal Server 2003. Key Data. Audience. At Course Completion.

Course Syllabus. 2553A: Administering Microsoft SharePoint Portal Server 2003. Key Data. Audience. At Course Completion. Key Data Course #: 2553A Number of Days: 3 Format: Instructor-Led This course syllabus should be used to determine whether the course is appropriate for the students, based on their current skills and

More information

How to Install Microsoft Mobile Information Server 2002 Server ActiveSync. Joey Masterson

How to Install Microsoft Mobile Information Server 2002 Server ActiveSync. Joey Masterson How to Install Microsoft Mobile Information Server 2002 Server ActiveSync Joey Masterson How to Install Microsoft Mobile Information Server 2002 Server ActiveSync Joey Masterson Copyright Information

More information

How to move a SharePoint Server 2007 32-bit environment to a 64-bit environment on Windows Server 2008.

How to move a SharePoint Server 2007 32-bit environment to a 64-bit environment on Windows Server 2008. 1 How to move a SharePoint Server 2007 32-bit environment to a 64-bit environment on Windows Server 2008. By & Steve Smith, MVP SharePoint Server, MCT Penny Coventry, MVP SharePoint Server, MCT Combined

More information

Symantec NetBackup for Microsoft SharePoint Server Administrator s Guide

Symantec NetBackup for Microsoft SharePoint Server Administrator s Guide Symantec NetBackup for Microsoft SharePoint Server Administrator s Guide for Windows Release 7.6 Symantec NetBackup for Microsoft SharePoint Server Administrator s Guide The software described in this

More information

Configuring and Administering Microsoft SharePoint 2010 Course 10174B; 5 Days, Instructor-led

Configuring and Administering Microsoft SharePoint 2010 Course 10174B; 5 Days, Instructor-led Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Configuring and Administering Microsoft SharePoint 2010 Course 10174B; 5

More information

10231B: Designing a Microsoft SharePoint 2010 Infrastructure

10231B: Designing a Microsoft SharePoint 2010 Infrastructure 10231B: Designing a Microsoft SharePoint 2010 Infrastructure Course Number: 10231B Course Length: 5 Days Course Overview This 5 day course teaches IT Professionals to design and deploy Microsoft SharePoint

More information

StruxureWare Power Monitoring 7.0.1

StruxureWare Power Monitoring 7.0.1 StruxureWare Power Monitoring 7.0.1 Installation Guide 7EN02-0308-01 07/2012 Contents Safety information 5 Introduction 7 Summary of topics in this guide 7 Supported operating systems and SQL Server editions

More information

Administration GUIDE. SharePoint Server idataagent. Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 201

Administration GUIDE. SharePoint Server idataagent. Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 201 Administration GUIDE SharePoint Server idataagent Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 201 Getting Started - SharePoint Server idataagent Overview Deployment Configuration Decision Table

More information

Setting Up SSL on IIS6 for MEGA Advisor

Setting Up SSL on IIS6 for MEGA Advisor Setting Up SSL on IIS6 for MEGA Advisor Revised: July 5, 2012 Created: February 1, 2008 Author: Melinda BODROGI CONTENTS Contents... 2 Principle... 3 Requirements... 4 Install the certification authority

More information

Owner of the content within this article is www.isaserver.org Written by Marc Grote www.it-training-grote.de

Owner of the content within this article is www.isaserver.org Written by Marc Grote www.it-training-grote.de Owner of the content within this article is www.isaserver.org Written by Marc Grote www.it-training-grote.de Microsoft Forefront TMG How to use SQL Server 2008 Express Reporting Services Abstract In this

More information

Legal Notes. Regarding Trademarks. 2013 KYOCERA Document Solutions Inc.

Legal Notes. Regarding Trademarks. 2013 KYOCERA Document Solutions Inc. Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for any problems arising from

More information

Customizing Remote Desktop Web Access by Using Windows SharePoint Services Stepby-Step

Customizing Remote Desktop Web Access by Using Windows SharePoint Services Stepby-Step Customizing Remote Desktop Web Access by Using Windows SharePoint Services Stepby-Step Guide Microsoft Corporation Published: July 2009 Updated: September 2009 Abstract Remote Desktop Web Access (RD Web

More information