@@ -148,8 +148,8 @@ Update-Module
148148### SYNTAX
149149```` PowerShell
150150
151- Expand-Path [-FilePath] <String> [-CreateDirectory] [-CreateFile] [-DeleteExistingFile] [-ForceDrive <Char>] [-FileMustExist] [-DirectoryMustExist]
152- [<CommonParameters>]
151+ Expand-Path [-FilePath] <String> [-CreateDirectory] [-CreateFile] [-DeleteExistingFile] [-ForceDrive <Char>] [-FileMustExist]
152+ [-DirectoryMustExist] [ <CommonParameters>]
153153````
154154
155155### DESCRIPTION
@@ -815,23 +815,23 @@ Update-Module
815815### SYNTAX
816816```` PowerShell
817817
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 <Int32>]
822- [-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] [-CopySymbolicLinksAsLinks ]
828- [-SkipJunctions ] [-CopyJunctionsAsJunctons ] [-Force ] [-SkipFilesWithoutArchiveAttribute ] [-ResetArchiveAttributeAfterSelection ] [-FileExcludeFilter
829- <String[]>] [-DirectoryExcludeFilter <String[]>] [-AttributeIncludeFilter <String>] [-AttributeExcludeFilter <String >] [-SetAttributesAfterCopy <String>]
830- [-RemoveAttributesAfterCopy <String>] [-MaxSubDirTreeLevelDepth <Int32 >] [-MinFileSize <Int32 >] [-MaxFileSize <Int32>] [-MinFileAge <Int32>] [-MaxFileAge
831- <Int32>] [-MinLastAccessAge <Int32>] [-MaxLastAccessAge <Int32>] [-RecoveryMode ] [-MonitorMode ] [-MonitorModeThresholdMinutes <Int32>]
832- [-MonitorModeThresholdNrOfChanges <Int32> ] [-MonitorModeRunHoursFrom <Int32> ] [-MonitorModeRunHoursUntil <Int32>] [-LogFilePath <String >] [-LogfileOverwrite]
833- [-LogDirectoryNames ] [-LogAllFileNames] [-Unicode ] [-LargeFiles] [-MultiThreaded ] [-CompressibleContent ] [[-Override] <String>] [-WhatIf ] [-Confirm ]
834- [<CommonParameters>]
818+ Start-RoboCopy [-Source] <String> [[-DestinationDirectory] <String>] [[-Files] <String[]>] [-Mirror] [-Move] [-IncludeSecurity]
819+ [-SkipDirectories ] [-CopyOnlyDirectoryTreeStructureAndEmptyFiles ] [-SkipAllSymbolicLinks ] [-SkipSymbolicFileLinks ] [-CopySymbolicLinksAsLinks ]
820+ [-Force] [- SkipFilesWithoutArchiveAttribute] [-ResetArchiveAttributeAfterSelection] [-FileExcludeFilter <String[]>] [-AttributeIncludeFilter
821+ <String>] [-AttributeExcludeFilter <String>] [-SetAttributesAfterCopy <String>] [-RemoveAttributesAfterCopy <String >] [-MinFileSize <Int32>]
822+ [-MaxFileSize <Int32>] [- MinFileAge <Int32>] [-MaxFileAge <Int32>] [-MinLastAccessAge <Int32>] [-MaxLastAccessAge <Int32>] [-RecoveryMode]
823+ [-MonitorMode ] [-MonitorModeThresholdMinutes <Int32>] [-MonitorModeThresholdNrOfChanges <Int32>] [-MonitorModeRunHoursFrom <Int32>]
824+ [-MonitorModeRunHoursUntil <Int32>] [- LogFilePath <String>] [-LogfileOverwrite] [-LogDirectoryNames] [-LogAllFileNames] [-Unicode] [-LargeFiles]
825+ [-MultiThreaded] [-CompressibleContent] [ [-Override] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
826+ Start-RoboCopy [-Source] <String> [[-DestinationDirectory] <String>] [[-Files] <String[]>] [-Mirror] [-Move] [-IncludeSecurity]
827+ [-SkipEmptyDirectories ] [-CopyOnlyDirectoryTreeStructure ] [-CopyOnlyDirectoryTreeStructureAndEmptyFiles ] [-SkipAllSymbolicLinks ]
828+ [-SkipSymbolicFileLinks ] [-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
833+ <Int32> ] [-MonitorModeRunHoursUntil <Int32> ] [-LogFilePath <String> ] [-LogfileOverwrite ] [-LogDirectoryNames] [-LogAllFileNames ] [-Unicode ]
834+ [-LargeFiles] [-MultiThreaded] [-CompressibleContent] [[-Override] <String>] [-WhatIf] [-Confirm] [ <CommonParameters>]
835835````
836836
837837### DESCRIPTION
@@ -878,7 +878,8 @@ Update-Module
878878 Aliases
879879 Accept wildcard characters? true
880880 -Mirror [<SwitchParameter>]
881- Synchronizes the content of specified directories, will also delete any files and 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
882+ source
882883 Required? false
883884 Position? named
884885 Default value False
0 commit comments