Print
Category: Uncategorised
Hits: 3084
Command Description Example More Info (external)
Import-Module Imports PowerShell Module Import-Module ActiveDirectory  
Write-Host Writes to screen Write-Host "Hello World"  
cls Clears the screen cls