Verb (alias)
|
Action
|
Comments
|
|
Adds a resource to a container, or attaches an item to another item.
For example, the Add-Content cmdlet adds content to a file. This verb
is paired with Remove.
|
For this action, do not use verbs such as Append, Attach, Concatenate,
or Insert.
|
|
Removes all the 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.
|
For this action, do not use verbs such as Flush, Erase, Release,
Unmark, Unset, or Nullify.
|
|
Changes the state of a resource to make it inaccessible, unavailable,
or unusable. This verb is paired with Open.
|
|
|
Copies a resource to another name or to another container. For
example, theCopy-Item cmdlet that is used to access stored
data copies an item from one location in the data store to another location.
|
For this action, do not use verbs such as Duplicate, Clone, Replicate,
or Sync.
|
|
Specifies an action that allows the user to move into a resource. For
example, theEnter-PSSession cmdlet places the user in an
interactive session. This verb is paired with Exit.
|
For this action, do not use verbs such as Push or Into.
|
|
Sets the current environment or context to the most recently used
context. For example, the Exit-PSSession cmdlet places the user in the
session that was used to start the interactive session. This verb
is paired with Enter.
|
For this action, do not use verbs such as Pop or Out.
|
|
Looks for an object in a container that is unknown, implied, optional,
or specified.
|
|
|
Arranges objects in a specified form or layout.
|
|
|
Specifies an action that retrieves a resource. This verb is paired
with Set.
|
For this action, do not use verbs such as Read, Open, Cat, Type, Dir,
Obtain, Dump, Acquire, Examine, Find, or Search for this action.
|
|
Makes a resource undetectable. For example, a cmdlet whose name
includes the Hide verb might conceal a service from a user. This verb
is paired with Show.
|
For this action, do not use a verb such as Block.
|
|
Combines resources into one resource. For example, the Join-Path cmdlet
combines a path with one of its child paths to create a single path. This verb
is paired with Split.
|
For this action, do not use verbs such as Combine, Unite, Connect, or
Associate.
|
|
Secures a resource. This verb is paired with Unlock.
|
For this action, do not use verbs such as Restrict or Secure.
|
|
Moves a resource from one location to another. For example, the Move-Itemcmdlet moves an item from one
location in the data store to another location.
|
For this action, do not use verbs such as Transfer, Name, or Migrate.
|
|
Creates a resource. (The Set verb can also be used when creating
a resource that includes data, such as the Set-Variable cmdlet.)
|
For this action, do not use verbs such as Create, Generate, Build,
Make, or Allocate.
|
|
Changes the state of a resource to make it accessible, available, or
usable. This verb is paired with Close.
|
|
|
Removes an item from the top of a stack. For example, the Pop-Location cmdlet changes the current location
to the location that was most recently pushed onto the stack.
|
|
|
Adds an item to the top of a stack. For example, the Push-Location cmdlet pushes the current location
onto the stack.
|
|
|
Resets a resource to the state that was undone.
|
|
|
Deletes a resource from a container. For example, the Remove-Variable cmdlet deletes a variable and its
value. This verb is paired with Add.
|
For this action, do not use verbs such as Clear, Cut, Dispose,
Discard, or Erase.
|
|
Changes the name of a resource. For example, the Rename-Item cmdlet, which is used to access
stored data, changes the name of an item in the data store.
|
For this action, do not use a verb such as Change.
|
|
Sets a resource back to its original state.
|
|
|
Creates a reference to a resource in a container.
|
For this action, do not use verbs such as Find or Locate.
|
|
Locates a resource in a container. For example, the Select-String cmdlet finds text in strings and
files.
|
For this action, do not use verbs such as Find or Locate.
|
|
Replaces data on an existing resource or creates a resource that
contains some data. For example, the Set-Dateackup cmdlet
changes the system time on the local computer. (The New verb can also be used
to create a resource.) This verb is paired with Get.
|
For this action, do not use verbs such as Write, Reset, Assign, or
Configure.
|
|
Makes a resource visible to the user. This verb is paired with Hide.
|
For this action, do not use verbs such as Display or Produce.
|
|
Bypasses one or more resources or points in a sequence.
|
For this action, do not use a verb such as Bypass or Jump.
|
|
Separates parts of a resource. For example, the Split-Path cmdlet
returns different parts of a path. This verb is paired with Join.
|
For this action, do not use a verb such Separate.
|
|
Moves to the next point or resource in a sequence.
|
|
|
Specifies an action that alternates between two resources, such as to
change between two locations, responsibilities, or states.
|
|
|
Sets a resource to its previous state.
|
|
|
Releases a resource that was locked. This verb is paired with Lock.
|
For this action, do not use verbs such as Release, Unrestrict, or
Unsecure.
|
|
Continually inspects or monitors a resource for changes.
|
|