This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ******************************************************************************** | |
# | |
# Script Name: DangItBobby.ps1 | |
# Version: 1.0.0 | |
# Author: bluesoul <https://bluesoul.me> | |
# Date: 2016-04-06 | |
# Applies to: Domain Environments | |
# | |
# Description: This script searches for a specific, logged on user on all or | |
# specific Computers by checking the process "explorer.exe" and its owner. It |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function Find-String { | |
<# | |
.SYNOPSIS | |
Find a matching string from an alphabetically sorted file. | |
.DESCRIPTION | |
Find-String is a specialised binary (half interval) searcher designed to find matches in sorted ASCII encoded text files. | |
.NOTES | |
Change log: | |
11/08/2014 - Chris Dent - First release. | |
#> |