Define DynamicKeyword 'ExecTest'
Note: Don't copy&paste from following code. PowerShell SyntaxHighlighter remove some lines. Instead, use RAW view.
#Requires -Version 4.0
Set-StrictMode -Version Latesthttp://web.archive.org/web/20090918202746/http://tothink.com/mnemonic/wordlist.html
| #!/usr/bin/env powershell | |
| <# | |
| .SYNOPSIS | |
| You can use this script to easly transform any XML file using XDT. | |
| To use this script you can just save it locally and execute it. The script | |
| will download its dependencies automatically. | |
| Created by sayediHashimi | |
| Modified by obscurerichard | |
| Thanks Stack Overflow: https://stackoverflow.com/questions/8989737/web-config-transforms-outside-of-microsoft-msbuild |
| function Get-DirectoryContent { | |
| <# | |
| .SYNOPSIS | |
| Function to get directory content | |
| .EXAMPLE | |
| Get-DirectoryContent -Path "C:\" -HeaderName "poshserver.net" -RequestURL "http://poshserver.net" -SubfolderName "/" | |
Credit: Mark Kraus
Website: https://get-powershellblog.blogspot.com