pf-WinService.psd1

@{
  RootModule = 'pf-WinService.psm1'
  ModuleVersion = '1.0.0.95'
  GUID = 'c390e50d-903d-483b-8753-3d1eb1b0a213'
  Author = 'John.Leyva'
  CompanyName = 'Unknown'
  Copyright = '(c) John.Leyva. All rights reserved.'
  Description = 'pf-WinService.psd1'
  FunctionsToExport =
    'Get-Service_StartMode',
    'Restart-ServiceScope',
    'Start-Service_Auto'
  CmdletsToExport = @()
  VariablesToExport = '*'
  AliasesToExport = @()
  PrivateData = @{PSData = @{}}
}