PowerShell 3 Cmdlets with Credential Parameter
The cmdlets listed here have the ability to use alternate credentials. The PSCredential parameter provides the ability to use alternate credentials when executing these commands by appending the -Credential option.
Name | ModuleName |
---|---|
mkdir | |
Connect-PSSession | Microsoft.PowerShell.Core |
Enter-PSSession | Microsoft.PowerShell.Core |
Get-Module | Microsoft.PowerShell.Core |
Get-PSSession | Microsoft.PowerShell.Core |
Import-Module | Microsoft.PowerShell.Core |
Invoke-Command | Microsoft.PowerShell.Core |
New-PSSession | Microsoft.PowerShell.Core |
New-PSSessionOption | Microsoft.PowerShell.Core |
Receive-PSSession | Microsoft.PowerShell.Core |
Register-PSSessionConfiguration | Microsoft.PowerShell.Core |
Set-PSSessionConfiguration | Microsoft.PowerShell.Core |
Start-Job | Microsoft.PowerShell.Core |
Add-Computer | Microsoft.PowerShell.Management |
Add-Content | Microsoft.PowerShell.Management |
Clear-Content | Microsoft.PowerShell.Management |
Clear-Item | Microsoft.PowerShell.Management |
Clear-ItemProperty | Microsoft.PowerShell.Management |
Copy-Item | Microsoft.PowerShell.Management |
Copy-ItemProperty | Microsoft.PowerShell.Management |
Get-Content | Microsoft.PowerShell.Management |
Get-HotFix | Microsoft.PowerShell.Management |
Get-Item | Microsoft.PowerShell.Management |
Get-ItemProperty | Microsoft.PowerShell.Management |
Get-WmiObject | Microsoft.PowerShell.Management |
Invoke-Item | Microsoft.PowerShell.Management |
Invoke-WmiMethod | Microsoft.PowerShell.Management |
Join-Path | Microsoft.PowerShell.Management |
Move-Item | Microsoft.PowerShell.Management |
Move-ItemProperty | Microsoft.PowerShell.Management |
New-Item | Microsoft.PowerShell.Management |
New-ItemProperty | Microsoft.PowerShell.Management |
New-PSDrive | Microsoft.PowerShell.Management |
New-Service | Microsoft.PowerShell.Management |
New-WebServiceProxy | Microsoft.PowerShell.Management |
Register-WmiEvent | Microsoft.PowerShell.Management |
Remove-Computer | Microsoft.PowerShell.Management |
Remove-Item | Microsoft.PowerShell.Management |
Remove-ItemProperty | Microsoft.PowerShell.Management |
Remove-WmiObject | Microsoft.PowerShell.Management |
Rename-Computer | Microsoft.PowerShell.Management |
Rename-Item | Microsoft.PowerShell.Management |
Rename-ItemProperty | Microsoft.PowerShell.Management |
Reset-ComputerMachinePassword | Microsoft.PowerShell.Management |
Resolve-Path | Microsoft.PowerShell.Management |
Restart-Computer | Microsoft.PowerShell.Management |
Set-Content | Microsoft.PowerShell.Management |
Set-Item | Microsoft.PowerShell.Management |
Set-ItemProperty | Microsoft.PowerShell.Management |
Set-WmiInstance | Microsoft.PowerShell.Management |
Split-Path | Microsoft.PowerShell.Management |
Start-Process | Microsoft.PowerShell.Management |
Stop-Computer | Microsoft.PowerShell.Management |
Test-Connection | Microsoft.PowerShell.Management |
Test-Path | Microsoft.PowerShell.Management |
Invoke-RestMethod | Microsoft.PowerShell.Utility |
Invoke-WebRequest | Microsoft.PowerShell.Utility |
Send-MailMessage | Microsoft.PowerShell.Utility |