This content of this repository has been moved to various separate repositories.
Clone the repository with the following sample scripts from https://github.com/Rokory/PSSamples
Example pattern for a text-based menu. Demonstrates Write-Host, Read-Host, loops and switch constructs.
This script demonstrates the usage of object-oriented features in PowerShell. It is recommended to run this in debug mode to understand what's going on. The comments will help understanding the concepts.
Sample powershell script for retrieving computer inventory data and storing it in a database. Demonstrates working with SQL and error handling.
start a synchronous download of a file using BITS. Demonstrates handling of multiple pipeline values and the usage of a progress bar. Clone it from https://github.com/Rokory/BITSDownload.
Provides an easy way to set the most common IP configuration settings. Demonstrates parameter sets and comment-based help. Clone it from https://github.com/Rokory/IpConfiguration.
Cmdlets to download and install SQL Server 2019 Developer or Express editition, as well as connecting, querying and manipulating databases. Demonstrate the support of the -WhatIf parameter. Clone it from https://github.com/Rokory/SQLUtility.