Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

VerbsSecurity Class

Definition

Namespace:
System.Management.Automation
Assembly:
System.Management.Automation.dll
Package:
Microsoft.PowerShell.5.1.ReferenceAssemblies v1.0.0
Package:
System.Management.Automation v7.4.15
Package:
System.Management.Automation v7.5.6
Package:
System.Management.Automation v7.6.1

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Verbs that are commonly used in cmdlet names when the cmdlet is used to secure a resource.

public ref class VerbsSecurity abstract sealed
public static class VerbsSecurity
type VerbsSecurity = class
Public Class VerbsSecurity
Inheritance
VerbsSecurity

Remarks

These verbs are recommended over their synonyms when used as the verb name for cmdlets.

Fields

Name Description
Block

Prevent access to or usage of a resource.

Grant

Gives access to a resource.

Protect

Guard a resource from attack or loss.

Revoke

Removes access to a resource.

Unblock

Allow access to or usage of a resource.

Unprotect

Remove guards from a resource that prevent it from attack or loss.

Applies to