Windows PowerShell Essentials
|
|
- Lesley Pitts
- 2 years ago
- Views:
Transcription
1 Windows PowerShell Essentials
2 Windows PowerShell Essentials Edition 1.0. This ebook is provided for personal use only. Unauthorized use, reproduction and/or distribution strictly prohibited. All rights reserved. The content of this book is provided for informational purposes only. Neither the publisher nor the author offers any warranties or representation, express or implied, with regard to the accuracy of information contained in this book, nor do they accept any liability for any loss or damage arising from any errors or omissions. Find more ebooks at 2
3 Table of Contents Chapter 1. Installing Windows PowerShell Installing Windows PowerShell on Windows Server Performing a Windows Server 2008 PowerShell Command Line Installation Installing PowerShell on Windows Server 2003, XP and Vista Systems Chapter 2. The Basics of the Windows PowerShell Interactive Shell The Windows PowerShell Command Prompt PowerShell Command Line Editing Keys PowerShell Command Completion Customizing the PowerShell Window Chapter 3. The Basics of Creating and Running Windows PowerShell Scripts What is a PowerShell Script? An Example Windows PowerShell Script PowerShell 1.0 Script Naming Convention Executing PowerShell Scripts Handling Script Arguments The PowerShell exit Keyword Chapter 4. Windows PowerShell Commands and Aliases PowerShell 1.0 Command Summary PowerShell 1.0 Alias Summary Creating and Listing PowerShell Aliases Chapter 5. Windows PowerShell String Quoting and Escape Sequences Using Double Quotes Using Single Quotes Using the PowerShell Escape Character PowerShell Special Escape Sequences Chapter 6. Directing and Formatting Windows PowerShell Output The Default Output
4 6.2 The Out-Host Cmdlet The Out-Printer Cmdlet The Out-File Cmdlet The Out-Null Cmdlet The Out-String Cmdlet Formatting PowerShell Output Chapter 7. Understanding and Creating Windows PowerShell Variables Naming a Variable in PowerShell Creating and Assigning a Value to a PowerShell Variable Accessing PowerShell Variable Values Changing the Type of a PowerShell Variable Pre-defined PowerShell Variables Chapter 8. Basic Windows PowerShell Types PowerShell Numeric Types Specifying Hexadecimal Numbers PowerShell Boolean Type PowerShell String Type Windows PowerShell Type Casting Chapter 9. Working with Arrays in Windows PowerShell Creating a Windows PowerShell Array Creating Windows PowerShell Multidimensional Arrays Obtaining the Length of an Array Accessing Elements in a Windows PowerShell Array Accessing Elements in a Windows PowerShell Multidimensional Array Adding new Elements to a Windows PowerShell Array Combining Windows PowerShell Arrays Chapter 10. Windows PowerShell Hashtables Creating PowerShell Hashtables
5 10.2 Accessing Hashtable Elements Modifying Windows PowerShell Hashtable Elements Adding Elements to a Windows PowerShell Hashtable Removing Elements from a Windows PowerShell Hashtable Clearing All Elements from a Windows PowerShell Hashtable Combining Hashtables Listing Hashtable Count, Keys and Values Chapter 11. Basic Windows PowerShell Operators What is an Expression? Windows PowerShell Basic Assignment Operator Windows PowerShell Compound Assignment Operators Windows PowerShell Arithmetic Operators The Addition Operator Multiplication Operator Division, Subtraction and Modulus Operators PowerShell Increment and Decrement Operators Windows PowerShell & Operator Windows PowerShell Bitwise and Logical Operators Chapter 12. Windows PowerShell Comparison and Containment Operators Windows PowerShell Comparison Operators Windows PowerShell Containment Operators Performing Windows PowerShell Comparisons Using Comparison Operators with Arrays and Collections Using PowerShell Containment Operators Chapter 13. Windows PowerShell Pipes and Redirection PowerShell Pipes Windows PowerShell Redirection Operators Windows PowerShell Redirection
6 13.4 Redirecting Error Output Chapter 14. Windows PowerShell Flow Control with if, else and elseif Using the if Statement Using if... else.. Statements Using if... elseif.. Statements Summary Chapter 15. Windows PowerShell Looping with the for and foreach Statements The PowerShell for Loop Creating an Infinite for Loop Breaking Out of a for Loop Nested for Loops Breaking From Nested Loops with Labels Continuing for Loops Windows PowerShell foreach Loops Chapter 16. Windows PowerShell Looping with do and while Statements The Windows PowerShell while Loop Windows PowerShell do... while loops Breaking from while Loops The continue Statement Chapter 17. The Windows PowerShell switch Statement Why Use a switch Statement? Windows PowerShell switch Statement Syntax A switch Statement Example Explaining the Example Using break in a Windows PowerShell switch Statement The switch $_ Variable Using Expressions in a Windows PowerShell switch Statement Wildcards, Regular Expressions and Case Sensitivity in switch Statements
7 17.9 Using switch Statements to Iterate through Ranges and Collections Using the continue Statement Chapter 18. Windows PowerShell Functions Creating and Calling a Simple Windows PowerShell Function Passing Parameters to a Function Specifying Named Parameters Function Parameter Initialization Specifying Function Parameter Types Using Functions in a Pipeline Returning from Functions Windows PowerShell Function Administration Loading Function Definitions from a Windows PowerShell Script File Chapter 19. Working with File Systems in Windows PowerShell Windows PowerShell File System Cmdlets Getting Disk Drive Information Creating New Windows PowerShell Drives Getting Information about Network Drives in PowerShell Windows PowerShell File System Directory Listings Copying, Remaining and Deleting Files and Directories Chapter 20. Windows PowerShell File Handling Getting File Properties Changing File Properties with Set-ItemProperty Reading Text Files in Windows PowerShell Reading Binary Files in Windows PowerShell Writing to Files in Windows PowerShell Searching for Strings in Files with Windows PowerShell Chapter 21. An Overview of Windows PowerShell and.net Exploring.NET Assemblies in Windows PowerShell
8 21.2 Loading.NET Assemblies into Windows PowerShell NET Static Members and Properties Instance Members and Properties Listing the Methods and Properties of a.net Class Chapter 22. Creating GUIs in Windows PowerShell with WinForms An Overview of WinForms Loading the Winforms.NET Assembly A Basic Windows PowerShell GUI Windows PowerShell and WinForms Events Setting WinForms Properties Bringing it all Together Chapter 23. Drawing Graphics using PowerShell and GDI An Overview of GDI Loading the GDI+ and WinForms.NET Assemblies Creating Drawing Objects Setting Properties of a GDI+ Drawing Object Creating the WinForms Form and the Graphics Object The Paint Event Handler Drawing Graphics with Windows PowerShell and GDI Bringing it All Together Chapter 24. Using COM with Windows PowerShell Listing Available COM Objects Creating COM Object Instances in Windows PowerShell Listing the Properties and Methods of a COM Object Interacting With COM Objects Interacting with the Windows Shell Using the WScript.Shell Class Summary
9 Chapter 25. Windows PowerShell Security Windows PowerShell Script Execution Policy Identifying and Changing the Current Execution Policy Signing Windows PowerShell Scripts Setting up a Local Certificate Authority Creating a Certificate Signing a Windows PowerShell Script Protecting Certificates with Private Key Encryption
10 Chapter 1. Installing Windows PowerShell The objective of this chapter of Windows PowerShell Essentials is to cover the steps necessary to install Windows Powershell on Windows XP, Windows Vista and Windows Server 2008 systems. 1.1 Installing Windows PowerShell on Windows Server 2008 Windows PowerShell is included as a standard feature with Windows Server 2008, although the feature is not installed by default. The PowerShell feature may be added using the Server Manager tool which is invoked by selecting the Start -> Server Manager menu option. Once Server Manager is running, select Features from the left hand pane and in the Features Summary section of the main panel click on Add Features to invoke the Add Features Wizard. The first screen displayed will list all available features in alphabetical order. Scroll down the list and select the checkbox next to Windows PowerShell and click Next to proceed to the installation screen. Clicking Install will initiate the installation process. After a few minutes the installation will complete and the wizard may be closed using the Close button. To launch Windows PowerShell, select Start -> All Programs -> Windows PowerShell 1.0 -> Windows PowerShell. Once loaded, a new window will appear displaying the Windows PowerShell PS> prompt at which commands may be entered: 1.2 Performing a Windows Server 2008 PowerShell Command Line Installation The installation of PowerShell on a Windows Server 2008 may be performed from the command prompt using the servermanagercmd command. To achieve this, invoke the 10
11 command prompt with elevated privileges (right click on the Command Prompt entry in the Start menu and select Run as administrator) and execute servermanagercmd -install powershell as follows: C:\Users\Administrator>servermanagercmd -install powershell... Start Installation... [Installation] Succeeded: [Windows PowerShell]. <100/100> Success: Installation succeeded. Once installed, PowerShell may be run from the command prompt simply by entering powershell: 1.3 Installing PowerShell on Windows Server 2003, XP and Vista Systems Unlike Windows Server 2008, other Windows versions do not ship with PowerShell bundled as a feature. As such, it is necessary to download and install PowerShell from the Microsoft Download Center. Pre-requisites for installing PowerShell are as follows: Windows Server 2003 Service Pack 1 (SP1) or later Windows XP Service Pack 2 (SP2) or later 11
12 .Net Framework 2.0 or later (available for download from the Microsoft MSDN web site Assuming the above pre-requisites have been met, Windows PowerShell may be downloaded from the Microsoft PowerShell download page. Once the installation package has been downloaded, double click on it to begin the installation and follow the instructions. Once installation is complete, the following dialog will be displayed by the install wizard: Once installation is complete, PowerShell may be launched from the Start menu by selecting All Programs -> Windows PowerShell 1.0 -> Windows PowerShell. Alternatively, launch PowerShell from a command prompt window by typing: powershell 12
13 Chapter 2. The Basics of the Windows PowerShell Interactive Shell Windows PowerShell is both a scripting language and an interactive shell. In interactive shell mode, PowerShell provides a command line prompt at which commands may be entered and executed interactively. The purpose of this chapter is to cover the basics of using the PowerShell interactive shell. 2.1 The Windows PowerShell Command Prompt The PowerShell interactive prompt may be accessed in two ways. One option is to launch PowerShell from the Start menu by selecting Start -> All Programs -> Windows PowerShell > Windows PowerShell. Alternatively, PowerShell may be launched from the Windows Command Prompt (cmd.exe) window simply by entering the command powershell. Once loaded, PowerShell will display copyright information, followed by the shell prompt: Windows PowerShell Copyright (C) 2006 Microsoft Corporation. All rights reserved. PS C:\Users\Administrator> The interactive shell prompt consists of the letters PS to indicate that the user is working within the PowerShell, followed by the current working directory. The prompt is terminated with a '>' character after which the cursor appears awaiting user input. The current working directory indicates that any file system based operations will take place relative to that directory on the file system. Typing the dir or ls command, therefore, will provide a listing of files and subdirectories in the current working directory (C:\Users\Administrator) in this case: PS C:\Users\Administrator> dir Directory: Microsoft.PowerShell.Core\FileSystem::C:\Users\Administrator Mode LastWriteTime Length Name
14 d-r-- 11/7/2008 4:26 PM Contacts d-r-- 11/7/2008 4:26 PM Desktop d-r-- 11/7/2008 4:26 PM Documents d-r-- 11/7/2008 4:26 PM Downloads d-r-- 11/7/2008 4:26 PM Favorites d-r-- 11/7/2008 4:26 PM Links d-r-- 11/7/2008 4:26 PM Music d-r-- 11/7/2008 4:26 PM Pictures d-r-- 11/7/2008 4:26 PM Saved Games d-r-- 11/7/2008 4:26 PM Searches d-r-- 11/7/2008 4:26 PM Videos By default, this will be the home directory of the user who invoked PowerShell. The directory may be changed using cd command, for example: PS C:\Users\Administrator> cd \windows PS C:\Windows> 2.2 PowerShell Command Line Editing Keys PowerShell provides a number of special key sequences that speed the task of creating and editing commands in the interactive shell, each of which is outlined in the following table: Key Sequence Left Arrow Right Arrow Ctrl+Left Arrow Ctrl+Right Arrow Delete Description Moves the command line cursor one character to the left. Moves the command line cursor one character to the right. Moves the command line cursor one word to the left. Moves the command line cursor one word to the right. Deletes the character in the command line at the current cursor position. 14
15 Backspace Insert Home End Tab F7 Deletes the character immediately to the right of the current cursor position. Toggles between character insert and overwrite modes. Relocates the cursor to the beginning of the command line. Relocates the cursor to the end of the command line. Performs command completion operation whereby the shell attempts to guess at the remainder of the command being entered. Displays a new window containing the command history from which previous commands may be selected. 2.3 PowerShell Command Completion After a few characters of a command, parameter, file name, variable or variable property have been entered at the PowerShell command line prompt, the Tab key may be pressed to instruct PowerShell to complete the remainder of the entry. For example, if the first few characters of a command have been entered, PowerShell will try to find the best match for a command and fill in the remainder of the command name. If the command selected by PowerShell is not the correct one, pressing the Tab key repeatedly will cycle through all the possible matches until the correct one is displayed. Similarly, if a partial file name is entered followed by the Tab key, PowerShell will populate the command line with file name from the current directory. If, once again, the first match displayed by PowerShell is not the desired file, the Tab key can be pressed repeatedly until the correct match is displayed. Tab completion is particularly useful for finding the properties and methods of a variable. As an example, suppose a variable named $mynumber is assigned a numerical value and we want to find out what the type of that value is. We assume there must be a method we can call on the variable to get the type but do not know what that method is called. To cycle through the available methods we simply enter the name of the variable, followed by a. character and then the first few characters of the method (we are assuming it will begin with Get), We then press the Tab key until we find the method that does what we need, in this case, GetType(): PS C:\Users\Administrator> $mynum.gettype( We then enter the closing parentheses ) since we do not need to pass any arguments through to the method, and then press enter to execute the command: 15
16 PS C:\Users\Administrator> $mynum.gettype() IsPublic IsSerial Name BaseType True True Double System.ValueType Tab completion may also be used in conjunction with wildcards, for example where the * character is used to represent one or more characters in a file name. This allows, for example, both the beginning and end characters of a file name to be specified before using the Tab key to complete the entire file name. For example, entering: PS C:\Users\Administrator> type my*file.txt <tab> results in PowerShell completing the file name with the first closest match: PS C:\Users\Administrator> type mydatafile.txt 2.4 Customizing the PowerShell Window The Windows PowerShell interactive shell is invoked either from the Start menu, or from a command prompt (cmd.exe) window. In either case, the shell will be operating in a window with some pre-set characteristics. For example, the command prompt displays white text on a black background and is restricted to 80 characters in width. The PowerShell window displays white text on a blue background and is typically limited to 157 characters in width. Fortunately just about every aspect of these windows can be changed by clicking with the mouse pointer on the small icon in the top right hand corner of the window title block and selecting the Properties option from the resulting menu as illustrated in the following figure: 16
17 Once the Properties option has been selected, the properties dialog will appear. A number of tabs are available which, when selected, allow different categories of settings to be changed. The following figure, for example, shows the Color screen which is used to change settings such the background and foreground colors of the window: 17
18 The settings contained on each tab are as follows: Options - Includes cursor size settings, the size of the command history buffer, whether the shell is displayed as a window or full screen and editing options. Font - The style and size of font used to display text in the PowerShell window. Layout - Settings such as the initial height, width and position of the PowerShell window and size of the screen buffer (the amount of text retained after it has scrolled out of the viewable window area). Colors - The foreground and background colors of both the screen and any popups. 18
AXIS Camera Station Quick Installation Guide
AXIS Camera Station Quick Installation Guide Copyright Axis Communications AB April 2005 Rev. 3.5 Part Number 23997 1 Table of Contents Regulatory Information.................................. 3 AXIS Camera
CONFIGURING MICROSOFT SQL SERVER REPORTING SERVICES
CONFIGURING MICROSOFT SQL SERVER REPORTING SERVICES TECHNICAL ARTICLE November/2011. Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment
Legal Notes. Regarding Trademarks. 2012 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
INSTALLING MICROSOFT SQL SERVER AND CONFIGURING REPORTING SERVICES
INSTALLING MICROSOFT SQL SERVER AND CONFIGURING REPORTING SERVICES TECHNICAL ARTICLE November 2012. Legal Notice The information in this publication is furnished for information use only, and does not
Creating Interactive PDF Forms
Creating Interactive PDF Forms Using Adobe Acrobat X Pro Information Technology Services Outreach and Distance Learning Technologies Copyright 2012 KSU Department of Information Technology Services This
NETWORK PRINT MONITOR User Guide
NETWORK PRINT MONITOR User Guide 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
UI CONFIGURATION GUIDE ADVANCED... 5 Custom Personal Quick Switch... 5 Custom Personal Quick Switch Key Combination... 6 Media Player...
Contents PACKAGE CONTENTS... 2 SYSTEM REQUIREMENTS... 2 FEATURES... 2 WARRANTY... 2 TECHNICAL SUPPORT... 2 HARDWARE AND SOFTWARE INSTALLATION... 2 SOFTWARE INSTALLATION VERIFICATION... 3 KEYBOARD CUSTOMIZATION...
Printer Driver Installation Manual
Printer Driver Installation Manual Copyrights Any unauthorized reproduction of the contents of this document, in part or whole, is strictly prohibited. Limitation of Liability SATO Corporation and its
Advanced Presentation Features and Animation
There are three features that you should remember as you work within PowerPoint 2007: the Microsoft Office Button, the Quick Access Toolbar, and the Ribbon. The function of these features will be more
Visual Basic 2010 Essentials
Visual Basic 2010 Essentials Visual Basic 2010 Essentials First Edition 2010 Payload Media. This ebook is provided for personal use only. Unauthorized use, reproduction and/or distribution strictly prohibited.
OPERATION MANUAL. MV-410RGB Layout Editor. Version 2.1- higher
OPERATION MANUAL MV-410RGB Layout Editor Version 2.1- higher Table of Contents 1. Setup... 1 1-1. Overview... 1 1-2. System Requirements... 1 1-3. Operation Flow... 1 1-4. Installing MV-410RGB Layout
WA2262 Applied Data Science and Big Data Analytics Boot Camp for Business Analysts. Classroom Setup Guide. Web Age Solutions Inc.
WA2262 Applied Data Science and Big Data Analytics Boot Camp for Business Analysts Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Software
How to configure the DBxtra Report Web Service on IIS (Internet Information Server)
How to configure the DBxtra Report Web Service on IIS (Internet Information Server) Table of Contents Install the DBxtra Report Web Service automatically... 2 Access the Report Web Service... 4 Verify
8 CREATING FORM WITH FORM WIZARD AND FORM DESIGNER
8 CREATING FORM WITH FORM WIZARD AND FORM DESIGNER 8.1 INTRODUCTION Forms are very powerful tool embedded in almost all the Database Management System. It provides the basic means for inputting data for
StrikeRisk v6.0 IEC/EN 62305-2 Risk Management Software Getting Started
StrikeRisk v6.0 IEC/EN 62305-2 Risk Management Software Getting Started Contents StrikeRisk v6.0 Introduction 1/1 1 Installing StrikeRisk System requirements Installing StrikeRisk Installation troubleshooting
16.4.3 Lab: Data Backup and Recovery in Windows XP
16.4.3 Lab: Data Backup and Recovery in Windows XP Introduction Print and complete this lab. In this lab, you will back up data. You will also perform a recovery of the data. Recommended Equipment The
DiskPulse DISK CHANGE MONITOR
DiskPulse DISK CHANGE MONITOR User Manual Version 7.9 Oct 2015 www.diskpulse.com info@flexense.com 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product
MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS
MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS Last Edited: 2012-07-09 1 Access to Outlook contacts area... 4 Manage Outlook contacts view... 5 Change the view of Contacts area... 5 Business Cards view... 6
While You Were Sleeping - Scheduling SAS Jobs to Run Automatically Faron Kincheloe, Baylor University, Waco, TX
CC04 While You Were Sleeping - Scheduling SAS Jobs to Run Automatically Faron Kincheloe, Baylor University, Waco, TX ABSTRACT If you are tired of running the same jobs over and over again, this paper is
Microsoft Office XP Intermediate Power Point: Advanced capabilities
Microsoft Office XP Intermediate Power Point: Advanced capabilities Objective 1: Format presentation using slide masters. Slide Masters Every presentation has slide masters that control the overall appearance
Beginning PowerPoint. Microsoft Office Version XP. Janis Davis Educational Technology Resource Teacher
Beginning PowerPoint Microsoft Office Version XP Janis Davis Educational Technology Resource Teacher jdavisirc@olatheschools.com Beginning PowerPoint XP Microsoft PowerPoint is a multimedia presentation
Central Management Software CV3-M1024
Table of Contents Chapter 1. User Interface Overview...5 Chapter 2. Installation...6 2.1 Beginning Installation...6 2.2 Starting the CMS software...10 2.3 Starting it from the Start menu...10 2.4 Starting
Excel 2007. Getting Started The Excel Window u v w. Microsoft QUICK Source
Microsoft QUICK Source Excel 2007 Getting Started The Excel Window u v w x y z { u Quick Access Toolbar contains shortcuts for the most commonly used tools. v Microsoft Office Button contains common file
Legal Notes. Regarding Trademarks 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
Windows XP Chinese Character Support Installation Instruction
Windows XP Chinese Character Support Installation Instruction Windows XP has a utility to allow user to modify language sets for both multi-language input and viewing of foreign character sets. This document
Hypercosm. Studio. www.hypercosm.com
Hypercosm Studio www.hypercosm.com Hypercosm Studio Guide 3 Revision: November 2005 Copyright 2005 Hypercosm LLC All rights reserved. Hypercosm, OMAR, Hypercosm 3D Player, and Hypercosm Studio are trademarks
Microsoft Access 2007
How to Use: Microsoft Access 2007 Microsoft Office Access is a powerful tool used to create and format databases. Databases allow information to be organized in rows and tables, where queries can be formed
KI6501 Data Manager. Software User Manual
KI6501 Data Manager Software User Manual CONTENTS 1. Installation of USB Virtual COM Port driver software... 2 2. Installation of KI6501 Manager Software... 2 3. Connecting KI6501 to PC (Personal Computer)
Citrix Systems, Inc.
Citrix Systems, Inc. Notice The information in this publication is subject to change without notice. THIS PUBLICATION IS PROVIDED AS IS WITHOUT WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING ANY
PowerPoint XP Basics For Beginners. Features of Presentation Software
PowerPoint XP Basics For Beginners A presentation graphics program is a computer program you use to organize and present information. Whether you are presenting content concepts to your class or making
Intel System Event Log (SEL) Viewer Utility
Intel System Event Log (SEL) Viewer Utility User Guide Document No. E12461-007 Legal Statements INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS FOR THE GENERAL PURPOSE OF SUPPORTING
10.3.1.6 Lab - Data Backup and Recovery in Windows XP
5.0 10.3.1.6 Lab - Data Backup and Recovery in Windows XP Introduction Print and complete this lab. In this lab, you will back up data. You will also perform a recovery of the data. Recommended Equipment
Visual Logic Instructions and Assignments
Visual Logic Instructions and Assignments Visual Logic can be installed from the CD that accompanies our textbook. It is a nifty tool for creating program flowcharts, but that is only half of the story.
Business Objects Version 5 : Introduction
Business Objects Version 5 : Introduction Page 1 TABLE OF CONTENTS Introduction About Business Objects Changing Your Password Retrieving Pre-Defined Reports Formatting Your Report Using the Slice and Dice
File Management Utility User Guide
File Management Utility User Guide 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
Legal Notes. Regarding Trademarks. Model supported by the KX printer driver. 2010 KYOCERA MITA Corporation
Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change for improvement without notice. We cannot be held liable for any problems
Installation & Activation Guide
Lepide Exchange Recovery Manager Lepide Software Private Limited, All Rights Reserved This User Guide and documentation is copyright of Lepide Software Private Limited, with all rights reserved under the
How to Configure Windows 8.1 to run ereports on IE11
How to Configure Windows 8.1 to run ereports on IE11 Description: Windows 8.1 ships with IE10, but can be updated to IE11. There is a special mode in IE11 called Enterprise Mode that can be used to emulate
BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005
BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 PLEASE NOTE: The contents of this publication, and any associated documentation provided to you, must not be disclosed to any third party without
SAP Basic Navigation Tutorial
SAP Tutorial SAP Log On In order to be able to log into the SAP system you should have the following icon on your desktop. If you do not have it and need access to the SAP system, you should contact the
Foxit Reader Quick Guide
I Contents Foxit Reader Contents... II Chapter 1 Get Started... 1 Foxit Reader Overview... 1 System Requirements... 1 Install Foxit Reader... 2 Uninstall Foxit Reader... 2 Update Foxit Reader... 2 Workspace...
Sample- for evaluation purposes only. Advanced Crystal Reports. TeachUcomp, Inc.
A Presentation of TeachUcomp Incorporated. Copyright TeachUcomp, Inc. 2011 Advanced Crystal Reports TeachUcomp, Inc. it s all about you Copyright: Copyright 2011 by TeachUcomp, Inc. All rights reserved.
MICROSOFT POWERPOINT 2011 SHOW YOUR PRESENTATION
MICROSOFT POWERPOINT 2011 SHOW YOUR PRESENTATION Lasted Edited: 2012-07-10 1 Use Speaker Notes... 4 Add speaker notes... 4 Change or format a note on a slide... 5 Print slides including speaker notes...
Virtual CD v10. Network Management Server Manual. H+H Software GmbH
Virtual CD v10 Network Management Server Manual H+H Software GmbH Table of Contents Table of Contents Introduction 1 Legal Notices... 2 What Virtual CD NMS can do for you... 3 New Features in Virtual
vtcommander Installing and Starting vtcommander
vtcommander vtcommander provides a local graphical user interface (GUI) to manage Hyper-V R2 server. It supports Hyper-V technology on full and core installations of Windows Server 2008 R2 as well as on
PowerPoint Basics (Office XP / Windows 2003 / Macintosh)
PowerPoint Basics (Office XP / Windows 2003 / Macintosh) Microsoft PowerPoint is software that allows you to create custom presentations incorporating text, color, graphics, and animation. PowerPoint (PP)
USER MANUAL FOR. autocue.com
USER MANUAL FOR WINDOWS autocue.com Contents Install the QStart software Registering QStart Using your Starter Series Prompter Prompt output Dual screens Enable a prompt monitor Change the size Change
NDA-30141 ISSUE 1 STOCK # 200893. CallCenterWorX-Enterprise IMX MAT Quick Reference Guide MAY, 2000. NEC America, Inc.
NDA-30141 ISSUE 1 STOCK # 200893 CallCenterWorX-Enterprise IMX MAT Quick Reference Guide MAY, 2000 NEC America, Inc. LIABILITY DISCLAIMER NEC America, Inc. reserves the right to change the specifications,
Windows XP Pro: Basics 1
NORTHWEST MISSOURI STATE UNIVERSITY ONLINE USER S GUIDE 2004 Windows XP Pro: Basics 1 Getting on the Northwest Network Getting on the Northwest network is easy with a university-provided PC, which has
Scanning. WorkCentre C2424 Copier-Printer
Scanning This chapter includes: "Basic Scanning" on page 4-2 "Installing the Scan Driver" on page 4-4 "Adjusting Scanning Options" on page 4-5 "Retrieving Images" on page 4-11 "Managing Files and Controlling
1. System Requirements
BounceBack Ultimate 14.2 User Guide This guide presents you with information on how to use BounceBack Ultimate 14.2. Contents 1. System Requirements 2. BounceBack Pre-Installation 3. How To Install The
Microsoft Access Basics
Microsoft Access Basics 2006 ipic Development Group, LLC Authored by James D Ballotti Microsoft, Access, Excel, Word, and Office are registered trademarks of the Microsoft Corporation Version 1 - Revision
Excel 2007 Basic knowledge
Ribbon menu The Ribbon menu system with tabs for various Excel commands. This Ribbon system replaces the traditional menus used with Excel 2003. Above the Ribbon in the upper-left corner is the Microsoft
Kaspersky Password Manager USER GUIDE
Kaspersky Password Manager USER GUIDE Dear User! Thank you for choosing our product. We hope that this documentation helps you in your work and provides answers you may need. Any type of reproduction or
CGS 1550 File Transfer Project Revised 3/10/2005
CGS 1550 File Transfer Project Revised 3/10/2005 PURPOSE: The purpose of this project is to familiarize students with the three major styles of FTP client, which are: Pure (FTP only), character-based,
Version 4.1 USER S MANUAL Technical Support (800) 870-1101
ESSENTIAL FORMS Version 4.1 USER S MANUAL Technical Support (800) 870-1101 401 Francisco St., San Francisco, CA 94133 (800) 286-0111 www.essentialpublishers.com (c) Copyright 2004 Essential Publishers,
Installing the Software... 1 Using the System Tray Icon... 5 Restoring the System Tray Icon... 6
Contents Getting Started... 1 Installing the Software... 1 Using the System Tray Icon... 5 Restoring the System Tray Icon... 6 Managing Your Drives... 8 Adjusting the Power Setting... 8 Testing Your Drive...11
USING STUFFIT DELUXE THE STUFFIT START PAGE CREATING ARCHIVES (COMPRESSED FILES)
USING STUFFIT DELUXE StuffIt Deluxe provides many ways for you to create zipped file or archives. The benefit of using the New Archive Wizard is that it provides a way to access some of the more powerful
Using PowerPoint s Advanced Features. What Are Advanced Features? Basic Skills:
Using PowerPoint s Advanced Features September, 2003 Suzanne Czurylo czurylo@umich.edu For questions about using PowerPoint, please contact Software Support at umbssofthelp@umich.edu What Are Advanced
Operating Computer Using GUI Based Operating System
Operating Computer Using GUI Based Operating System 2.0 Introduction An operating system (OS) is an interface between hardware and user. It is responsible for the management and coordination of activities
User s Manual CAREpoint EMS Workstation D-Scribe Reporting System
1838021B User s Manual CAREpoint EMS Workstation D-Scribe Reporting System EDITORS NOTE FORM BUILDER IS A PART OF D-SCRIBE S REPORTING SYSTEM (D-SCRIBE S FORM BUILDER). FORMS WHICH ARE CREATED AND/OR USED
Intel System Event Log (SEL) Viewer Utility
Intel System Event Log (SEL) Viewer Utility User Guide Document No. E12461-005 Legal Statements INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS FOR THE GENERAL PURPOSE OF SUPPORTING
AvePoint Tags 1.1 for Microsoft Dynamics CRM. Installation and Configuration Guide
AvePoint Tags 1.1 for Microsoft Dynamics CRM Installation and Configuration Guide Revision G Issued August 2014 Table of Contents About AvePoint Tags for Microsoft Dynamics CRM... 3 Required Permissions...
Setting up VPN and Remote Desktop for Home Use
Setting up VPN and Remote Desktop for Home Use Contents I. Prepare Your Work Computer... 1 II. Prepare Your Home Computer... 2 III. Run the VPN Client... 3-4 IV. Remote Connect to Your Work Computer...
Outlook Email. User Guide IS TRAINING CENTER. 833 Chestnut St, Suite 600. Philadelphia, PA 19107 215-503-7500
Outlook Email User Guide IS TRAINING CENTER 833 Chestnut St, Suite 600 Philadelphia, PA 19107 215-503-7500 This page intentionally left blank. TABLE OF CONTENTS Getting Started... 3 Opening Outlook...
Legal Notes. Regarding Trademarks. 2011 KYOCERA MITA Corporation
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
Book Builder Training Materials Using Book Builder September 2014
Book Builder Training Materials Using Book Builder September 2014 Prepared by WDI, Inc. Table of Contents Introduction --------------------------------------------------------------------------------------------------------------------
Module One: Getting Started... 6. Opening Outlook... 6. Setting Up Outlook for the First Time... 7. Understanding the Interface...
2 CONTENTS Module One: Getting Started... 6 Opening Outlook... 6 Setting Up Outlook for the First Time... 7 Understanding the Interface...12 Using Backstage View...14 Viewing Your Inbox...15 Closing Outlook...17
An introduction to Visual Studio
Chapter 1 An introduction to Visual Studio Murach s Visual Basic 2008, C1 2008, Mike Murach & Associates, Inc. Slide 1 Objectives Applied Use Visual Studio 2008 to do any of these operations: Open and
The Helios Microsoft Windows Server
The Helios Microsoft Windows Server COPYRIGHT This document Copyright 1992 Distributed Software Limited. All rights reserved. This document may not, in whole or in part, be copied, photocopied, reproduced,
Reduced Quality Sample
Access 2007 Essentials PART ONE Mobile MOUSe Access 2007 Essentials Version # 1.1 Part One 08/08/2010 11:20 About this Course Microsoft Access is the database application included with Microsoft Office.
POWER BASICS. Creating a slide from scratch. Adding text to a slide. Adding another slide. Saving Your Presentation.
Creating a slide from scratch POWER BASICS 1. Open the PowerPoint program. The PowerPoint dialog box appears. 2. In the PowerPoint dialog box, click the Blank Presentation option button. The New Slide
Spreadsheet - Introduction
CSCA0102 IT and Business Applications Chapter 6 Spreadsheet - Introduction Spreadsheet A spreadsheet (or spreadsheet program) is software that permits numerical data to be used and to perform automatic
ZExplore Development Interface (ZEDI) User Guide Feb 2013
ZExplore Development Interface (ZEDI) User Guide Feb 2013 Table of Contents 1 OVERVIEW 3 2 GUI COMPONENTS 4 3 CONNECT TO AN API SERVER 6 3.1 CONNECT TO DATA ONTAP SERVER 6 3.1.1 SELECT TRANSPORT TYPE HTTP/HTTPS
Web VTS Installation Guide. Copyright 2006-2010 SiiTech Inc. All rights reserved.
Web VTS Installation Guide Copyright 2006-2010 SiiTech Inc. All rights reserved. Table of Contents Overview of Web VTS... 1 System Requirements... 2 Installation Sequence... 3 Installing Web VTS... 6 ii
MyOra 3.0. User Guide. SQL Tool for Oracle. Jayam Systems, LLC
MyOra 3.0 SQL Tool for Oracle User Guide Jayam Systems, LLC Contents Features... 4 Connecting to the Database... 5 Login... 5 Login History... 6 Connection Indicator... 6 Closing the Connection... 7 SQL
5nine Hyper-V Commander
5nine Hyper-V Commander 5nine Hyper-V Commander provides a local graphical user interface (GUI), and a Framework to manage Hyper-V R2 server and various functions such as Backup/DR, HA and P2V/V2V. It
e-dpp 4.0.2 May 2013 Quick Installation Guide Microsoft Windows 2003 Server, XP, Vista, 7 Access Database
e-dpp 4.0.2 May 2013 Microsoft Windows 2003 Server, XP, Vista, 7 Access Database ELTECHS Engineering and Consulting Co., Ltd., Japan www.eltechs.co.jp Tel No. +81 (47) 490-1010 Fax No. +81 (47) 490-1011
OFFICE KEYBOARD (MT1210 & MT1405) OFFICE FEATURES
OFFICE KEYBOARD (MT1210 & MT1405) OFFICE FEATURES Thank you for purchasing OFFICE KEYBOARD. This User s manual contains all information that helps you to operate your keyboard. Please keep the software
Microsoft Excel 2010 Prepared by Computing Services at the Eastman School of Music July 2010
Microsoft Excel 2010 Prepared by Computing Services at the Eastman School of Music July 2010 Contents Microsoft Office Interface... 4 File Ribbon Tab... 5 Microsoft Office Quick Access Toolbar... 6 Appearance
ilaw Installation Procedure
ilaw Installation Procedure This guide will provide a reference for a full installation of ilaw Case Management Software. Contents ilaw Overview How ilaw works Installing ilaw Server on a PC Installing
Galileo Desktop Focalpoint 4.01 Quick Reference Card
Galileo Desktop Focalpoint 4.01 Quick Reference Card FP 685/1.1 This Quick Reference was developed by Galileo International, Training and Development. For questions or comments, please send a message to
MICROSOFT ACCESS 2007 BOOK 2
MICROSOFT ACCESS 2007 BOOK 2 4.1 INTRODUCTION TO ACCESS FIRST ENCOUNTER WITH ACCESS 2007 P 205 Access is activated by means of Start, Programs, Microsoft Access or clicking on the icon. The window opened
Windows PowerShell Cookbook
Windows PowerShell Cookbook Lee Holmes O'REILLY' Beijing Cambridge Farnham Koln Paris Sebastopol Taipei Tokyo Table of Contents Foreword Preface xvii xxi Part I. Tour A Guided Tour of Windows PowerShell
Microsoft Office Access 2007 Basics
Access(ing) A Database Project PRESENTED BY THE TECHNOLOGY TRAINERS OF THE MONROE COUNTY LIBRARY SYSTEM EMAIL: TRAININGLAB@MONROE.LIB.MI.US MONROE COUNTY LIBRARY SYSTEM 734-241-5770 1 840 SOUTH ROESSLER
Microsoft Word XP Basics
Microsoft Word XP Basics Starting Word Click the start button, move the pointer to All Programs. Move the pointer to Microsoft Office and then select Microsoft Word and click the application or click the
How to Build a More Effective XSite
How to Build a More Effective XSite presented by a la mode Course Highlights Take advantage of advanced design and content features Enable XSite access and features for your employees and colleagues Introduction
2-Bay Raid Sub-System Smart Removable 3.5" SATA Multiple Bay Data Storage Device User's Manual
2-Bay Raid Sub-System Smart Removable 3.5" SATA Multiple Bay Data Storage Device User's Manual www.vipower.com Table of Contents 1. How the SteelVine (VPMP-75211R/VPMA-75211R) Operates... 1 1-1 SteelVine
Web File Management with SSH Secure Shell 3.2.3
Web File Management with SSH Secure Shell 3.2.3 June 2003 Information Technologies Copyright 2003 University of Delaware. Permission to copy without fee all or part of this material is granted provided
ZebraDesigner Pro. User Guide. 13857L-003 Rev. A
ZebraDesigner Pro User Guide 13857L-003 Rev. A 2 2011 ZIH Corp. The copyrights in this manual and the software and/or firmware in the printer described therein are owned by ZIH Corp. and Zebra s licensors.
Any object can be made an action button, but there are some limitations. Groups cannot be made into action buttons.
Interactivity in Powerpoint Powerpoint includes a small set of actions that can be set to occur when the user clicks, or simply moves the cursor over an object. These actions consist of links to other
NiceForm User Guide (PowerForms)
NiceForm User Guide (PowerForms) English Edition Rev-1409 2014 Euro Plus d.o.o. All rights reserved. Euro Plus d.o.o. Poslovna cona A 2 SI-4208 Šenčur, Slovenia tel.: +386 4 280 50 00 fax: +386 4 233 11
Crystal Print Control Installation Instructions for PCs running Microsoft Windows XP and using the Internet Explorer browser
Crystal Print Control Installation Instructions for PCs running Microsoft Windows XP and using the Internet Explorer browser Important Notice: You must have administrative rights to your PC to perform
Smart Web. User Guide. Amcom Software, Inc.
Smart Web User Guide Amcom Software, Inc. Copyright Version 4.0 Copyright 2003-2005 Amcom Software, Inc. All Rights Reserved. Information in this document is subject to change without notice. The software
Getting Started with MozyPro Online Backup Online Software from Time Warner Cable Business Class
Getting Started with MozyPro Online Backup Online Software from Time Warner Cable Business Class A Guide for Users MozyPro is an online backup service with an easy to use interface so you can start backing
2 Advanced Session... Properties 3 Session profile... wizard. 5 Application... preferences. 3 ASCII / Binary... Transfer
Contents I Table of Contents Foreword 0 Part I SecEx Overview 3 1 What is SecEx...? 3 2 Quick start... 4 Part II Configuring SecEx 5 1 Session Profiles... 5 2 Advanced Session... Properties 6 3 Session
Lesson 2: Microsoft Word 2007 Basic Features
Lesson 2: Microsoft Word 2007 Basic Features Lesson 1 familiarized you with the the Microsoft Word window. You are now ready to learn how to create a Word document. This lesson covers typing, using the
NetBackup Backup, Archive, and Restore Getting Started Guide
NetBackup Backup, Archive, and Restore Getting Started Guide UNIX, Windows, and Linux Release 6.5 Veritas NetBackup Backup, Archive, and Restore Getting Started Guide Copyright 2007 Symantec Corporation.
Microsoft PowerPoint 2010 Handout
Microsoft PowerPoint 2010 Handout PowerPoint is a presentation software program that is part of the Microsoft Office package. This program helps you to enhance your oral presentation and keep the audience