< Back

Get-DSCConfigurationFromServices

Mon Jan 13, 2020 8:13 pm

NAME Get-DSCConfigurationFromServices



SYNOPSIS

This function converts the properties of a Windows service into the DSC service format





SYNTAX

Get-DSCConfigurationFromServices [-ExportPath] <Object> [<CommonParameters>]





DESCRIPTION





PARAMETERS

-ExportPath <Object>

Path to the file where the converted data will be stored. The data will be appended to the file if the file

already exists



Required? true

Position? 1

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

This function does not allow any input





OUTPUTS

This function exports data to a file. No output on the console.





NOTES





Source: https://github.com/DominikBritz





RELATED LINKS