@@ -148,8 +148,8 @@ Update-Module
148148### SYNTAX
149149```` PowerShell
150150
151- Expand-Path [-FilePath] <String> [-CreateDirectory] [-CreateFile] [-DeleteExistingFile]
152- [-ForceDrive <Char>] [-FileMustExist] [-DirectoryMustExist] [ <CommonParameters>]
151+ Expand-Path [-FilePath] <String> [-CreateDirectory] [-CreateFile] [-DeleteExistingFile] [-ForceDrive <Char>] [-FileMustExist] [-DirectoryMustExist]
152+ [<CommonParameters>]
153153````
154154
155155### DESCRIPTION
@@ -230,8 +230,7 @@ Update-Module
230230### SYNTAX
231231```` PowerShell
232232
233- Find-DuplicateFiles [-Paths] <String[]> [[-DontCompareSize]] [[-DontCompareModifiedDate]]
234- [<CommonParameters>]
233+ Find-DuplicateFiles [-Paths] <String[]> [[-DontCompareSize]] [[-DontCompareModifiedDate]] [<CommonParameters>]
235234````
236235
237236### DESCRIPTION
@@ -287,12 +286,10 @@ Update-Module
287286### SYNTAX
288287```` PowerShell
289288
290- Find-Item [[-SearchMask] <String[]>] [-RelativeBasePath <String>] [-AllDrives] [-PassThru]
291- [-NoRecurse] [<CommonParameters>]
292- Find-Item [[-SearchMask] <String[]>] [[-Pattern] <String>] [-RelativeBasePath <String>]
293- [-AllDrives] [-PassThru] [-NoRecurse] [<CommonParameters>]
294- Find-Item [[-SearchMask] <String[]>] [-RelativeBasePath <String>] [-AllDrives]
295- [-Directory] [-FilesAndDirectories] [-PassThru] [-NoRecurse] [<CommonParameters>]
289+ Find-Item [[-SearchMask] <String[]>] [-RelativeBasePath <String>] [-AllDrives] [-PassThru] [-NoRecurse] [<CommonParameters>]
290+ Find-Item [[-SearchMask] <String[]>] [[-Pattern] <String>] [-RelativeBasePath <String>] [-AllDrives] [-PassThru] [-NoRecurse] [<CommonParameters>]
291+ Find-Item [[-SearchMask] <String[]>] [-RelativeBasePath <String>] [-AllDrives] [-Directory] [-FilesAndDirectories] [-PassThru] [-NoRecurse]
292+ [<CommonParameters>]
296293````
297294
298295### DESCRIPTION
@@ -439,8 +436,7 @@ Update-Module
439436### SYNTAX
440437```` PowerShell
441438
442- Move-ItemWithTracking [-Path] <String> [-Destination] <String> [-Force] [-WhatIf]
443- [-Confirm] [<CommonParameters>]
439+ Move-ItemWithTracking [-Path] <String> [-Destination] <String> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
444440````
445441
446442### DESCRIPTION
@@ -567,8 +563,7 @@ Update-Module
567563### SYNTAX
568564```` PowerShell
569565
570- Remove-AllItems [-Path] <String> [[-DeleteFolder]] [-WhatIf] [-Confirm]
571- [<CommonParameters>]
566+ Remove-AllItems [-Path] <String> [[-DeleteFolder]] [-WhatIf] [-Confirm] [<CommonParameters>]
572567````
573568
574569### DESCRIPTION
@@ -749,8 +744,7 @@ Update-Module
749744### SYNTAX
750745```` PowerShell
751746
752- Rename-InProject [[-Source] <String>] [-FindText] <String> [-ReplacementText] <String>
753- [-WhatIf] [-Confirm] [<CommonParameters>]
747+ Rename-InProject [[-Source] <String>] [-FindText] <String> [-ReplacementText] <String> [-WhatIf] [-Confirm] [<CommonParameters>]
754748````
755749
756750### DESCRIPTION
@@ -821,36 +815,23 @@ Update-Module
821815### SYNTAX
822816```` PowerShell
823817
824- Start-RoboCopy [-Source] <String> [[-DestinationDirectory] <String>] [[-Files] <String[]>]
825- [-Mirror] [-Move] [-IncludeSecurity] [-SkipDirectories]
826- [-CopyOnlyDirectoryTreeStructureAndEmptyFiles] [-SkipAllSymbolicLinks]
827- [-SkipSymbolicFileLinks] [-CopySymbolicLinksAsLinks] [-Force]
828- [-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>]
838- Start-RoboCopy [-Source] <String> [[-DestinationDirectory] <String>] [[-Files] <String[]>]
839- [-Mirror] [-Move] [-IncludeSecurity] [-SkipEmptyDirectories]
840- [-CopyOnlyDirectoryTreeStructure] [-CopyOnlyDirectoryTreeStructureAndEmptyFiles]
841- [-SkipAllSymbolicLinks] [-SkipSymbolicFileLinks] [-CopySymbolicLinksAsLinks]
842- [-SkipJunctions] [-CopyJunctionsAsJunctons] [-Force] [-SkipFilesWithoutArchiveAttribute]
843- [-ResetArchiveAttributeAfterSelection] [-FileExcludeFilter <String[]>]
844- [-DirectoryExcludeFilter <String[]>] [-AttributeIncludeFilter <String>]
845- [-AttributeExcludeFilter <String>] [-SetAttributesAfterCopy <String>]
846- [-RemoveAttributesAfterCopy <String>] [-MaxSubDirTreeLevelDepth <Int32>] [-MinFileSize
847- <Int32>] [-MaxFileSize <Int32>] [-MinFileAge <Int32>] [-MaxFileAge <Int32>]
848- [-MinLastAccessAge <Int32>] [-MaxLastAccessAge <Int32>] [-RecoveryMode] [-MonitorMode]
849- [-MonitorModeThresholdMinutes <Int32>] [-MonitorModeThresholdNrOfChanges <Int32>]
850- [-MonitorModeRunHoursFrom <Int32>] [-MonitorModeRunHoursUntil <Int32>] [-LogFilePath
851- <String>] [-LogfileOverwrite] [-LogDirectoryNames] [-LogAllFileNames] [-Unicode]
852- [-LargeFiles] [-MultiThreaded] [-CompressibleContent] [[-Override] <String>] [-WhatIf]
853- [-Confirm] [<CommonParameters>]
818+ Start-RoboCopy [-Source] <String> [[-DestinationDirectory] <String>] [[-Files] <String[]>] [-Mirror] [-Move] [-IncludeSecurity] [-SkipDirectories]
819+ [-CopyOnlyDirectoryTreeStructureAndEmptyFiles] [-SkipAllSymbolicLinks] [-SkipSymbolicFileLinks] [-CopySymbolicLinksAsLinks] [-Force]
820+ [-SkipFilesWithoutArchiveAttribute] [-ResetArchiveAttributeAfterSelection] [-FileExcludeFilter <String[]>] [-AttributeIncludeFilter <String>]
821+ [-AttributeExcludeFilter <String>] [-SetAttributesAfterCopy <String>] [-RemoveAttributesAfterCopy <String>] [-MinFileSize <Int32>] [-MaxFileSize
822+ <Int32>] [-MinFileAge <Int32>] [-MaxFileAge <Int32>] [-MinLastAccessAge <Int32>] [-MaxLastAccessAge <Int32>] [-RecoveryMode] [-MonitorMode]
823+ [-MonitorModeThresholdMinutes <Int32>] [-MonitorModeThresholdNrOfChanges <Int32>] [-MonitorModeRunHoursFrom <Int32>] [-MonitorModeRunHoursUntil <Int32>]
824+ [-LogFilePath <String>] [-LogfileOverwrite] [-LogDirectoryNames] [-LogAllFileNames] [-Unicode] [-LargeFiles] [-MultiThreaded] [-CompressibleContent]
825+ [[-Override] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
826+ Start-RoboCopy [-Source] <String> [[-DestinationDirectory] <String>] [[-Files] <String[]>] [-Mirror] [-Move] [-IncludeSecurity] [-SkipEmptyDirectories]
827+ [-CopyOnlyDirectoryTreeStructure] [-CopyOnlyDirectoryTreeStructureAndEmptyFiles] [-SkipAllSymbolicLinks] [-SkipSymbolicFileLinks]
828+ [-CopySymbolicLinksAsLinks] [-SkipJunctions] [-CopyJunctionsAsJunctons] [-Force] [-SkipFilesWithoutArchiveAttribute]
829+ [-ResetArchiveAttributeAfterSelection] [-FileExcludeFilter <String[]>] [-DirectoryExcludeFilter <String[]>] [-AttributeIncludeFilter <String>]
830+ [-AttributeExcludeFilter <String>] [-SetAttributesAfterCopy <String>] [-RemoveAttributesAfterCopy <String>] [-MaxSubDirTreeLevelDepth <Int32>]
831+ [-MinFileSize <Int32>] [-MaxFileSize <Int32>] [-MinFileAge <Int32>] [-MaxFileAge <Int32>] [-MinLastAccessAge <Int32>] [-MaxLastAccessAge <Int32>]
832+ [-RecoveryMode] [-MonitorMode] [-MonitorModeThresholdMinutes <Int32>] [-MonitorModeThresholdNrOfChanges <Int32>] [-MonitorModeRunHoursFrom <Int32>]
833+ [-MonitorModeRunHoursUntil <Int32>] [-LogFilePath <String>] [-LogfileOverwrite] [-LogDirectoryNames] [-LogAllFileNames] [-Unicode] [-LargeFiles]
834+ [-MultiThreaded] [-CompressibleContent] [[-Override] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
854835````
855836
856837### DESCRIPTION
@@ -897,8 +878,7 @@ Update-Module
897878 Aliases
898879 Accept wildcard characters? true
899880 -Mirror [<SwitchParameter>]
900- Synchronizes the content of specified directories, will also delete any files and
901- directories in the destination that do not exist in the source
881+ Synchronizes the content of specified directories, will also delete any files and directories in the destination that do not exist in the source
902882 Required? false
903883 Position? named
904884 Default value False
@@ -914,8 +894,7 @@ Update-Module
914894 Aliases
915895 Accept wildcard characters? false
916896 -IncludeSecurity [<SwitchParameter>]
917- Will also copy ownership, security descriptors and auditing information of files and
918- directories
897+ Will also copy ownership, security descriptors and auditing information of files and directories
919898 Required? false
920899 Position? named
921900 Default value False
@@ -979,8 +958,7 @@ Update-Module
979958 Aliases
980959 Accept wildcard characters? false
981960 -SkipJunctions [<SwitchParameter>]
982- Do not copy directory junctions (symbolic link for a folder) or the content they point
983- to
961+ Do not copy directory junctions (symbolic link for a folder) or the content they point to
984962 Required? false
985963 Position? named
986964 Default value False
@@ -1012,8 +990,7 @@ Update-Module
1012990 Aliases
1013991 Accept wildcard characters? false
1014992 -ResetArchiveAttributeAfterSelection [<SwitchParameter>]
1015- In addition of copying only files that have the archive attribute set, will then reset
1016- this attribute on the source
993+ In addition of copying only files that have the archive attribute set, will then reset this attribute on the source
1017994 Required? false
1018995 Position? named
1019996 Default value False
@@ -1093,35 +1070,31 @@ Update-Module
10931070 Aliases
10941071 Accept wildcard characters? false
10951072 -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)
1073+ Skip files that are not at least: n days old OR created before n date (if n < 1900 then n = n days, else n = YYYYMMDD date)
10981074 Required? false
10991075 Position? named
11001076 Default value -1
11011077 Accept pipeline input? false
11021078 Aliases
11031079 Accept wildcard characters? false
11041080 -MaxFileAge <Int32>
1105- Skip files that are older then: n days OR created after n date (if n < 1900 then n = n
1106- days, else n = YYYYMMDD date)
1081+ Skip files that are older then: n days OR created after n date (if n < 1900 then n = n days, else n = YYYYMMDD date)
11071082 Required? false
11081083 Position? named
11091084 Default value -1
11101085 Accept pipeline input? false
11111086 Aliases
11121087 Accept wildcard characters? false
11131088 -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)
1089+ Skip files that are accessed within the last: n days OR before n date (if n < 1900 then n = n days, else n = YYYYMMDD date)
11161090 Required? false
11171091 Position? named
11181092 Default value -1
11191093 Accept pipeline input? false
11201094 Aliases
11211095 Accept wildcard characters? false
11221096 -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)
1097+ Skip files that have not been accessed in: n days OR after n date (if n < 1900 then n = n days, else n = YYYYMMDD date)
11251098 Required? false
11261099 Position? named
11271100 Default value -1
@@ -1137,8 +1110,7 @@ Update-Module
11371110 Aliases
11381111 Accept wildcard characters? false
11391112 -MonitorMode [<SwitchParameter>]
1140- Will stay active after copying, and copy additional changes after a a default
1141- threshold of 10 minutes
1113+ Will stay active after copying, and copy additional changes after a a default threshold of 10 minutes
11421114 Required? false
11431115 Position? named
11441116 Default value False
@@ -1234,8 +1206,7 @@ Update-Module
12341206 Aliases
12351207 Accept wildcard characters? false
12361208 -CompressibleContent [<SwitchParameter>]
1237- If applicable use compression when copying files between servers to safe bandwidth and
1238- time
1209+ If applicable use compression when copying files between servers to safe bandwidth and time
12391210 Required? false
12401211 Position? named
12411212 Default value False
@@ -1251,17 +1222,15 @@ Update-Module
12511222 Remove parameter:
12521223 -Override -/Switch
12531224 Multiple overrides:
1254- -Override "/ReplaceThisSwitchWithValue:'SomeValue' -/RemoveThisSwitch
1255- /AddThisSwitch"
1225+ -Override "/ReplaceThisSwitchWithValue:'SomeValue' -/RemoveThisSwitch /AddThisSwitch"
12561226 Required? false
12571227 Position? 4
12581228 Default value
12591229 Accept pipeline input? false
12601230 Aliases
12611231 Accept wildcard characters? false
12621232 -WhatIf [<SwitchParameter>]
1263- Displays a message that describes the effect of the command, instead of executing the
1264- command.
1233+ Displays a message that describes the effect of the command, instead of executing the command.
12651234 Required? false
12661235 Position? named
12671236 Default value
0 commit comments