Eğitim Hizmet Detayları

Windows PowerShell kullanarak Windows tabanlı sunucuların yönetimini otomatikleştirmek için gerekli bilgi ve becerileri kazanın. Ayrıca eğitime ek modüllerle Grup ilkesi oluşturma, yönetme ve sorun giderme, kimlik federasyonu ve erişim çözümleri tasarlamayı öğrenin.

Eğitim Süresi: 6 Gün

Eğitim Lokasyonu: İzmir / Otel

Eğitim Alanı Detayları: Projeksiyon, Notebook vb. ful set.

Eğitim Tarihi: 07-12.10.2024

Eğitim Ücreti: 6500 USD

Katılımcı Sayısı: 3 Kişi

Eğitim İçeriği

  1. Review Windows PowerShell
    1. Describe Windows PowerShell and its major versions
    2. Identify the common Windows PowerShell hosting applications
    3. Describe points to consider when using PowerShell
    4. Explain how to configure the Windows PowerShell console host
    5. Explain how to configure the Windows PowerShell ISE host
    6. Describe how to use VS Code for PowerShell scripting
  2. Understand the command syntax in Windows PowerShell
    1. Describe cmdlet structure
    2. Identify how to use Windows PowerShell parameters
    3. Explain how to use tab completion
    4. Explain how to display the About files content
    5. Use About files
  3. Find commands and Get-Help in Windows PowerShell
    1. Describe the relationship between modules and cmdlets
    2. Identify options for finding cmdlets
    3. Describe aliases
    4. Use aliases
    5. Explain how to use Show-Command
    6. Explain how to use Get-Help
    7. Review help
    8. Explain how to interpret the help file contents
    9. Explain how to update the local help content
  4. Manage Active Directory Domain Services using PowerShell cmdlets
    1. Identify user management cmdlets
    2. List group management cmdlets
    3. Manage users and groups
    4. Describe the cmdlets for managing computer objects
    5. Describe the cmdlets for managing organizational units (OUs)
    6. Describe the cmdlets for managing Active Directory objects
    7. Manage Active Directory objects
  5. Manage network service settings for Windows devices using PowerShell cmdlets
    1. Identify cmdlets for managing TCP/IP settings
    2. Describe how to manage local routing table settings.
    3. Describe how to modify DNS client configuration
    4. List cmdlets for managing Windows Firewall
    5. Configure network settings
  6. Manage Windows Server settings using PowerShell cmdlets
    1. Describe the cmdlets for managing Group Policy Objects (GPOs)
    2. Describe the cmdlets for managing server features, roles, and services
    3. Describe the cmdlets for managing Hyper-V and virtual machines (VMs)
    4. Describe the cmdlets for managing and administering Internet Information Services (IIS)
  7. Manage settings for a local Windows machine using PowerShell cmdlets
    1. Describe the cmdlets for managing Windows 10 devices
    2. Describe the cmdlets for managing local permissions with Windows PowerShell
  8. Understand the Windows PowerShell pipeline
    1. Describe the features and functionalities of the pipeline
    2. Use the appropriate terminology to describe the pipeline output and pipeline objects
    3. Explain how to discover and display object members
    4. Review object members
    5. Describe the cmdlets used to format the pipeline output for display
    6. Format pipeline output
  9. Select, sort, and measure objects using the pipeline
    1. Explain how to sort objects by a specified property
    2. Sort objects by using the Sort-Object command
    3. Explain how to measure objects’ numeric properties
    4. Measure objects by using the Measure-Object command
    5. Explain how to display a subset of objects in a collection
    6. Explain how to display a customized list of objects’ properties
    7. Select objects by using the Select-Object command
    8. Explain how to create calculated properties
    9. Create custom-calculated properties for display
  10. Filter objects out of the pipeline
    1. List the major PowerShell comparison operators
    2. Explain how to filter objects by using the basic syntax
    3. Explain how to filter objects by using advanced syntax
    4. Filter objects
    5. Explain how to optimize filtering performance in the pipeline
  11. Enumerate objects in the pipeline
    1. Explain the purpose of enumeration
    2. Explain how to enumerate objects by using the basic syntax
    3. Perform basic enumerations
    4. Explain how to enumerate objects by using advanced syntax
    5. Perform advanced enumeration
  12. Send and pass data as output from the pipeline
    1. Explain how to write pipeline data to a file
    2. Explain how to convert pipeline data to the comma-separated values (CSV) format
    3. Explain how to convert pipeline data to the XML format
    4. Explain how to convert pipeline data to the JavaScript Object Notation (JSON) format
    5. Explain how to convert pipeline data to the HTML format
    6. Export data
    7. Explain how to send pipeline data to other locations
    8. Describe how PowerShell matches incoming pipeline data to the parameters of a cmdlet
  13. Pass pipeline objects
    1. Describe pipeline parameter binding
    2. Identify ByValue parameters
    3. Pass data by using ByValue
    4. Identify ByPropertyName parameters
    5. Pass data ByPropertyName
    6. Pass pipeline data ByPropertyName
    7. Use manual parameters to override the pipeline
    8. Use parenthetical commands
    9. Expand property values
  14. Connect with data stores using PowerShell providers
    1. Explain the purpose of PowerShell providers
    2. Compare different PowerShell provider capabilities
    3. Explain how to access PowerShell provider help files
    4. Explain how to review a list of providers and the help options for a specific provider
  15. Use PowerShell drives in PowerShell
    1. Explain the purpose and use of PowerShell drives
    2. Identify the cmdlets for using PowerShell drives
    3. Explain how to find, delete, and create files and directories
    4. Explain how to use Windows PowerShell to manage the file system
    5. Explain how to work with the registry
    6. Explain how to use Windows PowerShell to manage the registry
    7. Explain how to work with certificates
    8. Explain how to work with other PowerShell drives
  16. Review CIM and WMI
    1. Describe the architecture of CIM and WMI
    2. Explain the purpose of the repository
    3. Explain how to locate online documentation for repository classes
    4. Locate online class documentation
  17. Query configuration information by using CIM and WMI
    1. List the available namespaces
    2. List local repository namespaces
    3. Retrieve a list of classes from a namespace
    4. Retrieve a list of classes from the root\CIMv2 namespace and sort them
    5. Query instances of a specified class
    6. Query instances of a specified class by using WMI, CIM, and WMI Query Language (WQL)
    7. Connect to remote computers by using CIM or WMI
    8. Create and manage CIM sessions
    9. Query repository classes from remote computers by using CIM sessions objects
  18. Query and manipulate repository objects by using CIM and WMI methods
    1. Discover the methods of repository objects
    2. Locate online documentation for methods
    3. Locate the methods of the Win32_Service class and their documentation
    4. Explain how to invoke methods of repository objects
    5. Use methods for the Win32_OperatingSystem and Win32_Process classes
  19. Manage variables in Windows PowerShell scripts
    1. Explain the purpose of the variables
    2. Describe the naming rules for using variables
    3. Explain how to assign a value to a variable
    4. Describe variable types
    5. Explain how to assign a variable type
  20. Work with arrays and hash tables in Windows PowerShell scripts
    1. Explain the purpose of an array
    2. Work with arrays and their contents
    3. Work with array lists and their contents
    4. Manipulate arrays and array lists
    5. Explain the purpose of a hash table
    6. Work with hash tables and their contents
    7. Manipulate hash tables
  21. Create and run scripts by using Windows PowerShell
    1. Describe Windows PowerShell scripts
    2. Explain how to find scripts and modify them
    3. Describe how to create scripts
    4. Describe the PowerShellGet module
    5. Explain how to run Windows PowerShell scripts
    6. Describe the script execution policy
    7. Set the script execution policy
    8. Explain how to use AppLocker to help secure Windows PowerShell scripts
    9. Explain how to digitally sign scripts
    10. Digitally sign a Windows PowerShell script
  22. Work with scripting constructs in Windows PowerShell
    1. Describe the syntax of the ForEach construct
    2. Use the ForEach construct
    3. Describe the syntax of the If construct
    4. Use the **If **construct
    5. Describe the syntax of the Switch construct
    6. Use the Switch construct
    7. Describe how to use the For construct
    8. Describe the other loop constructs
    9. Explain how to use Break and Continue
  23. Import data in different formats for use in scripts by using Windows PowerShell cmdlets
    1. Describe how to use Get-Content to review file data
    2. Describe how to use Import-Csv to retrieve data
    3. Describe how to use Import-Clixml to import XML data
    4. Describe how to use ConvertFrom-JSON to work with JSON data
    5. Import data from text, CSV, and XML files
  24. Use methods to accept user inputs in Windows PowerShell scripts
    1. Identify values in a script that are likely to change
    2. Explain how to use Read-Host to accept user input
    3. Explain how to use Get-Credential to accept user credentials
    4. Explain how to use Out-GridView to obtain user input
    5. Obtain user input by using Read-Host, Get-Credential, and Out-GridView
    6. Explain how to pass parameters to a script
    7. Obtain user input by using parameters
  25. Troubleshoot scripts and handle errors in Windows PowerShell
    1. Describe how error messages are stored
    2. Explain how to add more troubleshooting information to scripts
    3. Describe how to configure breakpoints for troubleshooting
    4. Explain how to troubleshoot a script
    5. Describe error actions in Windows PowerShell
  26. Use functions and modules in Windows PowerShell scripts
    1. Describe functions
    2. Describe the implications of variable scope
    3. Explain how to use dot sourcing
    4. Create a function in a script
    5. Explain how to create a module
    6. Create a module
  27. Manage single and multiple computers by using Windows PowerShell remoting
    1. Describe the Windows PowerShell remoting architecture
    2. Explain the difference between Windows PowerShell remoting and other forms of remote administration
    3. Describe Windows PowerShell remoting security and privacy features
    4. Enable remoting on a computer
    5. Use Windows PowerShell remoting for single-computer management
    6. Use Windows PowerShell remoting for multiple-computer management
    7. Use Windows PowerShell remoting
    8. Explain the difference between local output and remoting output
  28. Use advanced Windows PowerShell remoting techniques
    1. Configure common remoting options
    2. Send parameters and local variables to remote computers
    3. Describe the use of Windows PowerShell scopes
    4. Send local variables to a remote computer
    5. Configure multi-hop remoting authentication
  29. Manage persistent connections to remote computers by using Windows PowerShell sessions
    1. Explain the purpose of persistent connections
    2. Create and use a PSSession
    3. Transmit commands by using a PSSession
    4. Explain how to disconnect from PSSessions
    5. Disconnect and reconnect to PSSessions
    6. Explain the concept of implicit remoting
  30. Review Azure PowerShell module
    1. Describe Azure PowerShell
    2. Describe the Azure Az PowerShell module
    3. Install the Azure Az PowerShell module
    4. Migrate Azure PowerShell from AzureRM to Az
    5. Describe the Azure Active Directory Module for Windows PowerShell and Azure Active Directory PowerShell for Graph modules
  31. Review the features and tools for Azure Cloud Shell
    1. Describe Azure Cloud Shell
    2. Describe features and tools for Azure Cloud Shell
    3. Use Azure Cloud Shell
  32. Manage Azure resources with Windows PowerShell
    1. Describe, install, and use the Azure PowerShell environment
    2. Describe and use Azure Cloud Shell
    3. Manage Azure VMs with Azure PowerShell
    4. Manage Azure storage accounts and subscriptions with Azure PowerShell
  33. Manage users, groups, and licenses in Azure AD by using Windows PowerShell
    1. Describe the benefits of using PowerShell for Microsoft 365
    2. Explain how to connect to a Microsoft 365 tenant with PowerShell
    3. Explain how to create and manage users in Microsoft 365 with PowerShell
    4. Explain how to create and manage groups in Microsoft 365 with PowerShell
    5. Explain how to manage roles in Microsoft 365 with PowerShell
    6. Explain how to manage licenses in Microsoft 365 with PowerShell
  34. Manage Exchange Online by using Windows PowerShell
    1. Explain how to connect to Exchange Online by using PowerShell
    2. Explain how to manage mailboxes in Exchange Online
    3. Explain how to manage resources in Exchange Online
    4. Explain how to manage admin roles in Exchange Online
  35. Manage SharePoint Online by using Windows PowerShell
    1. Explain how to connect to SharePoint Online by using PowerShell
    2. Explain how to manage SharePoint Online users and groups with PowerShell
    3. Explain how to manage sites with PowerShell
    4. Explain how to manage external user sharing with PowerShell
  36. Manage Microsoft Teams by using Windows PowerShell
    1. Describe the Microsoft Teams PowerShell module
    2. Explain how to connect to Microsoft Teams by using PowerShell
    3. Manage Microsoft Teams with the Microsoft Teams PowerShell module
  37. Create and manage background jobs using Windows PowerShell
    1. Explain the purpose and functionality of background jobs
    2. Start jobs
    3. Manage jobs
    4. Retrieve job results
    5. Use background jobs
  38. Create and manage scheduled jobs using Windows PowerShell
    1. Explain how to run Windows PowerShell scripts as scheduled tasks
    2. Create and run a Windows PowerShell script as a scheduled task
    3. Explain the purpose and use of scheduled jobs
    4. Create job options and triggers
    5. Create scheduled jobs
    6. Retrieve scheduled job results
    7. Use scheduled jobs
  39. Custom Module: Implementing Group Policy
    • Overview of Group Policy
    • Group Policy Processing
    • Implementing a Central Store for Administrative Templates
  40. Custom Module: Securing Windows Servers Using Group Policy Objects
    • Security Overview for Windows Operating Systems
    • Configuring Security Settings
    • Restricting Software
    • Configuring Windows Firewall with Advanced Security