Skip to content

Instantly share code, notes, and snippets.

View TaylorTWBrown's full-sized avatar
🙂
Building something

TaylorTWBrown

🙂
Building something
View GitHub Profile
@TaylorTWBrown
TaylorTWBrown / buildfiles.ps1
Created July 23, 2021 20:56
Sitecore PS Assessment
# Description: Sitecore PS Assessment
# Author: Taylor Brown
# Date: July 23, 2020
# Provided array
$buildFiles=@("file.json","f.rtmp","file.exe","file1.json","f.exe","1.tmp","f.json","demo.exe")
# Task 1 - List relevant build files. Filter and print json/exe files from array.
function Get-BuildFiles {