Files
powershell-scripts/winrm-https/deployment-package/COPY-CERTIFICATE-HERE.txt
cproudlock 62c0c7bb06 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>
2025-12-10 10:57:54 -05:00

53 lines
1.7 KiB
Plaintext

================================================================================
IMPORTANT: CERTIFICATE FILE REQUIRED
================================================================================
Before deploying, you MUST copy the certificate file to this folder:
FILE TO COPY:
wildcard-logon-ds-ge-com-20251017.pfx
FROM:
C:\users\570005354\Downloads\winrm-https\wildcard-logon-ds-ge-com-20251017.pfx
TO:
This folder (deployment-package)
The certificate file is NOT included by default for security reasons.
================================================================================
HOW TO ADD THE CERTIFICATE
================================================================================
1. Locate the certificate file on your Windows machine:
C:\users\570005354\Downloads\winrm-https\wildcard-logon-ds-ge-com-20251017.pfx
2. Copy it to this deployment-package folder
3. Verify it's here alongside these files:
- Deploy-WinRM-HTTPS.bat
- Setup-WinRM-HTTPS.ps1
- wildcard-logon-ds-ge-com-20251017.pfx <-- Must be present!
4. When ready, copy this entire folder to network share
================================================================================
VERIFICATION
================================================================================
Before deploying to PCs, verify the certificate is present:
[ ] Certificate file exists in deployment-package folder
[ ] Certificate filename: wildcard-logon-ds-ge-com-20251017.pfx
[ ] Certificate file size: approximately 2-3 KB
[ ] Certificate password known: XqHuyaLZSyCYEcpsMz6h5
Once verified, you're ready to deploy!
================================================================================