================================================================================ FILE LOCATION REFERENCE ================================================================================ Linux Path (for development/editing): /home/camp/projects/powershell/winrm-https/winrm-ca-scripts/ Windows Path (when copied to Windows): C:\path\to\winrm-ca-scripts\ (or wherever you copy these files on Windows) Network Share Deployment Path: S:\dt\adata\script\deploy\ S:\dt\adata\script\deploy\pc-certificates\ S:\dt\adata\script\deploy\LOGS\ ================================================================================ FILES IN THIS DIRECTORY ================================================================================ Certificate Authority Scripts: - Create-CA-Simple.ps1 (Creates Certificate Authority) - Sign-BulkCertificates.ps1 (Signs all 175 PC certificates) Deployment Scripts: - Deploy-PCCertificate.ps1 (Network share deployment script) - Deploy-PCCertificate.bat (Batch wrapper with bypass) Configuration Scripts: - Setup-WinRM-HTTPS.ps1 (Manual WinRM HTTPS setup) Debug Scripts: - Test-RemotePC-Debug.ps1 (Debug script for remote PC) - Test-RemotePC-Debug.bat (Batch wrapper with bypass) Data Files: - shopfloor-hostnames.txt (175 PC hostnames from database) Documentation: - START-HERE.txt (Quick start guide) - README.txt (Complete documentation) - SIMPLE-INSTRUCTIONS.txt (Simplified instructions) - COMPLETE-WORKFLOW.txt (End-to-end workflow) - SINGLE-PC-TEST.txt (Single PC testing guide) - DEPLOY-AND-TEST-ONE-PC.txt (Practical deployment guide) - AFTER-BULK-SIGNING.txt (Post-signing instructions) - NETWORK-SHARE-DEPLOYMENT.txt (Network share guide) - FILE-LOCATION.txt (This file) ================================================================================ QUICK START ================================================================================ 1. Copy entire winrm-ca-scripts folder to Windows computer 2. Open PowerShell as Administrator 3. cd to winrm-ca-scripts folder 4. Read START-HERE.txt for next steps OR For detailed single PC test: Read DEPLOY-AND-TEST-ONE-PC.txt ================================================================================