Skip to content

Instantly share code, notes, and snippets.

View DarkPanth3r's full-sized avatar

Marcos Pais DarkPanth3r

  • FCUP
  • Portugal
View GitHub Profile
@infamousjoeg
infamousjoeg / CYBRAutomation.md
Last active June 25, 2024 09:37
CyberArk Automation - Greatest Hits!
@aconn21
aconn21 / PS_MultiThread_Example.ps1
Created February 19, 2017 08:17
PowerShell MultiThreading Examples
#Make new CSV File
$CSVFileName = "\\networkshare\folder\filename.csv"
"CSV,Header,With,Well,Named,Data,Columns" > $CSVFileName
$Timestamp = get-date -format o
#Log file
$LogFileName = "\\networkshare\folder\logfile_$Timestamp.log"
#Function to do stuff with IP address
@PurpleBooth
PurpleBooth / README-Template.md
Last active September 23, 2024 09:44
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites