ProviderCmdlet
Class
Definition
Providers that want to specify OutputType can use these strings for the ProviderCmdlet parameter.
public static 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 |