ps1

Changing Password

All versions Here is a simple way how an existing user can change the password for his account. The user must know his old password and does not...

read more

Getting GIT tips online

Here is an example that illustrates how you access a REST API online. The script retrieves GIT tips. GIT is an open-source control system. Even if...

read more

Creating Shortcut Drives

All PowerShell Versions Simply add a new drive to one of the file locations you often visit: # create folder if it does not exist yet $path =...

read more

Colorful Console

PowerShell 5 PowerShell 5.0 on Windows 10 ships with a much-enhanced and colorful PowerShell console. PowerShell 5.0 on other operating systems just...

read more

Getting New NTFS Cmdlets

PowerShell 3+ / PowerShellGet In the previous tip we explained PowerShellGet. This module ships with PowerShell 5.0 but is available for download on...

read more

Reading NTFS Permissions

PowerShell 2+ NTFS permissions are represented by complex object hierarchies that are hard to read. A much simpler way is to output the structure in...

read more
1 48 49 50 51 52 128