- Getting Started with PowerShell
- Michael Shepard
- 77字
- 2021-07-16 20:28:19
Summary
This chapter focused on figuring out what version of PowerShell was installed and the many ways to start a PowerShell session. A quick introduction to PowerShell cmdlets showed that a lot of the command-line knowledge we have from DOS can be used in PowerShell and that aliases make this transition easier.
In the next chapter, we will look at the Get-Command
, Get-Help
, and Get-Member
cmdlets, and learn how they unlock the entire PowerShell ecosystem for us.
推薦閱讀
- C# 7 and .NET Core Cookbook
- JMeter 性能測試實戰(zhàn)(第2版)
- Hands-On JavaScript High Performance
- 深入理解Java7:核心技術與最佳實踐
- C語言實驗指導及習題解析
- 深入分布式緩存:從原理到實踐
- C/C++程序員面試指南
- 從Power BI到Analysis Services:企業(yè)級數(shù)據(jù)分析實戰(zhàn)
- 零基礎學HTML+CSS第2版
- Mudbox 2013 Cookbook
- 微前端設計與實現(xiàn)
- 計算機組裝與維護(第二版)
- Hands-On ROS for Robotics Programming
- Managing Windows Servers with Chef
- C/C++程序設計教程