Logo
Pattern

Discover published sets by community

Explore tens of thousands of sets crafted by our community.

Windows PowerShell Basics

44

Flashcards

0/44

Still learning
StarStarStarStar

Get-Service

StarStarStarStar

Retrieves the status of services on a local or remote machine.

StarStarStarStar

Import-Module

StarStarStarStar

Adds one or more modules to the current session.

StarStarStarStar

Get-Command

StarStarStarStar

Gets all commands that are installed on the computer, including cmdlets, aliases, and functions.

StarStarStarStar

Out-String

StarStarStarStar

Sends objects to the host as a series of strings.

StarStarStarStar

Compare-Object

StarStarStarStar

Compares two sets of objects.

StarStarStarStar

Clear-Content

StarStarStarStar

Deletes the contents of an item, but does not delete the item.

StarStarStarStar

Exit-PSSession

StarStarStarStar

Ends an interactive session with a remote computer.

StarStarStarStar

Get-Help

StarStarStarStar

Displays information about PowerShell commands and concepts.

StarStarStarStar

ConvertTo-Json

StarStarStarStar

Converts an object to a JSON-formatted string.

StarStarStarStar

Clear-History

StarStarStarStar

Deletes entries from the command history.

StarStarStarStar

Start-Process

StarStarStarStar

Starts one or more processes on the local computer.

StarStarStarStar

Copy-Item

StarStarStarStar

Copies an item from one location to another.

StarStarStarStar

Out-GridView

StarStarStarStar

Sends output to an interactive table in a new window.

StarStarStarStar

Add-Content

StarStarStarStar

Adds content to a specified item or file.

StarStarStarStar

New-Item

StarStarStarStar

Creates a new item.

StarStarStarStar

Out-Print

StarStarStarStar

Sends output to the default printer.

StarStarStarStar

Measure-Object

StarStarStarStar

Calculates the numeric properties of objects, and the characters, words, and lines in string objects, such as files or output of commands.

StarStarStarStar

Set-ExecutionPolicy

StarStarStarStar

Changes the user preference for the PowerShell scripts execution policy.

StarStarStarStar

Start-Service

StarStarStarStar

Starts one or more stopped services.

StarStarStarStar

Get-Content

StarStarStarStar

Gets the content of the item at the specified location.

StarStarStarStar

Move-Item

StarStarStarStar

Moves an item from one location to another.

StarStarStarStar

Invoke-History

StarStarStarStar

Runs commands from the session history.

StarStarStarStar

Get-ExecutionPolicy

StarStarStarStar

Displays the current PowerShell script execution policy.

StarStarStarStar

Set-Service

StarStarStarStar

Configures the properties of a service.

StarStarStarStar

Import-Csv

StarStarStarStar

Creates table-like custom objects from the items in a CSV file.

StarStarStarStar

Group-Object

StarStarStarStar

Groups objects that contain the same value for specified properties.

StarStarStarStar

Stop-Process

StarStarStarStar

Stops one or more running processes.

StarStarStarStar

Test-Connection

StarStarStarStar

Sends ICMP echo request packets ('pings') to one or more remote computers.

StarStarStarStar

Get-Process

StarStarStarStar

Gets the processes that are running on the local computer or a remote computer.

StarStarStarStar

Export-Csv

StarStarStarStar

Exports objects to a CSV file.

StarStarStarStar

Invoke-Command

StarStarStarStar

Runs commands on local and remote computers.

StarStarStarStar

ConvertFrom-Json

StarStarStarStar

Converts a JSON-formatted string to a custom object.

StarStarStarStar

Stop-Service

StarStarStarStar

Stops one or more running services.

StarStarStarStar

Restart-Service

StarStarStarStar

Stops and then starts one or more services.

StarStarStarStar

Set-Content

StarStarStarStar

Writes or replaces the content in an item with new content.

StarStarStarStar

Rename-Item

StarStarStarStar

Renames an item in a PowerShell provider namespace.

StarStarStarStar

Get-History

StarStarStarStar

Gets a list of the commands entered during the current session.

StarStarStarStar

Get-ChildItem

StarStarStarStar

Gets the items and child items in one or more specified locations.

StarStarStarStar

Enter-PSSession

StarStarStarStar

Starts an interactive session with a single remote computer.

StarStarStarStar

Out-File

StarStarStarStar

Sends command output to a file.

StarStarStarStar

Select-String

StarStarStarStar

Searches for text and patterns in input strings and files.

StarStarStarStar

Remove-Item

StarStarStarStar

Deletes one or more items.

StarStarStarStar

Test-Path

StarStarStarStar

Determines if a path to an item exists.

StarStarStarStar

Add-History

StarStarStarStar

Appends entries to the session command history.

Know
0
Still learning
Click to flip
Know
0
Logo

© Hypatia.Tech. 2024 All rights reserved.