- PowerShell for SQL Server Essentials
- Donabel Santos
- 137字
- 2021-07-23 20:32:23
Chapter 1. Getting Started with PowerShell
PowerShell is an object-based Microsoft scripting language that comes with its own console and GUI-based environments. PowerShell provides building blocks for automation and system integration. You can think of PowerShell as glue that can keep different Microsoft components and applications together (and make them play nicely with each other).
Knowing PowerShell can lead to power (pun intended). Treat PowerShell like a new member of your high performance team. To achieve high performance, you need to get to know PowerShell and learn its strengths before you can expect to maximize your results.
The list of topics that you will come across in this chapter is as follows:
- A brief history of PowerShell
- The PowerShell environment
- Cmdlets
- PowerShell providers
- Snap-ins and modules
- PowerShell Pipeline
- Scripting basics
- Running PowerShell scripts
- Getting help
推薦閱讀
- HTML5+CSS3+JavaScript從入門到精通:上冊(微課精編版·第2版)
- Python編程自學手冊
- TypeScript Essentials
- Objective-C Memory Management Essentials
- MySQL數據庫應用與管理 第2版
- Python入門很簡單
- Boost C++ Application Development Cookbook(Second Edition)
- Java從入門到精通(第5版)
- HBase從入門到實戰
- The HTML and CSS Workshop
- Learning Python Design Patterns
- 零基礎學單片機C語言程序設計
- Visual Basic程序設計實踐教程
- JavaCAPS基礎、應用與案例
- SQL 經典實例