وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Powershell and Windows Server: 26+ Hours Bootcamp with Labs

سرفصل های دوره

Windows Server with Powershell: Learn Active Directory, DHCP, DNS, IIS, Powershell Fundamentals, Pipeline, WMI, CIM, etc


1. Getting Started with Windows Powershell
  • 1. Course overview
  • 2. Overview of Part 1
  • 3. Powershell Overview
  • 4. Powershell Versions
  • 5. Get to know Two Host Applications
  • 6. What Version are You Using
  • 7. Always Run the Shell as Administrator
  • 8. Tips and Tricks
  • 9. Configuring the Console
  • 10. Configuring the Console (demo)
  • 11. Configuring the ISE
  • 12. Configuring the ISE (demo)
  • 13. LAB 1 Exercise 1
  • 14. LAB 1 Exercise 1 Answer Video
  • 15. LAB 1 Exercise 2
  • 16. LAB 1 Exercise 2 Answer Video
  • 17. LAB Review

  • 2. Finding and Learning Commands
  • 1. Part 2 Overview
  • 2. Commands that Seem Familiar
  • 3. Learning Commands Syntax
  • 4. Viewing Help (demo)
  • 5. Finding Commands
  • 6. Finding Commands (demo)
  • 7. Interpreting Help
  • 8. Updating Help
  • 9. Updating and saving help files
  • 10. Demo Updating and saving help files
  • 11. About Files
  • 12. About Files (demo)

  • 3. Running Commands
  • 1. Part 3 Overview
  • 2. Full Command Syntax
  • 3. Specifying Multiple Parameter Value
  • 4. Shortened Command Syntax
  • 5. Show-Command Command
  • 6. Commands that Modify the System
  • 7. Show-Command (demo)
  • 8. Commands that Modify the System (demo)
  • 9. Lab B Finding and Running Basic Commands Tasks
  • 10. Lab B Solution Finding and Running Basic Commands
  • 11. Module Review and Takeaways

  • 4. Understanding the Pipeline
  • 1. Course overview
  • 2. Part 1 Overview
  • 3. Understanding the Pipeline. Part 1. Lesson 1
  • 4. Understanding the Pipeline. Part 1. Lesson 2
  • 5. Understanding the Pipeline. Part 1. Lesson 3
  • 6. Understanding the Pipeline. Part 1. Lesson 4
  • 7. Understanding the Pipeline. Part 1. Lesson 5
  • 8. Understanding the Pipeline. Part 1. Lesson 6

  • 5. Selecting, Sorting, and Measuring Objects
  • 1. Part 2 Overview
  • 2. Understanding the Pipeline. Part 2. Lesson 1
  • 3. Understanding the Pipeline. Part 2. Lesson 2
  • 4. LAB 1. Understanding the Pipeline
  • 5. LAB 1. Answers. Understanding the Pipeline

  • 6. Converting, Exporting, and Importing Objects
  • 1. Part 3 Overview
  • 2. Understanding the Pipeline. Part 3. Lesson 1
  • 3. Understanding the Pipeline. Part 3. Lesson 2
  • 4. LAB 2. Understanding the Pipeline
  • 5. LAB 2. Answers. Understanding the Pipeline

  • 7. Filtering Objects Out of the Pipeline
  • 1. Part 4 Overview
  • 2. Understanding the Pipeline. Part 4. Lesson 1
  • 3. Understanding the Pipeline. Part 4. Lesson 2

  • 8. Enumerating Objects in the Pipeline
  • 1. Course Overview
  • 2. Section 1 Overview
  • 3. Enumeration (ForEach-Object)
  • 4. LAB 1. Enumerating Objects in the Pipeline
  • 5. LAB 1 Answers. Enumerating Objects in the Pipeline

  • 9. Passing Data in the Pipeline by Value
  • 1. Section 2 Overview
  • 2. Command Input is Only by Parameter
  • 3. Manual Parameters Override the Pipeline

  • 10. Passing Data in the Pipeline by Property
  • 1. Section 3 Overview
  • 2. Changing to ByPropertyName
  • 3. Expanding Property Values
  • 4. LAB 2. Enumerating Objects in the Pipeline
  • 5. LAB 2. Answers. Enumerating Objects in the Pipeline

  • 11. Using PSProviders
  • 1. Course Overview
  • 2. PSProviders Section Overview
  • 3. What are Providers
  • 4. Accessing Providers Help and Capabilities. Demo

  • 12. Using PSDrives
  • 1. PSDrives Section Overview
  • 2. What are Drives
  • 3. Lab 1. Using PSDrives and PSProviders
  • 4. Lab Answers 1. Using PSDrives and PSProviders
  • 5. Using PSDrives and PSProviders Review
  • 6. Course Review and Takeaways

  • 13. Using Basic Formatting
  • 1. Course Overview
  • 2. Using Basic Formatting Section Overview
  • 3. Default Formatting. Wide Lists. Lists. Tables. Demo

  • 14. Using Advanced Formatting
  • 1. Using Advanced Formatting Section Overview
  • 2. Custom List Entries and Columns. Sorted and Grouped Tables. Select or Format

  • 15. Redirecting Formatted Output
  • 1. Redirecting Formatted Output Section Overview
  • 2. The Output of a Format Command
  • 3. Redirecting Formatted Output. Using Grid Views. Demos
  • 4. LAB 1. Formatting Output
  • 5. LAB 1 Answers. Formatting Output
  • 6. Course Review and Takeaways

  • 16. Hands-On Commands, Objects, Filtering Demonstrations
  • 1. Discovering PowerShell Commands
  • 2. Working with Aliases
  • 3. Using PSReadline
  • 4. Objects in the Pipeline

  • 17. Hands-On Formatting Demonstrations
  • 1. PowerShells Format System
  • 2. Exploring Format-Table
  • 3. Exploring Format-List
  • 4. Exploring Format-Wide
  • 5. Using Formatting Views
  • 6. Formatting Caveats
  • 7. Exploring Out-File
  • 8. Exploring Out-String
  • 9. Exploring Out-Printer
  • 10. Exploring Out-Null
  • 11. Exploring Out-Gridview
  • 12. Group, Sort, Select, Measure Objects
  • 13. Working with Objects
  • 14. ForEach Object
  • 15. Early PowerShell Filtering and Where-Object

  • 18. Understanding WMI and CIM
  • 1. Querying Management Information by Using WMI and CIM Course Overview
  • 2. Understanding WMI and CIM Section Overview
  • 3. Architecture and Technologies
  • 4. The Repository. Finding Documentation. Demonstration.

  • 19. Querying Data by Using WMI and CIM
  • 1. Querying Data by Using WMI and CIM Section Overview
  • 2. Listing Namespaces, Classes. Demo
  • 3. Querying Instances. Demo
  • 4. Remote Computers. Demo

  • 20. Making Changes by Using WMI and CIM
  • 1. Making Changes by Using WMI and CIM Section Overview
  • 2. Discovering and Finding Methods. Demo
  • 3. Invoking Methods. Demo
  • 4. Lab Working with WMI and CIM
  • 5. Lab Answers Working with WMI and CIM
  • 6. Course Review and Takeaways

  • 21. Preparing for Scripting
  • 1. Enabling Scripts on Your Machine. Setting Execution Policy
  • 2. Using Variables. Part 1
  • 3. Using Set-Variable cmdlet and Related Cmdlets
  • 4. Using the read-host Cmdlet
  • 5. Using the write-host Cmdlet
  • 6. Using Operators. Part 1
  • 7. Using Operators. Part 2. The Assignment Operators
  • 8. Using Operators. Part 4 Logical and Unary Operators
  • 9. Parameterizing Changing Values
  • 10. Write-Verbose and Comment Based Help
  • 11. Lab 1. Moving from Command to Script
  • 12. Lab1 Answers Moving from Command to Script
  • 13. Wrapping a Script in a Function
  • 14. Demonstration Testing the Function. Uderstanding Scopes
  • 15. Creating a Script Module
  • 16. Adding Debugging Breakpoints
  • 17. Lab B Tasks Moving from Script to Function to Module
  • 18. Lab B Solution Moving from Script to Function to Module
  • 19. Understanding Error Actions
  • 20. TryCatch Constructs
  • 21. Logging Errors
  • 22. Demo Error Actions, Using TryCatch, Adding Error Logging
  • 23. Lab C Tasks Implementing Basic Error Handling
  • 24. Lab C Solution Implementing Basic Error Handling
  • 25. Lab C Review
  • 26. Lesson 4 Using Basic Scripting Constructs
  • 27. The If Construct
  • 28. The Switch Construct
  • 29. The ForEach Construct
  • 30. Demo The If Construct, The ForEach Construct

  • 22. Configuring the Server with PowerShell
  • 1. Part 1
  • 2. Part 2
  • 3. Part 3
  • 4. Part 4

  • 23. Configuring DNS with PowerShell
  • 1. Part 1
  • 2. Part 2
  • 3. Part 3
  • 4. Part 4
  • 5. Part 5
  • 6. Part 6
  • 7. Part 7

  • 24. Configuring Active Directory with PowerShell
  • 1. Part 1
  • 2. Part 2
  • 3. Part 3
  • 4. Part 4
  • 5. Part 5

  • 25. Managing, configuring and modifying User objects in AD
  • 1. Part 1
  • 2. Part 2
  • 3. Part 3
  • 4. Part 4
  • 5. Part 5
  • 6. Part 6
  • 7. Part 7

  • 26. Managing, configuring and modifying Computer objects in AD
  • 1. Part 1
  • 2. Part 2

  • 27. Managing, configuring and modifying Group objects in AD
  • 1. Part 1
  • 2. Part 2
  • 3. Part 3
  • 4. Part 4
  • 5. Part 5

  • 28. Introduction to Group Policy Scripting
  • 1. The Microsoft Group Policy PowerShell Module
  • 2. Demo The Microsoft Group Policy PowerShell Module
  • 3. Basic GPO Management With PowerShell
  • 4. Demo Basic GPO Management With PowerShell

  • 29. Web Server IIS 10 Fundamentals with Powershell and GUI
  • 1. Part 1
  • 2. Part 2
  • 3. Part 3
  • 4. Part 4
  • 5. Part 5
  • 6. Part 6
  • 7. Part7
  • 8. Part 8
  • 9. Part 9
  • 10. Part 10
  • 11. Part 11
  • 12. Part 12
  • 13. Part 13

  • 30. Configuring DHCP with PowerShell
  • 1. Part 1
  • 2. Part 2
  • 3. Part 3
  • 4. Part 4
  • 5. Part 5
  • 6. Part 6
  • 7. Part 7
  • 8. Part 8
  • 9. Part 9
  • 10. Part 10
  • 11. Part 11
  • 12. Part 12

  • 31. Bonus -- CAN BE SKIPPED--(Lessons with Slides)
  • 1. Lesson 1
  • 2. Lesson 2
  • 3. Lesson 3
  • 4. Lesson 4
  • 5. Lesson 5
  • 6. Lesson 6
  • 7. Lesson 7
  • 8. Lesson 8
  • 9. Lesson 9
  • 10. Lesson 10
  • 11. Lesson 11
  • 12. Lesson 12
  • 13. Lesson 13
  • 14. Lesson 14
  • 15. Lesson 15
  • 16. Lesson 16
  • 17. Lesson 17
  • 18. Lesson 18
  • 19. Lesson 19
  • 20. Lesson 20
  • 21. Lesson 21
  • 22. Lesson 22
  • 23. Lesson 23
  • 24. Lesson 24
  • 25. Lesson 25
  • 26. Lesson 26
  • 27. Lesson 27
  • 28. Lesson 28
  • 29. Lesson 29
  • 30. Lesson 30
  • 31. Lesson 31
  • 32. Lesson 32
  • 33. Lesson 33
  • 34. Lesson 34
  • 35. Lesson 35
  • 36. Lesson 36
  • 37. Lesson 37
  • 38. Lesson 38
  • 39. Lesson 39
  • 40. Lesson 40

  • 32. Replaced Videos -- CAN BE SKIPPED--
  • 1. Introduction to PowerShell Key Concepts
  • 2. ISE-toolbar-screencast
  • 3. Using-help
  • 4. Using-help. Lesson2
  • 5. Save-Help
  • 6. Turn-on-remoting-in-a-non-domain-environment
  • 7. Using-PS-Session
  • 8. Using-the-Best-Practice-Analyzer
  • 9. Enabling-Disabling-Firewall-Profiles-and-Creating-Firewall-Rules
  • 10. Finding-and-Installing-New-Roles-and-Features
  • 11. dir.ls.get-children
  • 12. PSDrive.NewItem.SetContent
  • 13. PipeLIneAndObejectsPropertiesAndMrthods
  • 14. PipeLIneAndObejectsPropertiesAndMrthods. Part2
  • 15. WhereObject.SelectObject
  • 16. theory2-DNS
  • 17. theory1-DNS
  • 18. demo1-installDNS
  • 19. demo2-StartingDNSManager
  • 20. demo3-ForwardPrimarySecondaryZone-GUI.
  • 21. demo4-1-ReversePrimarySecondaryStubZone-CondForwarder
  • 22. Using Operators. Part 3 Comparison Operators
  • 23. demo4-2-ReversePrimarySecondaryStubZone-CondForwarder

  • 33. Nano Server with PowerShell
  • 1. Introduction
  • 2. What is Nano Server
  • 3. Overview of installing Nano Server
  • 4. Demonstration Installing Nano Server
  • 5. Demonstration Completing post-installation tasks on Nano Server (Domain Join)
  • 6. Demonstration Use Windows PowerShell to configure the settings of Nano Server
  • 7. Demonstration Performing remote management on Nano Server
  • 8. Creating an IIS website on Nano Server with PowerShell

  • 34. Exchange Server with PowerShell
  • 1. Part 1
  • 2. Part 2
  • 3. Part 3
  • 4. Part 4
  • 5. Part 6
  • 6. Part 6
  • 7. Part 7
  • 8. Part 8
  • 9. Part 9
  • 10. Part 10
  • 11. Part 11
  • 12. Part 12
  • 13. Part 13
  • 14. Part 14
  • 15. Part 15
  • 16. Part 16
  • 17. Part 17
  • 18. Part 18
  • 19. Part 19
  • 20. Part 20
  • 21. Part 31
  • 22. Part 22
  • 23. Part 23
  • 24. Part 24
  • 25. Part 25
  • 26. Part 26
  • 27. Part 27
  • 28. Part 28
  • 29. Part 29
  • 30. Part 30
  • 31. Part 31
  • 32. Part 32
  • 33. Part 33
  • 34. Part 34
  • 35. Part 35
  • 53,700 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 17440
    حجم: 12854 مگابایت
    مدت زمان: 1607 دقیقه
    تاریخ انتشار: 13 مرداد 1402
    طراحی سایت و خدمات سئو

    53,700 تومان
    افزودن به سبد خرید