-
-
Notifications
You must be signed in to change notification settings - Fork 416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Host Name is Blank #755
Comments
Give me just a bit |
Should be fixed in this build: https://github.com/rcmaehl/WhyNotWin11/actions/runs/9857483366/artifacts/1682062538 I'll have a full 2.6.1.1 version out by end of day with a couple extra changes as well. |
That version seems to be working correctly now. many thanks for the rapid fix! :) |
It looks like the download for https://github.com/rcmaehl/WhyNotWin11/actions/runs/9857483366/artifacts/1682062538 has expired. Is it possible to get a new temporary build, or is there an ETA on the 2.6.1.1 final release? |
I've triggered new build https://github.com/rcmaehl/WhyNotWin11/actions/runs/11263682084/artifacts/2037455992 |
When trying to do |
Gimme a sec |
Correction, it IS outputting the file (I wasn't being patient enough after closing the "0" alert which the output process seems to hang on), but the alert with "0" isn't great when I need to use it silently within a script. |
https://github.com/rcmaehl/WhyNotWin11/actions/runs/11264180630/artifacts/2037598175 This has the dialog removed. Was fixing an edge case in which someone forgot the trailing \ in a directory 2.6.1.1 will be out tonight. I actually have most of the code for #757, I just have to finish and commit it before releasing that. |
Working perfectly now. Thank you so much for the quick fix! |
Describe the bug
When running silently and using the switches to produce a CSV the hostname field is blank. The other columns are filled in correctly.
To Reproduce
Run the program using the following switches /s /export CSV LOG.CSV
Expected behavior
The PC name is shown in the CSV
Screenshots
Desktop (please complete the following information):
Additional context
I'm hoping to run this on all computers on site to produce a big CSV with the status for all computers, but obviously I will need the hostname for this to be useful. Many Thanks!
The text was updated successfully, but these errors were encountered: