< Back

Start-Capture

Sun Jan 12, 2020 8:54 pm

NAME Start-Capture



SYNOPSIS

{{Fill in the Synopsis}}





SYNTAX

Start-Capture [-ActiveWindow] [-Confirm] -FilePath <String> [-Milliseconds <Int32>] [-WhatIf] [<CommonParameters>]



Start-Capture [-Confirm] -FilePath <String> [-Milliseconds <Int32>] [-Screen] [-WhatIf] [<CommonParameters>]





DESCRIPTION

{{Fill in the Description}}





PARAMETERS

-ActiveWindow [<SwitchParameter>]

{{Fill ActiveWindow Description}}



Required? false

Position? named

Default value False

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Prompts you for confirmation before running the cmdlet.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-FilePath <String>

{{Fill FilePath Description}}



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Milliseconds <Int32>

{{Fill Milliseconds Description}}



Required? false

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Screen [<SwitchParameter>]

{{Fill Screen Description}}



Required? false

Position? named

Default value False

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]

Shows what would happen if the cmdlet runs. The cmdlet is not run.



Required? false

Position? named

Default value False

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

System.Management.Automation.SwitchParameter





System.Int32





System.String







OUTPUTS

System.Object







NOTES









-------------------------- Example 1 --------------------------



PS C:\\> {{ Add example code here }}



{{ Add example description here }}



RELATED LINKS