- Microsoft Exchange Server PowerShell Essentials
- Biswanath Banerjee
- 132字
- 2021-07-16 13:04:55
Chapter 1. Getting Started with PowerShell
This chapter will provide introduction to Windows PowerShell that is required for the rest of the chapters of this book. You will learn about the usage of Windows PowerShell cmdlets, variables, arrays, and loops. You will also learn the use of the PowerShell Help system. We will cover the concept of filtering and exporting objects using pipelines and the usage of loops and conditional statements. This chapter will create a foundation, and we will use subsequent chapters to build this foundation.
The following topics will be discussed in this chapter:
- Introducing Windows PowerShell
- Understanding PowerShell syntax
- Understanding the help system
- Understanding logging and transcripts
- Using variables
- Using pipelines
- Using looping
- Using arrays
- Using filters and exporting data
- Using If statements
- Writing a basic script
推薦閱讀
- 大學計算機基礎(第三版)
- Learning NServiceBus(Second Edition)
- HoloLens Beginner's Guide
- Python數據可視化之Matplotlib與Pyecharts實戰
- Spring Boot進階:原理、實戰與面試題分析
- Learning ArcGIS for Desktop
- Linux Shell核心編程指南
- Swift 4 Protocol-Oriented Programming(Third Edition)
- Babylon.js Essentials
- .NET 4.5 Parallel Extensions Cookbook
- Xamarin Blueprints
- 硬件產品設計與開發:從原型到交付
- NGUI for Unity
- GO語言編程從入門到實踐
- Python Natural Language Processing