PowerShell Schedule Task: Create Tasks with New-ScheduledTask
Automate PowerShell scripts with Task Scheduler using New-ScheduledTask. Learn triggers, actions, credentials, and task management commands.
Commands Tips
Automate PowerShell scripts with Task Scheduler using New-ScheduledTask. Learn triggers, actions, credentials, and task management commands.
Get-Service lets you monitor and control every Windows service. Learn to start, stop, restart, and filter services with PowerShell examples.
Start-Process launches executables and scripts from PowerShell. Learn to run elevated, wait for completion, and capture exit codes.
Get-Process gives you a detailed view of every running process. Learn to filter by name, sort by memory, and kill runaway processes.
PowerShell handles JSON natively. Learn to convert objects to JSON, parse JSON from APIs, and save/load JSON config files with examples.
Find any file anywhere on disk with PowerShell. Learn recursive search by name, extension, date, and size with Get-ChildItem examples.
Select-String is PowerShell’s grep. Learn to search one file, a folder, and recursive directories for any text pattern with line numbers.
Rename hundreds of files at once with PowerShell Rename-Item. Learn pattern-based renaming, adding prefixes, and date-stamping files safely.
PowerShell can report folder sizes faster than File Explorer. Learn to sum folder contents recursively and format results in MB or GB.
Export-Csv saves any PowerShell object pipeline to a CSV file. Learn to create clean reports, append data, and control headers and delimiters.