Level 34
Level 36
8 words 0 ignored
Ready to learn
Ready to review
Ignore words
Check the boxes below to ignore/unignore words, then click save at the bottom. Ignored words will never appear in any learning session.
Ignore?
Copy-Item
Copies an item from one location to another within a namespace.
New-Item
Creates a new item.
Remove-Item
Deletes the specified items.
Move-Item
Moves an item from one location to another.
Rename-Item
Renames an item in a Windows PowerShell provider namespace.
Get-ChildItem
Gets the items and child items in one or more specified locations. (Like "dir".)
Get-Item
Gets the item at the specified location.
Test-Path
Determines whether all elements of a path exist.