ProviderCmdlet Class
Definition
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.
Providers that want to specify OutputType can use these strings for the ProviderCmdlet parameter.
public ref class ProviderCmdlet abstract sealed
public static class ProviderCmdlet
type ProviderCmdlet = class
Public Class ProviderCmdlet
- Inheritance
-
ProviderCmdlet
Fields
AddContent |
Add-Content cmdlet. |
ClearContent |
Clear-Content cmdlet. |
ClearItem |
Clear-Item cmdlet. |
ClearItemProperty |
Clear-ItemProperty cmdlet. |
ConvertPath |
Convert-Path cmdlet. |
CopyItem |
Copy-Item cmdlet. |
CopyItemProperty |
Copy-ItemProperty cmdlet. |
GetAcl |
Get-Acl cmdlet. |
GetChildItem |
Get-ChildItem cmdlet. |
GetContent |
Get-Content cmdlet. |
GetItem |
Get-Item cmdlet. |
GetItemProperty |
Get-ItemProperty cmdlet. |
GetLocation |
Get-Location cmdlet. |
GetPSDrive |
Get-PSDrive cmdlet. |
GetPSProvider |
Get-PSProvider cmdlet. |
InvokeItem |
Invoke-Item cmdlet. |
JoinPath |
Join-Path cmdlet. |
MoveItem |
Move-Item cmdlet. |
MoveItemProperty |
Move-ItemProperty cmdlet. |
NewItem |
New-Item cmdlet. |
NewItemProperty |
New-ItemProperty cmdlet. |
NewPSDrive |
New-PSDrive cmdlet. |
PopLocation |
Pop-Location cmdlet. |
PushLocation |
Push-Location cmdlet. |
RemoveItem |
Remove-Item cmdlet. |
RemoveItemProperty |
Remove-ItemProperty cmdlet. |
RemovePSDrive |
Remove-PSDrive cmdlet. |
RenameItem |
Rename-Item cmdlet. |
RenameItemProperty |
Rename-ItemProperty cmdlet. |
ResolvePath |
Resolve-Path cmdlet. |
SetAcl |
Set-Acl cmdlet. |
SetContent |
Set-Content cmdlet. |
SetItem |
Set-Item cmdlet. |
SetItemProperty |
Set-ItemProperty cmdlet. |
SetLocation |
Set-Location cmdlet. |
SplitPath |
Split-Path cmdlet. |
TestPath |
Test-Path cmdlet. |