Skip to content

Instantly share code, notes, and snippets.

View fabricesemti80's full-sized avatar

Fabrice Semti fabricesemti80

View GitHub Profile
@fabricesemti80
fabricesemti80 / README.md
Last active March 12, 2025 15:32
PSU-AdminPage

Notes

  • Create secret ADCredentialPRD
  • Create endpoints (via GUI or append endpoints.ps1 contents to your PSU's endpoints file)
  • Create application using adtool.ps1
  • (optional: update address if not accessing on localhost:5000)
<#region SYNOPSYS
0. CLEANUP
1. BACKUP TG DB on HS1TGDATA.crm.hosted SQL cluster
2. TRANSFER TG DB BAK to HS1-SQLSTDCLIN1.crm.hosted SQL cluster
3. RESTORE TG DB BAK on HS1-SQLSTDCLIN1.crm.hosted SQL cluster
4. CUSTOMIZE RESTORED TG DATABASE
#>
#region 0. CLEANUP
Remove-Variable * -ErrorAction SilentlyContinue
@fabricesemti80
fabricesemti80 / issue-report-template.md
Last active June 23, 2025 09:59
issue-report-template

Issue report template

SUMMARY

What you were trying to do? (Short description)

EXPECTED result

What did you expect to happen?