lib/TMD.Documentation.ps1
1 2 3 4 5 6 7 8 9 10 |
## Functions for Adding and Removing the Credentials Function Invoke-TmdModuleHelp { param( [Parameter(Mandatory = $true, Position = 0)][String]$Page ) Invoke-Item -Path 'http://www.google.com' } |