- Oslo, Norway
-
-
DotNetVersionLister Public
Use Svendsen Tech's Get-STDotNetVersion function to get a list of installed .NET Framework versions on (remote) Windows computers. I also added a simple solution for .NET 5+
-
CrypTaxCalc Public
Svendsen Tech's CrypTaxCalc is an open-source Coinbase transaction log parser to get the numbers you need for the tax reports ("tax calculator")
-
Finance Public
Finance stuff
-
ConvertTo-Json Public
Svendsen Tech's ConvertTo-STJson is a pure-PowerShell ConvertTo-Json for PowerShell version 2
-
RandomData Public
Svendsen Tech's New-RandomData function generates cryptographically secure or pseudorandom data. Can be used to generate keys and passwords with the -StreamToSTDOUT parameter, and has comprehensive…
-
GetSTFolderSize Public
Get folder sizes blazingly fast with PowerShell
-
WriteAscii Public
Use Svendsen Tech's WriteAscii module to produce ASCII art letters from strings, in PowerShell
-
PSnmap Public
Svendsen Tech's PowerShell nmap-like port scanner accepting IPv4 CIDR notation
-
-
Get-Clip Public
A basic Get-ClipBoard function for pasting into PowerShell, compatible with v1-4
-
Send-SplunkMessage Public
Send-STSplunkMessage is a PowerShell version 2-compatible function for sending ad hoc splunk messages to the specified index, source, source type and (list of) Splunk forwarder/HEC URI(s).
-
RemoveOldFiles Public
Use Svendsen Tech's Remove-OldFiles function to delete files based on date logic with time granularity ranging from milliseconds to months, and an optional file name regex filter.
-
Gwmi-Async Public
Svendsen Tech's Gwmi-Async.ps1 is an asynchronous wrapper around Get-WmiObject, compatible with PSv2, that also handles errors and timeouts gracefully. It is designed to retrieve and collect data f…
-
PSipcalc Public
Svendsen Tech's PSipcalc mimics the Linux utility ipcalc in PowerShell and shows extensive network information given a CIDR or IP and subnet mask.
-
Import-STPfxCertificate Public
PSv2-compatible code to import PFX certificates on remote computers (SMB/WinRM)
-
Search-ForLife Public
Use Svendsen Tech's Search-ForLife PowerShell code in an attempt to detect if a server is in use, as part of server lifecycle management/removal/investigation of unknown servers, etc.
-
Invoke-PsExec Public
Svendsen Tech's Invoke-PsExec for PowerShell is a function that lets you execute PowerShell and batch/cmd.exe code asynchronously on target Windows computers, using PsExec.exe.
-
Benchmark Public
Svendsen Tech's Benchmark module provides a convenient interface to benchmark and compare execution speed of code blocks containing arbitrary PowerShell code
-
Get-ADGroupMemberRecursive Public
Get AD group members recursively, tagged with root group DN and direct parent group DN
-
MergeCsv Public
Svendsen Tech's Merge-Csv is a PowerShell function for merging CSV files and/or custom PowerShell objects based on one or more shared ID properties
-
RavenPowerShell Public
Forked from vtsingaras/RavenPowerShellPowerShell client for sentry.io
-
SSHSessions Public
Svendsen Tech's SSH-Sessions module provides SSH session creation, management and interaction from PowerShell. Lets you execute commands via SSH against Linux and certain network equipment, etc.