- 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.
推薦閱讀
- Scala Design Patterns
- Vue.js快速入門與深入實戰
- 編譯系統透視:圖解編譯原理
- Reactive Android Programming
- Kotlin從基礎到實戰
- 深入淺出React和Redux
- Mastering Xamarin.Forms(Second Edition)
- Instant PHP Web Scraping
- Node.js 12實戰
- Spring Data JPA從入門到精通
- Building UIs with Wijmo
- JavaScript前端開發程序設計教程(微課版)
- 實戰圖解MACD波段交易技術
- 梔子貓的奇幻編程之旅:21天探索信息學奧賽C++編程
- Getting Started with Phalcon