• Stars
    star
    1
  • Language
    PowerShell
  • Created over 6 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A PowerShell function that is used to create a quick and dirty array from a paste of text. It takes data separated by line breaks, and outputs an array, containing one index per line.

More Repositories

1

Shutdown-PC-via-IFTTT

Searches for a file placed by IFTTT and if found shuts the computer down
PowerShell
35
star
2

Get-Monitor-Information

Gets the serial number, make and model of a monitor(s) attached to a computer via WMI
PowerShell
29
star
3

PoSH-NinjaRMM

This module is a collection of cmdlets that allow you to query and manage your NinjaRMM environment with PowerShell.
PowerShell
8
star
4

TPLink-PlugController-PowerShell

This is a module that can be used for controlling a TPLink HS100 or HS110 smart plug.
PowerShell
7
star
5

Get-WebCertificate

This script makes an HTTPS web request to a given website and port and returns an X509Certificate2 object. It will automatically try to connect on TLS1.2, TLS1.1, TLS1.0, SSL3 and SSL2 in that order until it successfully connects and pulls the certificate.
PowerShell
7
star
6

MAC-Address-Lookup-Tool

A PowerShell module that will output the vendor name for a given MAC address or MAC address prefix. It will also take the vendor name as an input and output all of its assigned MAC address prefixes.
PowerShell
3
star
7

Password-Expiration-Reminder

This is a script that will check for soon to expire passwords in AD, and send an email to those users reminding them to change their password before the password expires. The script has configurable values that allow you to specify which OU to search for users in, and on which days before expiration to remind them. You can also customize the email to your liking and include a link to a support article or a phone number to a help desk for further assistance. It is currently configured to use an un-authenticated SMTP relay, but can easily be modified to send emails via an authenticated one.
PowerShell
3
star
8

pi-hole-ha-on-k8s

A way to deploy Pihole with high availability on Kubernetes
2
star
9

Coding-Challenges

A collection of fun coding challenges completed in PowerShell
PowerShell
1
star
10

Random-Password-Generator

A random password generator written in PowerShell
PowerShell
1
star
11

MaxAnderson95.github.io

HTML
1
star
12

homelab

A repo that holds all code related to my homelab environment
YAML
1
star
13

Receive-Connector-Migration-Tool

This PowerShell module allows an administrator to easily migrate receive connectors from one Exchange server to another. Having an automated method to do the migration of receive connectors can help tremendously if there a large number of connectors, or the connectors have a large number of ‘remote IP addresses’.
PowerShell
1
star
14

Certificate-Expiration-Checker

Loops through a CSV of endpoints to check for certificates that are expiring soon. Each line in the CSV specifies the FQDN of the encpoint, the port, the number of days before expiration to remind, and who to email on that day.
PowerShell
1
star