PowerShell misc. Index

PowerShell How-to. Table of Contents

This chapture covers common tasks for interactive use.

Install and Help

List Files

Directory Operations

File Operations

File Properties, Attributes, Permission

Windows config

Zip Tar

Misc

PowerShell In-depth. Table of Contents

This chapter covers fundamental concepts of PowerShell for writing PowerShell scripts.

File Name Extension

Comment

Object and Type

Path

Pipe

Number

String

Variable

Boolean

Conditional

Data Structure

Array

Hashtable, Dictionary

Loop, Iteration

Input, Output

Function

Error

Profile and Script

Misc