Initial commit: Organized PowerShell scripts for ShopDB asset collection
Structure: - asset-collection/: Local PC data collection scripts - remote-execution/: WinRM remote execution scripts - setup-utilities/: Configuration and testing utilities - registry-backup/: GE registry backup scripts - winrm-https/: WinRM HTTPS certificate setup - docs/: Complete documentation Each folder includes a README with detailed documentation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
64
winrm-https/winrm-ca-scripts/FILE-LOCATION.txt
Normal file
64
winrm-https/winrm-ca-scripts/FILE-LOCATION.txt
Normal file
@@ -0,0 +1,64 @@
|
||||
================================================================================
|
||||
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
|
||||
|
||||
================================================================================
|
||||
Reference in New Issue
Block a user