Wiley 978-0-470-22644-5 Arkusz Danych

Przeglądaj online lub pobierz Arkusz Danych dla Podręczniki do oprogramowania Wiley 978-0-470-22644-5. Wiley Professional Windows PowerShell for Exchange Server 2007 Service Pack 1 Instrukcja obsługi

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 32
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 0
Part I
PowerShell for
Exchange
Fundamentals
Chapter 1: Getting Started with Windows PowerShell
Chapter 2: Using Exchange Management Shell
Chapter 3: Using PowerShell to Deploy Exchange Server 2007
Chapter 4: Working with User and Group Objects
Chapter 5: Public Folders
c01.indd 1c01.indd 1 12/17/07 3:19:21 PM12/17/07 3:19:21 PM
COPYRIGHTED MATERIAL
Przeglądanie stron 0
1 2 3 4 5 6 ... 31 32

Podsumowanie treści

Strona 1 - COPYRIGHTED MATERIAL

Part IPowerShell for Exchange FundamentalsChapter 1: Getting Started with Windows PowerShellChapter 2: Using Exchange Management ShellChapter 3: Using

Strona 2

Part I: PowerShell for Exchange Fundamentals10 The Get verb is the most common verb used in Exchange Management Shell cmdlets. It is also known as

Strona 3 - Windows PowerShell

Chapter 1: Getting Started with Windows PowerShell11 In Figure 1 - 4 , the Set-Mailbox cmdlet is being used to set the ProhibitSendQuota attrib

Strona 4 - Shell History

Part I: PowerShell for Exchange Fundamentals12 For example, the Get-Service cmdlet is used to gather information about services and supports wildcar

Strona 5 - Common Shell Limitations

Chapter 1: Getting Started with Windows PowerShell13 Optional and Required Parameters Cmdlets may have some parameters that are not required to be u

Strona 6 - PowerShell Basics

Part I: PowerShell for Exchange Fundamentals14 For example, the Identity parameter is typically a positional parameter used in position 1 after the

Strona 7

Chapter 1: Getting Started with Windows PowerShell15 The solution is to provide enough of the parameter name to make it unique, in this case posta w

Strona 8 - Cmdlets

Part I: PowerShell for Exchange Fundamentals16 In this example for Get-Help and for those that follow later in this section, input values are used

Strona 9 - Common Verb Names

Chapter 1: Getting Started with Windows PowerShell17 The other possible role values you can use with the Role parameter are: *client* for Client

Strona 10 - Parameters

Part I: PowerShell for Exchange Fundamentals18cannot be used in conjunction with either the Verb or Noun parameters. In Figure 1 - 14 , Get

Strona 11 - ProhibitSendQuota

Chapter 1: Getting Started with Windows PowerShell19 Get-Command can also be used to return detailed information about the syntax of a given cmdlet

Strona 12

c01.indd 2c01.indd 2 12/17/07 3:19:23 PM12/17/07 3:19:23 PM

Strona 13 - Set-User

Part I: PowerShell for Exchange Fundamentals20 The command Get-Help < cmdlet name > -Full displays the entire contents of the help file for

Strona 14 - Parameter Shortcuts

Chapter 1: Getting Started with Windows PowerShell21 Parameter details describe whether the parameter is required or optional and if it is positional

Strona 15

Part I: PowerShell for Exchange Fundamentals22 Most shells offer some form of automatic completion to take some of the drudgery and guesswork out of e

Strona 16

Chapter 1: Getting Started with Windows PowerShell23 Using this procedure you can enter complex, mistake - free cmdlet names using a minimal number of

Strona 17

Part I: PowerShell for Exchange Fundamentals24collection to the Set-User cmdlet along with the appropriate value for the Fax parameter you can cha

Strona 18

Chapter 1: Getting Started with Windows PowerShell25 The value to test must be of the same data type of the property being tested. For example, if the

Strona 19

Part I: PowerShell for Exchange Fundamentals26 Controlling Output When you run a cmdlet in Windows PowerShell, the type of data displayed as output,

Strona 20 - Parameter Details

Chapter 1: Getting Started with Windows PowerShell27 Format - List In the previous example Get-Mailbox displayed only those properties specified a

Strona 21 - Learning More

Part I: PowerShell for Exchange Fundamentals28 Format - Table Format-Table (and its alias, ft ) is similar to Format-List except it allows you

Strona 22

Chapter 1: Getting Started with Windows PowerShell29 To change this behavior, add the AutoSize parameter to force Format-Table to change column wi

Strona 23 - Using Pipelines

Getting Started with Windows PowerShell Windows PowerShell is the next - generation command - line shell and scripting language for Wind

Strona 24 - Filtering Objects

Part I: PowerShell for Exchange Fundamentals30 All scripts included with Exchange Server 2007 have been code signed by Microsoft to ensure the scripts

Strona 25

Chapter 1: Getting Started with Windows PowerShell31 Summary Windows PowerShell is the next - generation command - line shell and scripting langu

Strona 26 - Controlling Output

c01.indd 32c01.indd 32 12/17/07 3:19:32 PM12/17/07 3:19:32 PM

Strona 27 - Format - List

Part I: PowerShell for Exchange Fundamentals4need for an advanced interface like Windows PowerShell. What follows is a discussion of the main features

Strona 28 - Format - Table

Chapter 1: Getting Started with Windows PowerShell5 Common Shell Limitations The traditional shells mentioned earlier offer an administrator greater

Strona 29 - Running Scripts

Part I: PowerShell for Exchange Fundamentals6 Because Windows PowerShell is fully extensible, software developers can create their own custom built -

Strona 30

Chapter 1: Getting Started with Windows PowerShell7 While invoking Windows PowerShell, this command specifies a console definition file identified by

Strona 31 - Summary

Part I: PowerShell for Exchange Fundamentals8Exchange management. It also defines the appearance of the command - line prompt and the initial welcome

Strona 32

Chapter 1: Getting Started with Windows PowerShell9 Windows PowerShell commands are case - insensitive. The examples given in this section use the de

Komentarze do niniejszej Instrukcji

Brak uwag