@@ -291,8 +291,8 @@ Update-Module
291291 [-NoRecurse] [<CommonParameters>]
292292 Find-Item [[-SearchMask] <String[]>] [[-Pattern] <String>] [-RelativeBasePath <String>]
293293 [-AllDrives] [-PassThru] [-NoRecurse] [<CommonParameters>]
294- Find-Item [[-SearchMask] <String[]>] [-RelativeBasePath <String>] [-AllDrives]
295- [-Directory] [- FilesAndDirectories] [-PassThru] [-NoRecurse] [<CommonParameters>]
294+ Find-Item [[-SearchMask] <String[]>] [-RelativeBasePath <String>] [-AllDrives] [-Directory]
295+ [-FilesAndDirectories] [-PassThru] [-NoRecurse] [<CommonParameters>]
296296````
297297
298298### DESCRIPTION
@@ -567,8 +567,7 @@ Update-Module
567567### SYNTAX
568568```` PowerShell
569569
570- Remove-AllItems [-Path] <String> [[-DeleteFolder]] [-WhatIf] [-Confirm]
571- [<CommonParameters>]
570+ Remove-AllItems [-Path] <String> [[-DeleteFolder]] [-WhatIf] [-Confirm] [<CommonParameters>]
572571````
573572
574573### DESCRIPTION
@@ -826,15 +825,15 @@ Update-Module
826825 [-CopyOnlyDirectoryTreeStructureAndEmptyFiles] [-SkipAllSymbolicLinks]
827826 [-SkipSymbolicFileLinks] [-CopySymbolicLinksAsLinks] [-Force]
828827 [-SkipFilesWithoutArchiveAttribute] [-ResetArchiveAttributeAfterSelection]
829- [-FileExcludeFilter <String[]>] [-AttributeIncludeFilter <String>]
830- [-AttributeExcludeFilter <String>] [-SetAttributesAfterCopy <String>]
831- [-RemoveAttributesAfterCopy <String >] [-MinFileSize <Int32>] [-MaxFileSize <Int32>]
832- [-MinFileAge <Int32>] [-MaxFileAge <Int32>] [-MinLastAccessAge <Int32> ] [-MaxLastAccessAge
833- <Int32>] [-RecoveryMode] [-MonitorMode] [-MonitorModeThresholdMinutes <Int32>]
834- [-MonitorModeThresholdNrOfChanges <Int32>] [-MonitorModeRunHoursFrom <Int32>]
835- [-MonitorModeRunHoursUntil <Int32 >] [-LogFilePath <String> ] [-LogfileOverwrite ]
836- [-LogDirectoryNames ] [-LogAllFileNames ] [-Unicode ] [-LargeFiles] [-MultiThreaded ]
837- [-CompressibleContent] [[-Override] <String>] [-WhatIf] [- Confirm] [<CommonParameters>]
828+ [-FileExcludeFilter <String[]>] [-AttributeIncludeFilter <String>] [-AttributeExcludeFilter
829+ <String>] [-SetAttributesAfterCopy <String>] [-RemoveAttributesAfterCopy <String>]
830+ [-MinFileSize <Int32 >] [-MaxFileSize <Int32>] [-MinFileAge <Int32>] [-MaxFileAge <Int32>]
831+ [-MinLastAccessAge <Int32>] [-MaxLastAccessAge <Int32>] [-RecoveryMode ] [-MonitorMode]
832+ [-MonitorModeThresholdMinutes <Int32>] [-MonitorModeThresholdNrOfChanges <Int32>]
833+ [-MonitorModeRunHoursFrom <Int32>] [-MonitorModeRunHoursUntil <Int32>] [-LogFilePath
834+ <String >] [-LogfileOverwrite] [-LogDirectoryNames ] [-LogAllFileNames] [-Unicode ]
835+ [-LargeFiles ] [-MultiThreaded ] [-CompressibleContent ] [[-Override] <String>] [-WhatIf ]
836+ [-Confirm] [<CommonParameters>]
838837 Start-RoboCopy [-Source] <String> [[-DestinationDirectory] <String>] [[-Files] <String[]>]
839838 [-Mirror] [-Move] [-IncludeSecurity] [-SkipEmptyDirectories]
840839 [-CopyOnlyDirectoryTreeStructure] [-CopyOnlyDirectoryTreeStructureAndEmptyFiles]
@@ -979,8 +978,7 @@ Update-Module
979978 Aliases
980979 Accept wildcard characters? false
981980 -SkipJunctions [<SwitchParameter>]
982- Do not copy directory junctions (symbolic link for a folder) or the content they point
983- to
981+ Do not copy directory junctions (symbolic link for a folder) or the content they point to
984982 Required? false
985983 Position? named
986984 Default value False
@@ -1093,8 +1091,8 @@ Update-Module
10931091 Aliases
10941092 Accept wildcard characters? false
10951093 -MinFileAge <Int32>
1096- Skip files that are not at least: n days old OR created before n date (if n < 1900
1097- then n = n days, else n = YYYYMMDD date)
1094+ Skip files that are not at least: n days old OR created before n date (if n < 1900 then
1095+ n = n days, else n = YYYYMMDD date)
10981096 Required? false
10991097 Position? named
11001098 Default value -1
@@ -1111,17 +1109,17 @@ Update-Module
11111109 Aliases
11121110 Accept wildcard characters? false
11131111 -MinLastAccessAge <Int32>
1114- Skip files that are accessed within the last: n days OR before n date (if n < 1900
1115- then n = n days, else n = YYYYMMDD date)
1112+ Skip files that are accessed within the last: n days OR before n date (if n < 1900 then
1113+ n = n days, else n = YYYYMMDD date)
11161114 Required? false
11171115 Position? named
11181116 Default value -1
11191117 Accept pipeline input? false
11201118 Aliases
11211119 Accept wildcard characters? false
11221120 -MaxLastAccessAge <Int32>
1123- Skip files that have not been accessed in: n days OR after n date (if n < 1900 then n
1124- = n days, else n = YYYYMMDD date)
1121+ Skip files that have not been accessed in: n days OR after n date (if n < 1900 then n =
1122+ n days, else n = YYYYMMDD date)
11251123 Required? false
11261124 Position? named
11271125 Default value -1
@@ -1137,8 +1135,8 @@ Update-Module
11371135 Aliases
11381136 Accept wildcard characters? false
11391137 -MonitorMode [<SwitchParameter>]
1140- Will stay active after copying, and copy additional changes after a a default
1141- threshold of 10 minutes
1138+ Will stay active after copying, and copy additional changes after a a default threshold
1139+ of 10 minutes
11421140 Required? false
11431141 Position? named
11441142 Default value False
0 commit comments