< Back

Get-LocalPropertySet

Sat Jan 18, 2020 6:43 pm

NAME Get-LocalPropertySet



SYNOPSIS





SYNTAX

Get-LocalPropertySet [-PropertyFilePath] <String> [[-LOG_FILE] <String>] [<CommonParameters>]





DESCRIPTION

This function will gather Key value pairs from a properties file.





PARAMETERS

-PropertyFilePath <String>

A path is Required.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-LOG_FILE <String>

A LOG_FILE is optional.



Required? false

Position? 2

Default value C:\\temp\\nolog.log

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.Object[]





NOTES





This file is generated during the deployment or Registration of tha Pembroke PS component.



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-LocalPropertySet -PropertyFilePath c:\\pps\\qman\\pembrokeps.properties















RELATED LINKS