| |
Name
|
Description
|
|
Add
|
Specifies an action that adds a resource to a container, or attaches an item to another item. For example, the Add-Content cmdlet adds content to a file. |
|
Clear
|
Specifies an action that removes all resources from a container, but does not delete the container. For example, the Clear-Content cmdlet removes the contents of a file, but does not delete the file. |
|
Close
|
|
|
Copy
|
Specifies an action that copies a resource to another name or to another container. For example, the Copy-Item cmdlet that is used to access stored data, copies an item from one location in the data store to another location. |
|
Enter
|
Specifies an action that allows the user to move into a resource. For example, the Enter-PsSession cmdlet allows the user to move into an interactive session with a remote computer. This field is introduced in Windows PowerShell 2.0. |
|
Exit
|
Specifies an action that allows the user to move out of a resource. For example, the Exit-PsSession cmdlet allows the user to move out of an interactive session with a remote computer. This field is introduced in Windows PowerShell 2.0. |
|
Find
|
|
|
Format
|
|
|
Get
|
Specifies an action that retrieves a resource. For example, the Get-Content cmdlet retrieves contents of items at a specified location. |
|
Hide
|
Specifies an action that makes a resource undetectable, such as concealing a service from a user. This field is introduced in Windows PowerShell 2.0. |
|
Join
|
Specifies an action that combines resources into one resource. For example, the Join-Path cmdlet combines a path with a child path to create a single path. |
|
Lock
|
Specifies an action that secures a resource. |
|
Move
|
Specifies an action that moves a resource from one location to another. For example, the Move-Item cmdlet moves an item from one location to another. |
|
New
|
Specifies an action that creates an empty resource that is not associated with any content. (If it does not make sense to create the resource without providing initial data, use the verb Set instead). |
|
Open
|
|
|
Pop
|
Specifies an action that removes a resource from the top of a stack. For example, the Pop-Location cmdlet changes the current location to the location most recently pushed onto the stack. This field is introduced in Windows PowerShell 2.0. |
|
Push
|
Specifies an action places a resource on the top of a stack of data. For example, the Push-Location cmdlet pushes the current location onto a stack. This field is introduced in Windows PowerShell 2.0. |
|
Redo
|
Specifies an action that resets a resource to the state that was undone. This field is introduced in Windows PowerShell 2.0. |
|
Remove
|
Specifies an action that deletes a resource from a container. For example, the Remove-Variable cmdlet deletes variables from the current session. |
|
Rename
|
Specifies an action that changes the name of a resource. For example, the Rename-Item provider cmdlet changes the name of an item in a data store. |
|
Reset
|
|
|
Search
|
Specifies an action that creates a reference to a resource in a container. This field is introduced in Windows PowerShell 2.0. |
|
Select
|
Specifies an action that locates a resource in a container. For example, the Select-String cmdlet finds text in strings and files. |
|
Set
|
Specifies an action that creates a resource that contains some data, or adds data to an existing resource. (Use this verb if it makes no sense to create the resource without attaching data. To create the resource without attaching content use New.) For example, the Set-Date cmdlet changes the system time on the local computer. |
|
Show
|
Specifies an action that makes a resource visible to the user. For example, the Show-EventLog cmdlet displays the event logs of the local or a remote computer. This field is introduced in Windows PowerShell 2.0. |
|
Skip
|
|
|
Split
|
Specifies an action that separates parts of a resource. For example, the Split-Path cmdlet returns different parts of a path. |
|
Step
|
|
|
Switch
|
Specifies an action that alternates between two resources, such as to change between two locations, responsibilities, or states. |
|
Undo
|
Specifies an action that sets a resource to its previous state before an action was performed. For example, the Undo-Transactioncmdlet rolls back the changes made in the transaction. This field is introduced in Windows PowerShell 2.0. |
|
Unlock
|
Specifies an action that release a resource that was locked. |
|
Watch
|
|