- 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.
推薦閱讀
- 從零開始構建企業級RAG系統
- 微信公眾平臺與小程序開發:從零搭建整套系統
- Instant Apache Stanbol
- Learning Flask Framework
- 深入淺出Windows API程序設計:編程基礎篇
- 焊接機器人系統操作、編程與維護
- Jenkins Continuous Integration Cookbook(Second Edition)
- C語言程序設計
- 圖數據庫實戰
- FFmpeg開發實戰:從零基礎到短視頻上線
- Unity 2017 Game AI Programming(Third Edition)
- Data Manipulation with R(Second Edition)
- Scratch編程從入門到精通
- Hands-On ROS for Robotics Programming
- ASP.NET 4權威指南