
برای اینکه ابزار PowerShell را بهتر درک کنید. ابتدا باید کار Shell را بدانید. در علوم کامپیوتر Shell به معنای یک رابط کاربری میباشد که دسترسی شما را به سرویس های سیستم عامل ممکن میسازد. به صورت کلی Shell میتواند در دو حالت خط فرمان (Command Line Interface) یا گرافیکی (Graphical User Interface) ارائه شود. مایکروسافت ابزار PowerShell را برای خودکار نمودن عمل مدیریت و پیکربندی سیستم عامل ویندوز توسعه داده است. ابزار قدرتمند PowerShell مبنی بر .Net Framework میباشد و شامل یک رابط کاربری خط فرمان و یک زبان Script است.
لينک دانلود ویدئو آموزشی Mastering System Administration with PowerShell 6.x
دانلود – حجم : 531 مگابايت
رمز فايل: technet24.ir
Video Details
ISBN 139781788831048
Michael Simmons
Wednesday, February 28, 2018
Course Length2 hours and 36 minutes
Video Description
PowerShell combines command-line speed, the flexibility of scripting, and the power of a GUI-based admin tool. Virtually all of the server products Microsoft is producing right now can be managed through PowerShell. From an administrative standpoint, this means that if you become proficient in PowerShell, you’ll have the skill set needed to manage most of Microsoft’s newer products.
We’ll start with Windows System Administration and explore different features, services, shares, and permissions. Then you’ll move forward with Windows Management Instrumentation (WMI), which is an essential aspect of PowerShell 6. After that, you’ll work on managing remote systems, learn to create and connect reusable remote sessions to multiple systems, invoke commands on remote machines, and close connections and delete remote sessions.
You’ll discover what “managing your infrastructure through code” means using the popular Desired State Configuration feature of PowerShell. Finally, you’ll see how PowerShell has expanded its influence across the datacenter, as you use PowerShell to manage Active Directory, Azure, IIS, and more.
By the end of this course, you’ll be able to perform complex automation tasks using PowerShell 6 and will have mastered the new features and changes that it brings.
Style and Approach
This course is a step-by-step practical guide filled with real-world use cases and examples that will help you master various aspects of the new PowerShell 6.
Table of Contents
Introduction to Tools and Setting Up Your Systems
What You Will Learn
- See how to configure the Windows Operating System (OS) with PowerShell Core 6
- Manage Windows OS through WMI commands
- Administer remote systems with PowerShell Core 6
- Manage Windows features, including Active Directory, IIS, and more with PowerShell Core 6
- Master the most important aspects of PowerShell Core 6
- Design