Keyforgeworks /
Filter-Random-Sample-Tool
PowerShell tool that provides filtering and random sampling data.
42/100 healthLoading repository data…
mszcool / repository
Sample that provides an end-2-end automated deployment for SQL Server AlwaysOn Availability Groups with Azure Virtual Machines running in two Data Centers (two Regions) for High Availability.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This end-2-end sample script package (see LICENSE) provides an end-2-end automated deployment for SQL Server AlwaysOn Availability Groups with Azure Virtual Machines running in two Data Centers (two Regions) for High Availability. The script still makes use of traditional Azure Service Management since we needed something based on released technology at this time for the affected project.
Disclaimer: These scripts are provided as SAMPLE CODE under the MIT License (see LICENSE file of this repository). The code is provided As-Is, you can use it at your own risk!
.\VmSetupScripts sub-directory to have them moved to the VMs as part of the provisioning scripts..\Prep-ProvisionMachine.ps1 to setup PowerShell Modules as well as certificates on your machine
.\Prep-ProvisionMachine.ps1 -importDefaultCertificate installs the default certificate.\Prep-ProvisionMachine.ps1 -overwriteExistingCerts creates a new certificate using makecert.exe$domainCreds = Get-Credential and enter the wanted domain admin credentials for the resulting Active Directory setup.
Add-AzureAccount to setup your Azure Subscription (if not done, yet).\Main-ProvisionConfig.psd1 with your subscription data, SQL Databases and SQL Database script names.\Main-ProvisionCrossRegionAlwaysOn.ps1 -SetupNetwork -SetupADDCForest -SetupSecondaryADDCs -SetupSQLVMs -SetupSQLAG -UploadSetupScripts -ServiceName "mszsqlagustest" -StorageAccountNamePrimaryRegion "mszsqlagusprim" -StorageAccountNameSecondaryRegion "mszsqlagussec" -RegionPrimary "East US" -RegionSecondary "East US 2" -DomainAdminCreds $domainCreds -DomainName "msztest.local" -DomainNameShort "msztest" -Verbose
A more complete documentation with some additional thoughts is available on my blog. Please follow the link below for details:
Selected from shared topics, language and repository description—not editorial ratings.
Keyforgeworks /
PowerShell tool that provides filtering and random sampling data.
42/100 healthpkr-lab /
This repository provides a lightweight, artificial file system designed for testing and validating PowerShell scripts. It contains a variety of small sample files and directory structures that simulate real‑world scenarios, making it ideal for experimenting with automation, file operations, parsing logic, and error handling.
55/100 health