« Home « Chủ đề Lecture Windows PowerShell

Chủ đề : Lecture Windows PowerShell


Có 13+ tài liệu thuộc chủ đề "Lecture Windows PowerShell"

Lecture Windows PowerShell: Automating Administration with Windows PowerShell

tailieu.vn

Microsoft ® Official Course 10961A. Automating Administration with Windows PowerShell. We’ve worked together with Microsoft Learning Partners and Microsoft IT Academies to bring you a world-class learning experience, including:. Your instructor is a premier. technical and instructional expert who meets ongoing certification requirements.. today’s experience. Ask your instructor about available exam promotions and discounts.. We wish you a great learning...

Lecture Windows PowerShell - Module 01: Getting Started with Windows PowerShell

tailieu.vn

Getting Started with Windows PowerShell. Windows PowerShell Overview Windows PowerShell Versions. Windows PowerShell vs. Precautions When Opening the Shell Configuring the Console. Windows PowerShell Overview. Windows PowerShell Versions. Windows PowerShell 1.0 and 2.0 require .NET Framework 2.0 Windows PowerShell 3.0 requires .NET Framework 4.0. Windows PowerShell ships with specific core, native functionality. extensions―additional commands that extend the shell’s capabilities. In...

Lecture Windows PowerShell - Module 02: Working with the Pipeline

tailieu.vn

Working with the Pipeline. Understanding the Pipeline. Converting, Exporting, and Importing Objects Filtering Objects Out of the Pipeline. Enumerating Objects in the Pipeline. Lesson 1: Understanding the Pipeline. What Is the Pipeline?. Running Commands in the Pipeline Pipeline Output. When the Pipeline Contains Mixed Output. In the console, each complete command line is a pipeline. output of each command being...

Lecture Windows PowerShell - Module 03: Understanding How the Pipeline Works

tailieu.vn

Understanding How the Pipeline Works. Passing Data in the Pipeline By Value. Passing Data in the Pipeline By Property Name. Lesson 1: Passing Data in the Pipeline By Value. Manual Parameters Override the Pipeline Demonstration: Overriding the Pipeline. Parenthetical Commands Instead of the Pipeline. Command Help files indicate the parameters that can accept the pipeline input ByValue. Accept pipeline input?...

Lecture Windows PowerShell - Module 04: Using PSProviders and PSDrives

tailieu.vn

Using PSProviders and PSDrives. Module Overview Using PSProviders. Using PSDrives. Lesson 1: Using PSProviders. What are Providers?. Accessing Provider Help. Demonstration: Working with Providers. Adapts data stores to look like disk drives inside the shell. Allows management by using familiar file system management commands. More complex than managing by using commands. Run Get­PSProvider for a list of providers. for provider-specific...

Lecture Windows PowerShell - Module 05: Formatting Output

tailieu.vn

Redirecting Formatted Output. In this demonstration, you will see how to use the basic features of the three main formatting. Using Format­Table. Get-Process. In this demonstration, you will see how to create custom table columns by using Format­Table. In this demonstration, you will see how to display grouped table output. Lesson 3: Redirecting Formatted Output. Demonstration: Examining Formatting Output Redirecting...

Lecture Windows PowerShell - Module 06: Querying Management Information by Using WMI and CIM

tailieu.vn

Querying Management Information by Using WMI and CIM. Understanding WMI and CIM. Querying Data by Using WMI and CIM. Making Changes by Using WMI and CIM. In this demonstration, you will see how to locate online class documentation. Lesson 2: Querying Data by Using WMI and CIM. In this demonstration, you will see how to list local repository namespaces by...

Lecture Windows PowerShell - Module 08: Moving from Command to Script to Module

tailieu.vn

Moving from Command to Script to Module. Moving from Command to Script. Moving from Script to Function to Module Implementing Basic Error Handling. Lesson 1: Moving from Command to Script. Demonstration: Adding Verbose Output Documenting the Script. Identify values in your test command that might need to change each time the command is run. In this demonstration, you will see...

Lecture Windows PowerShell - Module 09: Administering Remote Computers

tailieu.vn

Administering Remote Computers. Using Advanced Remoting Techniques Using Remoting Sessions. Using Remoting for Delegated Administration. Using Remoting: One-to-One Using Remoting: One-to-Many. Demonstration: Enabling and Using Remoting. Remote Computer. It applies to a relatively small subset of commands that can communicate with remote computers. Using Remoting: One-to-One. Enable­PSSes s ion –ComputerName name. Exit with Exit­PSSes s ion. Using Remoting: One-to-Many. Invoke­Command...

Lecture Windows PowerShell - Module 10: Putting it All Together

tailieu.vn

Provisioning a New Server Core Instance. Lesson 1: Provisioning a New Server Core Instance. Provision a new Windows Server 2012 computer installed as Server Core. You will need to write a script to perform the remainder of the provisioning process in. Add a reservation to the DHCP scope. Add the server to the domain. Add a role to the server....

Lecture Windows PowerShell - Module 11: Using Background Jobs and Scheduled Jobs

tailieu.vn

Using Background J obs and Scheduled J obs. Using Background J obs. Using Scheduled J obs. Lesson 1: Using Background J obs. What Are Background J obs?. Starting J obs Managing J obs. Retrieving J ob Results. Demonstration: Using Background J obs. Run commands in the background. Store command results in memory for retrieval. Starting J obs. Start-Job –ScriptBlock {...

Lecture Windows PowerShell - Module 12: Using Profiles and Advanced Windows PowerShell Techniques

tailieu.vn

Using Profiles and Advanced Windows PowerShell Techniques. Using Advanced Windows PowerShell Techniques Creating Profile Scripts. Lesson 1: Using Advanced Windows PowerShell Techniques. Strings are objects of the type Sys tem.String. Dates are objects of the type Sys tem.DateTime. Sys tem.DateTime. advanced Windows PowerShell techniques. Most external commands run correctly in Windows PowerShell. If a command’s syntax uses Windows PowerShell special...