< Back

Invoke-Touch

Mon Jan 13, 2020 5:28 am

NAME Invoke-Touch



SYNTAX

Invoke-Touch [-Path] <string> [-Quiet] [<CommonParameters>]





PARAMETERS

-Path <string>

File path



Required? true

Position? 1

Accept pipeline input? true (ByValue)

Parameter set name (All)

Aliases None

Dynamic? false



-Quiet



Required? false

Position? Named

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? 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.String





OUTPUTS

System.Object



ALIASES

touch





REMARKS

None





examples : @{example=@{introduction=System.Management.Automation.PSObject[]; code=Invoke-VarBaseLine -Clean;

remarks=System.Management.Automation.PSObject[]; title=-------------------------- EXAMPLE 1

--------------------------}}

inputTypes : @{inputType=@{type=@{name=N/A.}}}

alertSet : @{alert=System.Management.Automation.PSObject[]}

syntax : @{syntaxItem=@{name=Invoke-VariableBaseLine; parameter=@{name=Clean;

description=System.Management.Automation.PSObject[]; required=false; globbing=false;

pipelineInput=false; position=named}}}

parameters : @{parameter=@{description=System.Management.Automation.PSObject[]; defaultValue=False;

parameterValue=SwitchParameter; name=Clean; type=@{name=SwitchParameter}; required=false;

globbing=false; pipelineInput=false; position=named}}

details : @{name=Invoke-VariableBaseLine; description=System.Management.Automation.PSObject[]}

description : {@{Text=This function, when used at the beginning of a script or major setup of functions, will

snapshot

the variables within the local scope. when ran for the second time with the -Clean parameter, usually

at the end of a script, will remove all the variables created during the script run. This is helpful

when working in ISE and you need to run your script multiple times while building. You don't want

prexisting data to end up in the second run. Also when you have an infinite loop script that you need

the environment clean after each call to something.}}

relatedLinks : @{navigationLink=@{uri=https://github.com/masters274/}}

returnValues : @{returnValue=@{type=@{name=Void.}}}

xmlns:maml : http://schemas.microsoft.com/maml/2004/10

xmlns:command : http://schemas.microsoft.com/maml/dev/command/2004/10

xmlns:dev : http://schemas.microsoft.com/maml/dev/2004/10

Name : Invoke-VariableBaseLine

Category : Function

Synopsis : A function used to keep your environment clean.

Component :

Role :

Functionality :

ModuleName : core





examples : @{example=System.Management.Automation.PSObject[]}

alertSet : @{alert=System.Management.Automation.PSObject[]}

parameters : @{parameter=System.Management.Automation.PSObject[]}

details : @{name=New-HardLink; description=System.Management.Automation.PSObject[]}

description : {@{Text=Hard links are mappings, or system representation of a file in a single volume.}}

syntax : @{syntaxItem=@{name=New-HardLink; parameter=System.Management.Automation.PSObject[]}}

xmlns:maml : http://schemas.microsoft.com/maml/2004/10

xmlns:command : http://schemas.microsoft.com/maml/dev/command/2004/10

xmlns:dev : http://schemas.microsoft.com/maml/dev/2004/10

Name : New-HardLink

Category : Function

Synopsis : Creates a new hard link to a file.

Component :

Role :

Functionality :

ModuleName : core





examples : @{example=System.Management.Automation.PSObject[]}

alertSet : @{alert=System.Management.Automation.PSObject[]}

parameters : @{parameter=System.Management.Automation.PSObject[]}

details : @{name=New-SymLink; description=System.Management.Automation.PSObject[]}

description : {@{Text=This provides similar functionality to *nix ln command}}

syntax : @{syntaxItem=@{name=New-SymLink; parameter=System.Management.Automation.PSObject[]}}

xmlns:maml : http://schemas.microsoft.com/maml/2004/10

xmlns:command : http://schemas.microsoft.com/maml/dev/command/2004/10

xmlns:dev : http://schemas.microsoft.com/maml/dev/2004/10

Name : New-SymLink

Category : Function

Synopsis : Creates symbolic links

Component :

Role :

Functionality :

ModuleName : core