Skip to content

Commit 70c8d54

Browse files
author
Calvin Tapp
committed
Amending of the Readme
1 parent db3e52a commit 70c8d54

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
# PowerShellFunctions
1+
# PowerShell Functions
2+
A dynamic module of functions I have utilised/needed at somepoint or other.
3+
4+
## List of functions
5+
6+
| Function | Info |
7+
| ------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
8+
| Convert-SecureStringToPlainText | Will Convert a [securesting] to PlainText |
9+
| Convert-ToUnc | Will Convert any Full Path to a UNC Path given a -ComputerName |
10+
| Get-ComputerInformation | Will display a table of results |
11+
| Get-MsBuild | Will return the full path to given msbuild if not able will return default msbuild at %windir%\Microsoft.Net\ |
12+
| Get-SqlPackage | Return full path to sqlpackage.exe |
13+
| Get-UserSetVariables | Will display a list of all the user defined variables within current session |
14+
| Invoke-Sql | Will execute using Integrated security if no user/password infomation is passed. Capable of executing non-query, and fully supports query parameters. Will return a list of custom objects to enable further PS querys |
15+
| Show-ConfirmationPrompt | Will display message as question, returning $true/$false upon entry of (y/n) is case-insensitive |
16+
| Test-UncPath | Will return if if given path begins with '\\\\' |
17+
| Write-Log | Allows writing to screen and log, defaults to [INFO] but can be any. |

0 commit comments

Comments
 (0)