OSI Model | Packets | Glossaries | IPv4 Address Classes | Subnetting | Powershell
Commands |
||
cmdlet | alias | function |
Add-Content | ac | Adds content to the specified items, such as adding words to a file |
Clear-Content | clc | Deletes the contents of an item but does not delete the item |
Clear-History | clhy | Deletes entries from the Powershell session command history |
Clear-Host | clear,cls | Clears the display in the host program |
Clear-Item | cli | Clears the contents of an item, but does not delete the item |
Clear-ItemProperty | clp | Clears the value of a property but does not delete the property|
Clear-Variable | clv | Deletes the value of a variable |
Compare-Object | compare,diff | Compares two sets of objects |
Connect-PSSession | cnsn | Reconnects to disconnected sessions |
Copy-Item | copy,cp,cpi | Copies an item from one location to another |