You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Convert-SecureStringToPlainText | Will Convert a [securesting] to PlainText |
8
+
| Convert-SecureStringToPlainText | Will Convert a [securestring] to PlainText |
9
9
| Convert-ToUnc | Will Convert any Full Path to a UNC Path given a -ComputerName |
10
10
| Get-ComputerInformation | Will display a table of results |
11
11
| 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.
14
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
15
| Show-ConfirmationPrompt | Will display message as question, returning $true/$false upon entry of (y/n) is case-insensitive |
16
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. |
17
+
| Write-Log | Allows writing to screen and log, defaults to [INFO] but can be any. |
0 commit comments