Skip to content

Releases: C493/Invoke-StartService

Invoke-StartService v1.0.0

28 May 15:40
a9f26f0
Compare
Choose a tag to compare

[1.0.0] (2022-10-30)

ADDED

  • Support for taking ServiceName by parameter
  • Support for taking ServiceName by pipeline
  • Support for taking NumberOfAttempts by parameter
  • Support for taking CheckDelay by parameter
  • Comment Based Help
  • Return values (0,1,2,3,4)

CHANGED

  • Renamed from Check-Service to Invoke-ServiceStart
  • Changed to advanced function
  • Output messages to Write-Host to keep pipeline clear for return values
  • 'serviceCheck' variable to 'Service' for clarity