- PowerShell for Office 365
- Martin Machado Prashant G Bhoyar
- 86字
- 2021-07-02 18:50:38
What is a pipe?
Using the pipe character (|), we can select the objects and then perform an action on them.
These three cmdlets--Get-Command, Get-Help, and Get-Member--are important to understand and use, especially when you are new to PowerShell. If you take a closer look, you will find the highlighted letters spell Microsoft compiled HTML help (.chm) files, which were the old-school help files available in Windows. We will use them throughout the book to get additional information on the commands we will use.
推薦閱讀
- C++ Primer習題集(第5版)
- ClickHouse性能之巔:從架構設計解讀性能之謎
- Redis Applied Design Patterns
- 深度學習經典案例解析:基于MATLAB
- PHP 7底層設計與源碼實現
- Python語言程序設計
- 網頁設計與制作教程(HTML+CSS+JavaScript)(第2版)
- Mastering Swift 2
- PhoneGap:Beginner's Guide(Third Edition)
- Expert Data Visualization
- RISC-V體系結構編程與實踐(第2版)
- 利用Python進行數據分析
- Learning AWS
- TypeScript 2.x By Example
- Python 3 Object:oriented Programming(Second Edition)