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.
Please see https://mattdyson.org/blog/2024/02/using-traefik-with-cloudflare-tunnels for a detailed write-up of this configuration |
<# | |
.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.
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 |
# 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. |
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 |
{ | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"actions": [ | |
{ | |
"command": { | |
"action": "copy", | |
"singleLine": false | |
}, | |
"keys": "ctrl+c" | |
}, |
{ | |
"[html]": { | |
"editor.defaultFormatter": "vscode.html-language-features" | |
}, | |
"[json]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"[jsonc]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, |
# urls
$modern_gist = "https://gist.githubusercontent.com/fabricesemti80/4b1d84458d3d0cf245ca1cfcbbc0c19b/raw/c86a7f0bfb6174dfec1c517166c2754aba496dde/modern-profile.ps1"
$legacy_gist = "https://gist.githubusercontent.com/fabricesemti80/4b1d84458d3d0cf245ca1cfcbbc0c19b/raw/12447d7faf1099c30c81dfead472ab98f60aa204/legacy-profile.ps1"
# execute
Invoke-WebRequest $modern_gist -OutFile $profile.CurrentUserAllHosts
Invoke-WebRequest $legacy_gist -OutFile "$env:USERPROFILE\Documents\WindowsPowerShell\Microsoft.PowerShellISE_profile.ps1"
Invoke-WebRequest $legacy_gist -OutFile "$env:USERPROFILE\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1"