computer
PowerShell Commands
PowerShell reference for Windows administration, objects, pipelines, scripting and automation.
REFERENCE Β· 22 ITEMS
PowerShell Commands
PowerShell path for Windows administration and automation.
22 items across 4 sections
COMPLETE COURSE
PowerShell Commands β Learning Path
Start with the concept, study each lesson, copy and adapt the example, complete the practice task, then use the troubleshooting and safety notes before moving forward.
Module 01 β Basics
What you learn: Get-Help, Get-Command, Get-Member, variables, pipelines.
Module 02 β Files
What you learn: Get-ChildItem, Get-Content, Set-Content, Copy-Item, Move-Item, Remove-Item.
Module 03 β System
What you learn: Get-Process, Get-Service, Stop-Process, Restart-Service, Get-ComputerInfo.
Module 04 β Automation
What you learn: objects, loops, functions, scripts, remoting, error handling.
SECTION
Basics
Get-Help, Get-Command, Get-Member, variables, pipelines
Get-Help
PowerShell topic Get-Help: use PowerShell objects and pipelines to automate Windows administration. Check the cmdlet help before running changes. PowerShell: think in objects and pipelines. Discover commands with Get-Command, read help, inspect object properties, then automate with parameters and error handling. Study Get-Help in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.
Get-HelpGet-Command
PowerShell topic Get-Command: use PowerShell objects and pipelines to automate Windows administration. Check the cmdlet help before running changes. PowerShell: think in objects and pipelines. Discover commands with Get-Command, read help, inspect object properties, then automate with parameters and error handling. Study Get-Command in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.
Get-CommandGet-Member
PowerShell topic Get-Member: use PowerShell objects and pipelines to automate Windows administration. Check the cmdlet help before running changes. PowerShell: think in objects and pipelines. Discover commands with Get-Command, read help, inspect object properties, then automate with parameters and error handling. Study Get-Member in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.
Get-Membervariables
variables: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. PowerShell: think in objects and pipelines. Discover commands with Get-Command, read help, inspect object properties, then automate with parameters and error handling. Study variables in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.
variablespipelines
pipelines: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. PowerShell: think in objects and pipelines. Discover commands with Get-Command, read help, inspect object properties, then automate with parameters and error handling. Study pipelines in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.
pipelinesSECTION
Files
Get-ChildItem, Get-Content, Set-Content, Copy-Item, Move-Item, Remove-Item
Get-ChildItem
PowerShell topic Get-ChildItem: use PowerShell objects and pipelines to automate Windows administration. Check the cmdlet help before running changes. PowerShell: think in objects and pipelines. Discover commands with Get-Command, read help, inspect object properties, then automate with parameters and error handling. Study Get-ChildItem in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.
Get-ChildItemGet-Content
PowerShell topic Get-Content: use PowerShell objects and pipelines to automate Windows administration. Check the cmdlet help before running changes. PowerShell: think in objects and pipelines. Discover commands with Get-Command, read help, inspect object properties, then automate with parameters and error handling. Study Get-Content in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.
Get-ContentSet-Content
PowerShell topic Set-Content: use PowerShell objects and pipelines to automate Windows administration. Check the cmdlet help before running changes. PowerShell: think in objects and pipelines. Discover commands with Get-Command, read help, inspect object properties, then automate with parameters and error handling. Study Set-Content in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.
Set-ContentCopy-Item
Copy-Item: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. PowerShell: think in objects and pipelines. Discover commands with Get-Command, read help, inspect object properties, then automate with parameters and error handling. Study Copy-Item in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.
Copy-ItemMove-Item
Move-Item: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. PowerShell: think in objects and pipelines. Discover commands with Get-Command, read help, inspect object properties, then automate with parameters and error handling. Study Move-Item in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.
Move-ItemRemove-Item
PowerShell topic Remove-Item: use PowerShell objects and pipelines to automate Windows administration. Check the cmdlet help before running changes. PowerShell: think in objects and pipelines. Discover commands with Get-Command, read help, inspect object properties, then automate with parameters and error handling. Study Remove-Item in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.
Remove-ItemSECTION
System
Get-Process, Get-Service, Stop-Process, Restart-Service, Get-ComputerInfo
Get-Process
PowerShell topic Get-Process: use PowerShell objects and pipelines to automate Windows administration. Check the cmdlet help before running changes. PowerShell: think in objects and pipelines. Discover commands with Get-Command, read help, inspect object properties, then automate with parameters and error handling. Study Get-Process in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.
Get-ProcessGet-Service
PowerShell topic Get-Service: use PowerShell objects and pipelines to automate Windows administration. Check the cmdlet help before running changes. PowerShell: think in objects and pipelines. Discover commands with Get-Command, read help, inspect object properties, then automate with parameters and error handling. Study Get-Service in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.
Get-ServiceStop-Process
PowerShell topic Stop-Process: use PowerShell objects and pipelines to automate Windows administration. Check the cmdlet help before running changes. PowerShell: think in objects and pipelines. Discover commands with Get-Command, read help, inspect object properties, then automate with parameters and error handling. Study Stop-Process in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.
Stop-ProcessRestart-Service
Restart-Service: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. PowerShell: think in objects and pipelines. Discover commands with Get-Command, read help, inspect object properties, then automate with parameters and error handling. Study Restart-Service in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.
Restart-ServiceGet-ComputerInfo
PowerShell topic Get-ComputerInfo: use PowerShell objects and pipelines to automate Windows administration. Check the cmdlet help before running changes. PowerShell: think in objects and pipelines. Discover commands with Get-Command, read help, inspect object properties, then automate with parameters and error handling. Study Get-ComputerInfo in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.
Get-ComputerInfoSECTION
Automation
objects, loops, functions, scripts, remoting, error handling
objects
objects: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. PowerShell: think in objects and pipelines. Discover commands with Get-Command, read help, inspect object properties, then automate with parameters and error handling. Study objects in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.
objectsloops
loops: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. PowerShell: think in objects and pipelines. Discover commands with Get-Command, read help, inspect object properties, then automate with parameters and error handling. Study loops in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.
loopsfunctions
functions: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. PowerShell: think in objects and pipelines. Discover commands with Get-Command, read help, inspect object properties, then automate with parameters and error handling. Study functions in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.
functionsscripts
scripts: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. PowerShell: think in objects and pipelines. Discover commands with Get-Command, read help, inspect object properties, then automate with parameters and error handling. Study scripts in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.
scriptsremoting
remoting: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. PowerShell: think in objects and pipelines. Discover commands with Get-Command, read help, inspect object properties, then automate with parameters and error handling. Study remoting in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.
remotingerror handling
error handling: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. PowerShell: think in objects and pipelines. Discover commands with Get-Command, read help, inspect object properties, then automate with parameters and error handling. Study error handling in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.
error handling