Skip to content

Commit 04f3bbe

Browse files
committed
2 parents 18b0a96 + 823885d commit 04f3bbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A dynamic module of functions I have utilised/needed at somepoint or other.
55

66
| Function | Info |
77
| ------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
8-
| Convert-SecureStringToPlainText | Will Convert a [securesting] to PlainText |
8+
| Convert-SecureStringToPlainText | Will Convert a [securestring] to PlainText |
99
| Convert-ToUnc | Will Convert any Full Path to a UNC Path given a -ComputerName |
1010
| Get-ComputerInformation | Will display a table of results |
1111
| Get-MsBuild | Will return the full path to given msbuild if not able will return default msbuild at %windir%\Microsoft.Net\ |
@@ -14,4 +14,4 @@ A dynamic module of functions I have utilised/needed at somepoint or other.
1414
| 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 |
1515
| Show-ConfirmationPrompt | Will display message as question, returning $true/$false upon entry of (y/n) is case-insensitive |
1616
| 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. |
17+
| Write-Log | Allows writing to screen and log, defaults to [INFO] but can be any. |

0 commit comments

Comments
 (0)