Connor (@ScriptKiddy99)
  • Stars
    star
    4
  • Global Rank 1,611,161 (Top 56 %)
  • Followers 5
  • Following 2
  • Registered almost 6 years ago
  • Most used languages
    PowerShell
    100.0 %
  • Location 🇬🇧 United Kingdom
  • Country Total Rank 44,104
  • Country Ranking

Top repositories

1

Jarrad-Last-Logged-On-User-Exe

Creating a Winrar SFX executable to run powershell code to obtain last logged in user display name
PowerShell
1
star
2

Brandon-Carey-IEAutomation

"I’m looking for some help and I can’t find the answer. Maybe you guys can help me. I’m trying to automate IE, but it seems you have to be a local admin (ad\admbran) to do it properly, and the website I’m going to only authorizes with my regular creds (ad\bran). So I need to know how I can load the process of internet explorer with my user profile but run the whole thing as my local admin so it works."
PowerShell
1
star
3

Tyler-McDonald-ExcelSignature

"I have a macro built in PowerShell to open the Signature tool for Excel. I am trying to automate inserting a signature block on an Excel report. The macro works as it should, but I can not get sendkeys("~") to work within Excel to simluate clicking the OK button so the signature block is inserted. It does pass the enter key but it passes it to PowerShell." - Solution was to use COM Object interface for excel and leverage the Add signature method
PowerShell
1
star
4

IronScripter2019-CounterView

The Get-Counter cmdlet is very useful in obtaining performance counter information. Unfortunately, the Chairman feels the output is less than friendly. Especially if you wish to consume the output such as with additional filtering, exporting to a json file or writing to a database. Your challenge is to create a PowerShell function that takes the output from Get-Counter and transforms it into a more user friendly object. Each counter sample should be a separate object with these properties: Timestamp Computername CounterSet Counter Value You are free to use whatever property names you want as long as it is clear what the values represent.
PowerShell
1
star