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

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


01 - Getting Started with Windows Powershell
  • 001 Course overview
  • 002 Overview of Part 1
  • 003 Powershell Overview
  • 004 Powershell Versions
  • 005 Get to know Two Host Applications
  • 006 What Version are You Using
  • 007 Always Run the Shell as Administrator
  • 008 Tips and Tricks
  • 009 Configuring the Console
  • 010 Configuring the Console (demo)
  • 011 Configuring the ISE
  • 012 Configuring the ISE (demo)
  • 013 LAB 1 Exercise 1
  • 014 LAB 1 Exercise 1 Answer Video
  • 015 LAB 1 Exercise 2
  • 016 LAB 1 Exercise 2 Answer Video
  • 017 LAB Review

  • 02 - Finding and Learning Commands
  • 001 Part 2 Overview
  • 002 Commands that Seem Familiar
  • 003 Learning Commands Syntax
  • 004 Viewing Help (demo)
  • 005 Finding Commands
  • 006 Finding Commands (demo)
  • 007 Interpreting Help
  • 008 Updating Help
  • 009 Updating and saving help files
  • 010 Demo Updating and saving help files
  • 011 About Files
  • 012 About Files (demo)

  • 03 - Running Commands
  • 001 Part 3 Overview
  • 002 Full Command Syntax
  • 003 Specifying Multiple Parameter Value
  • 004 Shortened Command Syntax
  • 005 Show-Command Command
  • 006 Commands that Modify the System
  • 007 Show-Command (demo)
  • 008 Commands that Modify the System (demo)
  • 009 Lab B Finding and Running Basic Commands Tasks
  • 010 Lab B Solution Finding and Running Basic Commands
  • 011 Module Review and Takeaways

  • 04 - Understanding the Pipeline
  • 001 Course overview
  • 002 Part 1 Overview
  • 003 Understanding the Pipeline. Part 1. Lesson 1
  • 004 Understanding the Pipeline. Part 1. Lesson 2
  • 005 Understanding the Pipeline. Part 1. Lesson 3
  • 006 Understanding the Pipeline. Part 1. Lesson 4
  • 007 Understanding the Pipeline. Part 1. Lesson 5
  • 008 Understanding the Pipeline. Part 1. Lesson 6

  • 05 - Selecting, Sorting, and Measuring Objects
  • 001 Part 2 Overview
  • 002 Understanding the Pipeline. Part 2. Lesson 1
  • 003 Understanding the Pipeline. Part 2. Lesson 2
  • 004 LAB 1. Understanding the Pipeline
  • 005 LAB 1. Answers. Understanding the Pipeline

  • 06 - Converting, Exporting, and Importing Objects
  • 001 Part 3 Overview
  • 002 Understanding the Pipeline. Part 3. Lesson 1
  • 003 Understanding the Pipeline. Part 3. Lesson 2
  • 004 LAB 2. Understanding the Pipeline
  • 005 LAB 2. Answers. Understanding the Pipeline

  • 07 - Filtering Objects Out of the Pipeline
  • 001 Part 4 Overview
  • 002 Understanding the Pipeline. Part 4. Lesson 1
  • 003 Understanding the Pipeline. Part 4. Lesson 2

  • 08 - Enumerating Objects in the Pipeline
  • 001 Course Overview
  • 002 Section 1 Overview
  • 003 Enumeration (ForEach-Object)
  • 004 LAB 1. Enumerating Objects in the Pipeline
  • 005 LAB 1 Answers. Enumerating Objects in the Pipeline

  • 09 - Passing Data in the Pipeline by Value
  • 001 Section 2 Overview
  • 002 Command Input is Only by Parameter
  • 003 Manual Parameters Override the Pipeline

  • 10 - Passing Data in the Pipeline by Property
  • 001 Section 3 Overview
  • 002 Changing to ByPropertyName
  • 003 Expanding Property Values
  • 004 LAB 2. Enumerating Objects in the Pipeline
  • 005 LAB 2. Answers. Enumerating Objects in the Pipeline

  • 11 - Using PSProviders
  • 001 Course Overview
  • 002 PSProviders Section Overview
  • 003 What are Providers
  • 004 Accessing Providers Help and Capabilities. Demo

  • 12 - Using PSDrives
  • 001 PSDrives Section Overview
  • 002 What are Drives
  • 003 Lab 1. Using PSDrives and PSProviders
  • 004 Lab Answers 1. Using PSDrives and PSProviders
  • 005 Using PSDrives and PSProviders Review
  • 006 Course Review and Takeaways

  • 13 - Using Basic Formatting
  • 001 Course Overview
  • 002 Using Basic Formatting Section Overview
  • 003 Default Formatting. Wide Lists. Lists. Tables. Demo

  • 14 - Using Advanced Formatting
  • 001 Using Advanced Formatting Section Overview
  • 002 Custom List Entries and Columns. Sorted and Grouped Tables. Select or Format

  • 15 - Redirecting Formatted Output
  • 001 Redirecting Formatted Output Section Overview
  • 002 The Output of a Format Command
  • 003 Redirecting Formatted Output. Using Grid Views. Demos
  • 004 LAB 1. Formatting Output
  • 005 LAB 1 Answers. Formatting Output
  • 006 Course Review and Takeaways

  • 16 - Hands-On Formatting Demonstrations
  • 001 PowerShells Format System

  • 17 - Understanding WMI and CIM
  • 001 Querying Management Information by Using WMI and CIM Course Overview
  • 002 Understanding WMI and CIM Section Overview
  • 003 Architecture and Technologies
  • 004 The Repository. Finding Documentation. Demonstration

  • 18 - Querying Data by Using WMI and CIM
  • 001 Querying Data by Using WMI and CIM Section Overview
  • 002 Listing Namespaces, Classes. Demo
  • 003 Querying Instances. Demo
  • 004 Remote Computers. Demo

  • 19 - Making Changes by Using WMI and CIM
  • 001 Making Changes by Using WMI and CIM Section Overview
  • 002 Discovering and Finding Methods. Demo
  • 003 Invoking Methods. Demo
  • 004 Lab Working with WMI and CIM
  • 005 Lab Answers Working with WMI and CIM
  • 006 Course Review and Takeaways

  • 20 - Preparing for Scripting
  • 001 Enabling Scripts on Your Machine. Setting Execution Policy
  • 002 Using Variables. Part 1
  • 003 Using Set-Variable cmdlet and Related Cmdlets
  • 004 Using the read-host Cmdlet
  • 005 Using the write-host Cmdlet
  • 006 Using Operators. Part 1
  • 007 Using Operators. Part 2. The Assignment Operators
  • 008 Using Operators. Part 4 Logical and Unary Operators
  • 009 Parameterizing Changing Values
  • 010 Write-Verbose and Comment Based Help
  • 011 Lab 1. Moving from Command to Script
  • 012 Lab1 Answers Moving from Command to Script
  • 013 Wrapping a Script in a Function
  • 014 Demonstration Testing the Function. Uderstanding Scopes
  • 015 Creating a Script Module
  • 016 Adding Debugging Breakpoints
  • 017 Lab B Tasks Moving from Script to Function to Module
  • 018 Lab B Solution Moving from Script to Function to Module
  • 019 Understanding Error Actions
  • 020 Try Catch Constructs
  • 021 Logging Errors
  • 022 Demo Error Actions, Using Try Catch, Adding Error Logging
  • 023 Lab C Tasks Implementing Basic Error Handling
  • 024 Lab C Solution Implementing Basic Error Handling
  • 025 Lab C Review
  • 026 Lesson 4 Using Basic Scripting Constructs
  • 027 The If Construct
  • 028 The Switch Construct
  • 029 The ForEach Construct
  • 030 Demo The If Construct, The ForEach Construct

  • 21 - Configuring the Server with PowerShell
  • 001 Part 1
  • 002 Part 2
  • 003 Part 3
  • 004 Part 4

  • 22 - Configuring DNS with PowerShell
  • 001 Part 1
  • 002 Part 2
  • 003 Part 3
  • 004 Part 4
  • 005 Part 5
  • 006 Part 6
  • 007 Part 7

  • 23 - Configuring Active Directory with PowerShell
  • 001 Part 1
  • 002 Part 2
  • 003 Part 3
  • 004 Part 4
  • 005 Part 5

  • 24 - Managing, configuring and modifying User objects in AD
  • 001 Part 1
  • 002 Part 2
  • 003 Part 3
  • 004 Part 4
  • 005 Part 5
  • 006 Part 6
  • 007 Part 7

  • 25 - Managing, configuring and modifying Computer objects in AD
  • 001 Part 1
  • 002 Part 2

  • 26 - Managing, configuring and modifying Group objects in AD
  • 001 Part 1
  • 002 Part 2
  • 003 Part 3
  • 004 Part 4
  • 005 Part 5

  • 27 - Introduction to Group Policy Scripting
  • 001 The Microsoft Group Policy PowerShell Module
  • 002 Demo The Microsoft Group Policy PowerShell Module
  • 003 Basic GPO Management With PowerShell
  • 004 Demo Basic GPO Management With PowerShell

  • 28 - Web Server IIS 10 Fundamentals with Powershell and GUI
  • 001 Part 1
  • 002 Part 2
  • 003 Part 3
  • 004 Part 4
  • 005 Part 5
  • 006 Part 6
  • 007 Part7
  • 008 Part 8
  • 009 Part 9
  • 010 Part 10
  • 011 Part 11
  • 012 Part 12
  • 013 Part 13

  • 29 - Configuring DHCP with PowerShell
  • 001 Part 1
  • 002 Part 2
  • 003 Part 3
  • 004 Part 4
  • 005 Part 5
  • 006 Part 6
  • 007 Part 7
  • 008 Part 8
  • 009 Part 9
  • 010 Part 10
  • 011 Part 11
  • 012 Part 12

  • 30 - Bonus -- CAN BE SKIPPED--(Lessons with Slides)
  • 001 Lesson 1
  • 002 Lesson 2
  • 003 Lesson 3
  • 004 Lesson 4
  • 005 Lesson 5
  • 006 Lesson 6
  • 007 Lesson 7
  • 008 Lesson 8
  • 009 Lesson 9
  • 010 Lesson 10
  • 011 Lesson 11
  • 012 Lesson 12
  • 013 Lesson 13
  • 014 Lesson 14
  • 015 Lesson 15
  • 016 Lesson 16
  • 017 Lesson 17
  • 018 Lesson 18
  • 019 Lesson 19
  • 020 Lesson 20
  • 021 Lesson 21
  • 022 Lesson 22
  • 023 Lesson 23
  • 024 Lesson 24
  • 025 Lesson 25
  • 026 Lesson 26
  • 027 Lesson 27
  • 028 Lesson 28
  • 029 Lesson 29
  • 030 Lesson 30
  • 031 Lesson 31
  • 032 Lesson 32
  • 033 Lesson 33
  • 034 Lesson 34
  • 035 Lesson 35
  • 036 Lesson 36
  • 037 Lesson 37
  • 038 Lesson 38
  • 039 Lesson 39
  • 040 Lesson 40

  • 31 - Replaced Videos -- CAN BE SKIPPED--
  • 001 Introduction to PowerShell Key Concepts
  • 002 ISE-toolbar-screencast
  • 003 Using-help
  • 004 Using-help. Lesson2
  • 005 Save-Help
  • 006 Turn-on-remoting-in-a-non-domain-environment
  • 007 Using-PS-Session
  • 008 Using-the-Best-Practice-Analyzer
  • 009 Enabling-Disabling-Firewall-Profiles-and-Creating-Firewall-Rules
  • 010 Finding-and-Installing-New-Roles-and-Features
  • 011 dir.ls.get-children
  • 012 PSDrive.NewItem.SetContent
  • 013 PipeLIneAndObejectsPropertiesAndMrthods
  • 014 PipeLIneAndObejectsPropertiesAndMrthods. Part2
  • 015 WhereObject.SelectObject
  • 016 theory2-DNS
  • 017 theory1-DNS
  • 018 demo1-installDNS
  • 019 demo2-StartingDNSManager
  • 020 demo3-ForwardPrimarySecondaryZone-GUI
  • 021 demo4-1-ReversePrimarySecondaryStubZone-CondForwarder
  • 022 Using Operators. Part 3 Comparison Operators
  • 023 demo4-2-ReversePrimarySecondaryStubZone-CondForwarder

  • 32 - Nano Server with PowerShell
  • 001 Introduction
  • 002 What is Nano Server
  • 003 Overview of installing Nano Server
  • 004 Demonstration Installing Nano Server
  • 005 Demonstration Completing post-installation tasks on Nano Server (Domain Join)
  • 006 Demonstration Use Windows PowerShell to configure the settings of Nano Server
  • 007 Demonstration Performing remote management on Nano Server
  • 008 Creating an IIS website on Nano Server with PowerShell

  • 33 - Exchange Server with PowerShell
  • 001 Part 1
  • 002 Part 2
  • 003 Part 3
  • 004 Part 4
  • 005 Part 6
  • 006 Part 6
  • 007 Part 7
  • 008 Part 8
  • 009 Part 9
  • 010 Part 10
  • 011 Part 11
  • 012 Part 12
  • 013 Part 13
  • 014 Part 14
  • 015 Part 15
  • 016 Part 16
  • 017 Part 17
  • 018 Part 18
  • 019 Part 19
  • 020 Part 20
  • 021 Part 31
  • 022 Part 22
  • 023 Part 23
  • 024 Part 24
  • 025 Part 25
  • 026 Part 26
  • 027 Part 27
  • 028 Part 28
  • 029 Part 29
  • 030 Part 30
  • 031 Part 31
  • 032 Part 32
  • 033 Part 33
  • 034 Part 34
  • 035 Part 35
  • 139,000 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

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

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 12285
    حجم: 12243 مگابایت
    مدت زمان: 1492 دقیقه
    تاریخ انتشار: 28 اردیبهشت 1402
    طراحی سایت و خدمات سئو

    139,000 تومان
    افزودن به سبد خرید