We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb607bb commit 19f0f7cCopy full SHA for 19f0f7c
cme/protocols/wmi.py
@@ -155,7 +155,10 @@ def enum_host_info(self):
155
156
if self.args.local_auth:
157
self.domain = self.hostname
158
- if self.args.domain:__dcom
+ if self.args.domain:
159
+ self.domain = self.args.domain
160
+ self.fqdn = f"{self.hostname}.{self.domain}"
161
+
162
self.logger.extra["hostname"] = self.hostname
163
164
self.output_filename = os.path.expanduser(f"~/.cme/logs/{self.hostname}_{self.host}_{datetime.now().strftime('%Y-%m-%d_%H%M%S')}".replace(":", "-"))
0 commit comments