filmov
tv
Module 03-Lesson 2.1: Selecting, Sorting, and Measuring Objects in PowerShell

Показать описание
Automating Administration with Windows PowerShell is a series of course with Microsoft Official Courseware Material. To be become Zero to Hero in PowerShell please follow along my channel.
PowerShell Scripting For Beginners || Module 3: Working with the Windows PowerShell pipeline || Lesson 2: Selecting, sorting, and measuring objects ||
PowerShell Tutorial Playlist for ALL Modules:
📌 Subscribe to A Computer Guru channel for more Videos.
In this video I will be covering the following topics ☟
1. Sorting objects by a property || Sort-Object
➜ The following commands are all examples of sorting:
Get-Service | Sort-Object –Property Name –Descending
Get-Service | Sort Name –Desc
Get-Service | Sort Status,Name
2. Grouping objects by property
➜ Format-List, Format-Table, and Format-Wide
➜ The following commands are all examples of sorting:
Get-Service | Sort-Object Status,Name | fw -GroupBy Status
➜ The -GroupBy parameter works similarly to the Group-Object command. The Group-Object command accepts piped input and gives you more control over the grouping of the objects. Group-Object has the alias group.
***********************************************************************
🔗 Links to the previous videos 🔗
1. Introduction to Windows PowerShell
2. Overview and Background of Windows PowerShell
3. Lab A: Configuring Windows PowerShell
4. Understanding command syntax & Finding commands
5. Lab B: Finding and running basic commands
6. Active Directory administration cmdlets
7. Network configuration cmdlets & Other server administration cmdlets
8. Windows administration
9. Working with the Windows PowerShell pipeline 1.1
10. Working with the Windows PowerShell pipeline 1.2
📲 Follow A Computer Guru
#powershellscripting #powershellforbeginners #acomputerguru #acg #powershelltraining #windowspowershell #devops #scripting #automation #powershelltutorial #azuretraining #azuretutorial #azureadministrator #azuretutorial #azurecourse #azurelab #azurehandsonlab #az104lab #Select #Sort
PowerShell Scripting For Beginners || Module 3: Working with the Windows PowerShell pipeline || Lesson 2: Selecting, sorting, and measuring objects ||
PowerShell Tutorial Playlist for ALL Modules:
📌 Subscribe to A Computer Guru channel for more Videos.
In this video I will be covering the following topics ☟
1. Sorting objects by a property || Sort-Object
➜ The following commands are all examples of sorting:
Get-Service | Sort-Object –Property Name –Descending
Get-Service | Sort Name –Desc
Get-Service | Sort Status,Name
2. Grouping objects by property
➜ Format-List, Format-Table, and Format-Wide
➜ The following commands are all examples of sorting:
Get-Service | Sort-Object Status,Name | fw -GroupBy Status
➜ The -GroupBy parameter works similarly to the Group-Object command. The Group-Object command accepts piped input and gives you more control over the grouping of the objects. Group-Object has the alias group.
***********************************************************************
🔗 Links to the previous videos 🔗
1. Introduction to Windows PowerShell
2. Overview and Background of Windows PowerShell
3. Lab A: Configuring Windows PowerShell
4. Understanding command syntax & Finding commands
5. Lab B: Finding and running basic commands
6. Active Directory administration cmdlets
7. Network configuration cmdlets & Other server administration cmdlets
8. Windows administration
9. Working with the Windows PowerShell pipeline 1.1
10. Working with the Windows PowerShell pipeline 1.2
📲 Follow A Computer Guru
#powershellscripting #powershellforbeginners #acomputerguru #acg #powershelltraining #windowspowershell #devops #scripting #automation #powershelltutorial #azuretraining #azuretutorial #azureadministrator #azuretutorial #azurecourse #azurelab #azurehandsonlab #az104lab #Select #Sort