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

PowerShell for Beginners (Master the concepts step by step)

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

Unleash the Power of PowerShell. Learn PowerShell from Scratch to Advanced level with step by step approach.


1. Powershell Introduction
  • 1. PowerShell Getting_Started_Introduction
  • 2. PowerShell Getting the latest Version
  • 3. PowerShell Launching PowerShell

  • 2. PowerShell Basic cmdlet (Part 1)
  • 1. PowerShell PowerShell Cmdlet
  • 2. PowerShell Basic cmdlet New-Item Part 1
  • 3. PowerShell Basic cmdlet New-Item Part 2
  • 4. PowerShell Basic cmdlet New-Item Part 3
  • 5. PowerShell Basic cmdlet Copy-Item Part 1
  • 6. PowerShell Basic cmdlet Copy-Item Part 2
  • 7. PowerShell Basic cmdlet Rename-Item
  • 8. PowerShell Basic cmdlet Remove-Item Part 1
  • 9. PowerShell Basic cmdlet Remove-Item Part 2
  • 10. PowerShell Basic cmdlet Move-Item Part 1
  • 11. PowerShell Basic cmdlet Move-Item Part 2
  • 12. PowerShell Basic cmdlet Get-Item Part 1
  • 13. PowerShell Basic cmdlet Get-Item Part 2

  • 3. PowerShell Basic cmdlet (Part 2)
  • 1. PowerShell Basic cmdlet Get-Member
  • 2. PowerShell Basic cmdlet Set-Content Part 1
  • 3. PowerShell Basic cmdlet Set-Content Part 2
  • 4. PowerShell Basic cmdlet Get-Content Part 1
  • 5. PowerShell Basic cmdlet Get-Content Part 2
  • 6. PowerShell Basic cmdlet Add-Content Part 1
  • 7. PowerShell Basic cmdlet Add-Content Part 2
  • 8. PowerShell Basic cmdlet Clear-Content
  • 9. PowerShell Basic cmdlet Test-Path
  • 10. PowerShell Basic cmdlet Get-Date Part 1
  • 11. PowerShell Basic cmdlet Get-Date Part 2
  • 12. PowerShell Basic cmdlet Write-Host

  • 4. PowerShell Advanced cmdlet (Part 1)
  • 1. PowerShell Advanced cmdlet ForEach-Object Part 1
  • 2. PowerShell Advanced cmdlet ForEach-Object Part 2
  • 3. PowerShell Advanced cmdlet Pipeline
  • 4. PowerShell Advanced cmdlet Sort-Object Part 1
  • 5. PowerShell Advanced cmdlet Sort-Object Part 2
  • 6. PowerShell Advanced cmdlet Where-Object
  • 7. PowerShell Advanced cmdlet Measure-Object Part 1
  • 8. PowerShell Advanced cmdlet Measure-Object Part 2

  • 5. PowerShell Advanced cmdlet (Part 2)
  • 1. PowerShell Advanced cmdlet Group-Object Part 1
  • 2. PowerShell Advanced cmdlet Group-Object Part 2
  • 3. PowerShell Advanced cmdlet Read-Host Part 1
  • 4. PowerShell Advanced cmdlet Read-Host Part 2
  • 5. PowerShell Advanced cmdlet Tee-Object Part 1
  • 6. PowerShell Advanced cmdlet Tee-Object Part 2
  • 7. PowerShell Advanced cmdlet Format-List Part 1
  • 8. PowerShell Advanced cmdlet Format-List Part 2
  • 9. PowerShell Advanced cmdlet Get-ChildItem Part 1
  • 10. PowerShell Advanced cmdlet Get-ChildItem Part 2
  • 11. PowerShell Advanced cmdlet Get-ChildItem Part 3

  • 6. PowerShell Operators (Part 1)
  • 1. PowerShell Types of Operators
  • 2. PowerShell Arithmetic Operator Part 1
  • 3. PowerShell Arithmetic Operator Part 2
  • 4. PowerShell Arithmetic Operator Part 3
  • 5. PowerShell Assignment Operator Part 1
  • 6. PowerShell Assignment Operator Part 2
  • 7. PowerShell Assignment Operator Part 3
  • 8. PowerShell Comparison Equality Operator Part 1
  • 9. PowerShell Comparison Equality Operator Part 2

  • 7. PowerShell Operators (Part 2)
  • 1. PowerShell Comparison Matching Operator Part 1
  • 2. PowerShell Comparison Matching Operator Part 2
  • 3. PowerShell Containment Matching Operator Part 1
  • 4. PowerShell Containment Matching Operator Part 2
  • 5. PowerShell Replacement Matching Operator
  • 6. PowerShell Type Comparison Matching Operator Part 1
  • 7. PowerShell Type Comparison Matching Operator Part 2

  • 8. PowerShell Operators (Part 3)
  • 1. PowerShell Logical Operator Part 1
  • 2. PowerShell Logical Operator Part 2
  • 3. PowerShell Redirection Operator Part 1
  • 4. PowerShell Redirection Operator Part 2
  • 5. PowerShell Redirection Operator Part 3
  • 6. PowerShell Join and Split Part 1
  • 7. PowerShell Join and Split Part 2

  • 9. PowerShell Conditional Statements
  • 1. PowerShell Types of Statements
  • 2. PowerShell If Statement Part 1
  • 3. PowerShell If Statement Part 2
  • 4. PowerShell If-else Statement Part 1
  • 5. PowerShell If-else Statement Part 2
  • 6. PowerShell Else-if Statement Part 1
  • 7. PowerShell Else-if Statement Part 2
  • 8. PowerShell Switch Statement Part 1
  • 9. PowerShell Switch Statement Part 2

  • 10. PowerShell Loops
  • 1. PowerShell Loop and Types
  • 2. PowerShell Do-while Loop
  • 3. PowerShell Foreach Loop Part 1
  • 4. PowerShell Foreach Loop Part 2
  • 5. PowerShell For Loop Part 1
  • 6. PowerShell For Loop Part 2
  • 7. PowerShell While Loop
  • 8. PowerShell Continue Statement
  • 9. PowerShell Break Statement

  • 11. PowerShell Strings
  • 1. PowerShell Strings
  • 2. PowerShell String Concatenation
  • 3. PowerShell String SubString
  • 4. PowerShell String Formatting
  • 5. PowerShell String Replace

  • 12. PowerShell Functions
  • 1. PowerShell Functions
  • 2. PowerShell Simple Function Part 1
  • 3. PowerShell Simple Function Part 2
  • 4. PowerShell Simple Function Part 3
  • 5. PowerShell Advance Function

  • 13. PowerShell Arrays (Part 1)
  • 1. PowerShell Array Introduction
  • 2. PowerShell Array Sub-Expression Operator
  • 3. PowerShell Creating and Initializing an array
  • 4. PowerShell Reading an array
  • 5. PowerShell Iterations over array elements
  • 6. PowerShell Size of an array

  • 14. PowerShell Arrays (Part 2)
  • 1. PowerShell Manipulating an array (Part 1)
  • 2. PowerShell Manipulating an array (Part 2)
  • 3. PowerShell Add Element to an array
  • 4. PowerShell Remove Element to an array
  • 5. PowerShell Combine two array

  • 15. PowerShell Hash Table and Ordered Dictionaries (Part 1)
  • 1. PowerShell Hash Table and Ordered Dictionaries Introduction
  • 2. PowerShell Create Hash Table
  • 3. PowerShell Create Ordered Dictionaries
  • 4. PowerShell Display Hash Table Part 1

  • 16. PowerShell Hash Table and Ordered Dictionaries (Part 2)
  • 1. PowerShell Display Hash Table Part 2
  • 2. PowerShell Adding Keys and Values in Hash Table Part 1
  • 3. PowerShell Adding Keys and Values in Hash Table Part 2
  • 4. PowerShell Remove Keys and Values in Hash Table

  • 17. PowerShell Alias and Regex
  • 1. PowerShell Creating Alias
  • 2. PowerShell Getting Alias
  • 3. PowerShell Export Alias Part 1
  • 4. PowerShell Export Alias Part 2
  • 5. PowerShell Regex Part 1
  • 6. PowerShell Regex Part 2
  • 7. PowerShell Regex Part 3
  • 8. PowerShell Regex Part 4
  • 9. PowerShell Regex Part 5

  • 18. PowerShell Try, Catch and Finally
  • 1. PowerShell Try Introduction
  • 2. PowerShell Catch Introduction
  • 3. PowerShell Finally Introduction
  • 4. PowerShell Try with Catch
  • 5. PowerShell Try with Catch and Finally

  • 19. PowerShell Management (Part 1)
  • 1. PowerShell Management Invoke-Item Part 1
  • 2. PowerShell Management Invoke-Item Part 2
  • 3. PowerShell Management Set-Service Part 1
  • 4. PowerShell Management Set-Service Part 2
  • 5. PowerShell Management Set-Service Part 3

  • 20. PowerShell Management (Part 2)
  • 1. PowerShell Management Start-Service
  • 2. PowerShell Management Restart-Service
  • 3. PowerShell Management Clear-Item
  • 4. PowerShell Management Get-ComputerInfo Part 1
  • 5. PowerShell Management Get-ComputerInfo Part 2
  • 6. PowerShell Management Get-Location

  • 21. PowerShell Management (Part 3)
  • 1. PowerShell Management Join-Path Part 1
  • 2. PowerShell Management Join-Path Part 2
  • 3. PowerShell Management Join-Path Part 3
  • 4. PowerShell Management Test-Connection Part 1
  • 5. PowerShell Management Test-Connection Part 2

  • 22. PowerShell Archive and Core
  • 1. PowerShell Compress Archive
  • 2. PowerShell Expand Archive
  • 3. PowerShell Out-Host
  • 4. PowerShell Out-Null

  • 23. PowerShell Utility (Part 1)
  • 1. PowerShell Out-File Part 1
  • 2. PowerShell Out-File Part 2
  • 3. PowerShell ConvertTo-Html Part 1
  • 4. PowerShell ConvertTo-Html Part 2
  • 5. PowerShell ConvertTo-Json Part 1

  • 24. PowerShell Utility (Part 2)
  • 1. PowerShell ConvertTo-Json Part 2
  • 2. PowerShell ConvertTo-Csv
  • 3. PowerShell Get-Date
  • 4. PowerShell ConvertTo-Csv Part 1
  • 5. PowerShell Export-Csv Part 1

  • 25. PowerShell Utility (Part 3)
  • 1. PowerShell Export-Csv Part 2
  • 2. PowerShell Import-Csv
  • 3. PowerShell Get-Random Part 1
  • 4. PowerShell Get-Random Part 2
  • 5. PowerShell New-Guid

  • 26. PowerShell Project for practice
  • 1. PowerShell How to start a window service (if not running)
  • 2. PowerShell Password Generator Part 1
  • 3. PowerShell Password Generator Part 2
  • 45,900 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

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

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 6244
    حجم: 1391 مگابایت
    مدت زمان: 253 دقیقه
    تاریخ انتشار: 3 اسفند 1401
    طراحی سایت و خدمات سئو

    45,900 تومان
    افزودن به سبد خرید