Send-BluGenieItem

Send-BluGenieItem
SYNOPSIS
Send-BluGenieItem will copy files and folders to a new location.
SYNTAX
Send-BluGenieItem [[-Source] <String[]>] [[-Destination] <String>] [-RelativePath <String>] [-Container] [-Force] [-Filter <String>] [-Include <String>] [-Exclude <String>] [-Recurse] [-FromSession] [-ToSession]
[-ComputerName <String>] [-ShowProgress] [-ClearGarbageCollecting] [-Walkthrough] [-ReturnObject] [-OutUnEscapedJSON] [-OutYaml] [-FormatView <String>] [<CommonParameters>]DESCRIPTION
Send-BluGenieItem will copy files and folders to a new location. Copying items can be over SMB and WinRM. You can also copy items from a remote machine.
EXAMPLES
EXAMPLE 1
Send-BluGenieItemThis will output a Parameter Check validation error.
If the
* Source
* Destination
* ComputerName (if -ToSession is used)
* ComputerName (if -FromSession is used)
values are empty the command will Return an errorEXAMPLE 2
EXAMPLE 3
EXAMPLE 4
EXAMPLE 5
EXAMPLE 6
EXAMPLE 7
EXAMPLE 8
PARAMETERS
Source
Destination
RelativePath
Container
Force
Filter
Include
Exclude
Recurse
FromSession
ToSession
ComputerName
ShowProgress
ClearGarbageCollecting
Walkthrough
ReturnObject
OutUnEscapedJSON
OutYaml
FormatView
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Last updated