Azure / Azure/WindowsVMAgent

sc.exe requires space after the = sign - Server 2008 R2 Enterprise

Open
#11 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
21
Forks
21
PR merge metrics
No merged PRs in 30d

Description

sc.exe requires spaces after the = sign

Correct Syntax
sc.exe create WindowsAzureGuestAgent binpath= "C:\WindowsAzure\Packages_[date]_[time[\GuestAgent
\WindowsAzureGuestAgent.exe" start= auto DisplayName= "Windows Azure Guest Agent"

Current Syntax
sc.exe create WindowsAzureGuestAgent binpath="C:\WindowsAzure\Packages_[date]_[time[\GuestAgent
\WindowsAzureGuestAgent.exe" start=auto DisplayName="Windows Azure Guest Agent"

Work around is to manually run the command either with the correct path, or perform a repair after the service is registered. Only then the agent will update itself and report.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.