- 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
)
---
config:
layout: elk
theme: base
---
flowchart LR
subgraph Connectivity-VNET["Connectivity VNET 10.18.254.0/23<br>vnet-conn-01-core-all-ne"]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Please see https://mattdyson.org/blog/2024/02/using-traefik-with-cloudflare-tunnels for a detailed write-up of this configuration |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.SYNOPSIS | |
Script to setup Active Directory | |
.DESCRIPTION | |
This script is intended to set up a functioning AD forest with 1x root domain controller and one or more additional domain controllers | |
The script uses - for now - a self-signed cert to encryot the password, the thumbprint of this should be supplied on the machine. | |
An analysis of the task http://pricing-deploy.sportingsolutions.com/deploy/app#/Spaces-1/projects/ipa-football-dal-simulation-service/deployments/process The task has 8 steps.
- The first step uses PowerShell to stop and remove the service.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function Get-ContentLibraryItemPath { | |
<# | |
.NOTES | |
=========================================================================== | |
Created by: Fabrice Semti | |
Date: 03 March 2023 | |
Organization: VMware | |
Blog: http://www.fabricesemti.com | |
Twitter: @vBrianGraf | |
Github: https://github.com/fabricesemti80 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://www.reddit.com/r/sysadmin/comments/ck677f/sophos_removal_script/ | |
# https://pastebin.com/4eRc5WpA | |
#Sophos Endpoint Removal Script | |
#Usage examples: | |
# .\removesophos.ps1 # Just logs all messages to screen and file. | |
# .\removesophos.ps1 -Remove YES # Removes all Sophos components and logs all messages to screen and file. | |
# .\removesophos.ps1 -Password 1234567 -Remove YES # Password will be provided to SEDCli.exe if TP is on and SEDCLi.exe exists. | |
# .\removesophos.ps1 -ErrorOnly YES # Only print items that exist (errors) on screen. Still logs all to file. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
terraform apply | |
data.aws_availability_zones.available: Reading... | |
aws_dynamodb_table.terraform-lock: Refreshing state... [id=terraform_state] | |
aws_s3_bucket.terraform_state: Refreshing state... [id=fs80-tf-state] | |
data.aws_availability_zones.available: Read complete after 0s [id=us-east-1] | |
aws_s3_bucket_versioning.versioning: Refreshing state... [id=fs80-tf-state] | |
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following | |
symbols: | |
+ create |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"actions": [ | |
{ | |
"command": { | |
"action": "copy", | |
"singleLine": false | |
}, | |
"keys": "ctrl+c" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"[html]": { | |
"editor.defaultFormatter": "vscode.html-language-features" | |
}, | |
"[json]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"[jsonc]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, |
NewerOlder