< Back
Invoke-DeployWeb
Post
NAME Invoke-DeployWeb
SYNOPSIS
SYNTAX
Invoke-DeployWeb [[-Destination] <String>] [-Source] <String> [<CommonParameters>]
DESCRIPTION
Deploy .php pages to web server.
PARAMETERS
-Destination <String>
A valid Path String is required for destination.
Required? false
Position? 1
Default value C:\\wamp\\www\\PembrokePS
Accept pipeline input? false
Accept wildcard characters? false
-Source <String>
A valid Path String is required.
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
System.Boolean
NOTES
It will create the directory if it does not exist.
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Invoke-DeployWeb -Destination c:\\wamp\\www\\PembrokePS -Source
c:\\OpenProjects\\ProjectPembroke\\PembrokePSui\\PembrokePSui\\php
RELATED LINKS
SYNOPSIS
SYNTAX
Invoke-DeployWeb [[-Destination] <String>] [-Source] <String> [<CommonParameters>]
DESCRIPTION
Deploy .php pages to web server.
PARAMETERS
-Destination <String>
A valid Path String is required for destination.
Required? false
Position? 1
Default value C:\\wamp\\www\\PembrokePS
Accept pipeline input? false
Accept wildcard characters? false
-Source <String>
A valid Path String is required.
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
System.Boolean
NOTES
It will create the directory if it does not exist.
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Invoke-DeployWeb -Destination c:\\wamp\\www\\PembrokePS -Source
c:\\OpenProjects\\ProjectPembroke\\PembrokePSui\\PembrokePSui\\php
RELATED LINKS