Skip to content

Releases: EsriPS/PowerShell-DSC-HelperScripts

Initial Release

11 Jun 14:31

Choose a tag to compare

Summary

This repo contains PowerShell DSC Helper Scripts that can be used in conjunction with the ArcGIS module for PowerShell DSC, or independently for common system engineering-related workflows (migrations, upgrades, etc).

Added

  • copyCacheContent.ps1 (copies ArcGIS cache between machines, excludes .site and supports dry-run)
  • checkInstallerHash.ps1 (computes file hashes with optional CSV output)
  • downloadRunEnterpriseReporter.ps1 (downloads latest Enterprise Reporter release from GitHub, extracts and launches it)

Changed

  • checkPortAvailability.ps1 (enhanced script to include role-based port scanning with nmap installation/handling, also moved script from 5_troubleshooting folder to 3_settingUpServerEnvironment/prerequisites folder)
  • checkForServiceMigrationIssues.ps1 (enhanced to extract and print service names from failure messages instead of just raw log output)

Fixed

Notes

  • Though this repo has been around for awhile, we've just begun to use the release feature as a way to more cleanly handle and announce updates to the repo.