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
| <nobr>SshHostKeyFingerprint</nobr> || Adds parameters for sending Audit Report via SFTP. | true | true \\(ByPropertyName\\) ||
42
-
| <nobr>RemotePath</nobr> || Remove FTP path. Will be created in the user path under functionname folder if not specified. | false | true \\(ByPropertyName\\) |\\("./" \\+ $\\($MyInvocation.MyCommand.Name -replace '\\..\\*'\\)\\) |
42
+
| <nobr>RemotePath</nobr> || Remove FTP path. Will be created in the user path under functionname folder if not specified. | false | true \\(ByPropertyName\\) |\\("./" \+ $\\($MyInvocation.MyCommand.Name -replace '\\..\\*'\\)\\) |
43
43
| <nobr>Clean</nobr> || Remove installed modules during run. Remove local files if not a LocalDisk run. | true | false | False |
44
44
### Note
45
45
Can take password as input into secure string using \\(Read-Host -AsSecureString\\).
| <nobr>SshHostKeyFingerprint</nobr> || Adds parameters for sending Audit Report via SFTP. | true | true \\(ByPropertyName\\) ||
241
-
| <nobr>RemotePath</nobr> || Remove FTP path. Will be created in the user path under functionname folder if not specified. | false | true \\(ByPropertyName\\) |\\("./" \\+ $\\($MyInvocation.MyCommand.Name -replace '\\..\\*'\\)\\) |
241
+
| <nobr>RemotePath</nobr> || Remove FTP path. Will be created in the user path under functionname folder if not specified. | false | true \\(ByPropertyName\\) |\\("./" \+ $\\($MyInvocation.MyCommand.Name -replace '\\..\\*'\\)\\) |
242
242
| <nobr>Clean</nobr> || Remove installed modules during run. Remove local files if not a LocalDisk run. | true | false | False |
243
243
### Note
244
244
Can take password as input into secure string using \\(Read-Host -AsSecureString\\).
Copy file name to clipboardexpand all lines: source/ADDSAuditTasks.psd1
+4-10
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
RootModule='ADDSAuditTasks.psm1'
13
13
14
14
# Version number of this module.
15
-
ModuleVersion='1.9.5'
15
+
ModuleVersion='1.9.6'
16
16
17
17
# Supported PSEditions
18
18
# CompatiblePSEditions = @()
@@ -69,7 +69,7 @@
69
69
# NestedModules = @()
70
70
71
71
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
0 commit comments