Skip to main content
Link
Menu
Expand
(external link)
Document
Search
Copy
Copied
About
Introduction
Installing PowerShell
Running PowerShell
Basics
Basic Syntax
PowerShell Cmdlets
Working with Parameters
Piping cmdlets together
Variables
Introduction to Variables
Variable Types
Creating and Assigning Variables
Manipulating Variables
Scope of Variables
Using Variables in Scripts
Operators
Arithmetic Operators
Comparison Operators
Logical Operators
Control Flow Statements
if Statements
Switch Statements
For Statements
While loops
Functions
Creating functions
Advanced function features
Modules
Installing and managing modules
Creating custom modules
Error Handling
Official Documentation
Automations
Active Directory
Creating Users
Modifying Users
Creating Groups
Modifying Groups
Access Control
Get Folder Access
Set Folder Access
Update Folder Access
Duplicate Folder Access
Disable Inheritance
Remove Access
Change Allow to Deny
Installing Softwares and Services
Checking Event Logs
Run Script on Remote Computer
Get Patch Report
Send Emails
Storage Report
Template Repository
Variables
This section provides an overview of PowerShell Variables.
Table of contents
Introduction to Variables
Variable Types
Creating and Assigning Variables
Manipulating Variables
Scope of Variables
Using Variables in Scripts