Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft GH-100 Exam - Topic 7 Question 18 Discussion

You need to create a support bundle for your GitHub Enterprise Server instance with the hostname ghe.avocado.corp. What command should you use to create a support bundle?
A) ssh -p 122 adming@ghe.avocado.corp -- 'ghe-support-bundle -o' > support-bundle.tgz
B) ssh -p 122 adming@ghe.avocado.corp -- 'ghe-diagnostics' > support-bundle.tgz
C) curl -u admin https://ghe.avocado.corp/diagnostics/support-bundle.tgz -o
D) ssh -p 122 adming@ghe.avocado.corp -- 'ghe-config generate-support-bundle' > support-bundle.tgz

Microsoft GH-100 Exam - Topic 7 Question 18 Discussion

Actual exam question for Microsoft's GH-100 exam
Question #: 18
Topic #: 7
[All GH-100 Questions]

You need to create a support bundle for your GitHub Enterprise Server instance with the hostname ghe.avocado.corp. What command should you use to create a support bundle?

Show Suggested Answer Hide Answer
Suggested Answer: A

Run the ghe-support-bundle command over SSH on your appliance and redirect its output to a file. For example:

ssh -p 122 admin@ghe.avocado.corp -- 'ghe-support-bundle -o' > support-bundle.tgz

This invokes the built-in support-bundle utility on your GitHub Enterprise Server instance and captures the resulting archive locally.


Contribute your Thoughts:

0/2000 characters
Rana
3 days ago
I think option A is the right command.
upvoted 0 times
...
Shaun
8 days ago
Are you sure about that? I’ve never heard of ghe-support-bundle.
upvoted 0 times
...
Arletta
13 days ago
Definitely A, I've used it before without issues.
upvoted 0 times
...
Abel
18 days ago
Wait, I thought we used ghe-diagnostics for this?
upvoted 0 times
...
Tresa
23 days ago
I think D is the right one, it sounds more specific.
upvoted 0 times
...
Aleisha
29 days ago
Option A is the correct command for creating a support bundle.
upvoted 0 times
...
Tegan
1 month ago
I vaguely remember something about diagnostics, but I can't tell if it was option B or D. I should have reviewed those commands more thoroughly.
upvoted 0 times
...
Idella
1 month ago
I’m leaning towards option A because it uses "ghe-support-bundle," but I’m a bit confused about the syntax. Did we cover that specific command?
upvoted 0 times
...
Hyman
1 month ago
I remember the term "support bundle" being mentioned, but I can't recall the exact command. I feel like it might be option D since it mentions generating a support bundle.
upvoted 0 times
...
Janella
2 months ago
I think the command for creating a support bundle is similar to what we practiced in the lab, but I’m not sure if it’s option A or D.
upvoted 0 times
...

Save Cancel