Why no LOGONSERVER
› Forums › Desktop Info › Why no LOGONSERVER
Tagged: logon logonserver server
- This topic has 6 replies, 2 voices, and was last updated 2 years ago by
rtruss.
-
AuthorPosts
-
-
13 November, 2020 at 4:07 am #3589
I am trying to display the logonserver like i do for DOMAIN and HOST but just putting LOGONSERVER in the ini does not work like it does for the others, USER, HOST, DOMAIN etc, why is this? I have seen other posts discussing various ways to get that info but seems like it should just work being that LOGONSERVER is a known core item in the OS.
I got this working ENVVAR=row-text:Logon Server,key:logonserver but looks like a workaround and I am looking to upgrade 10k+ computers to 2.9.0 from 1.5.1 so i want this rock solid.
Long time user first time poster so thanks in advance all.
-
13 November, 2020 at 6:46 am #3590
There’s only two ways I know of, both are equally valid:
12ENVVAR=text:Logon Server,key:logonserverREG=text:Logon Server,value:HKEY_CURRENT_USER\Volatile Environment\logonserverwmi has it on a per user basis in Win32_NetworkLoginProfile.
-
13 November, 2020 at 6:50 am #3591
OK, thanks I will look at the wmi option just to keep my process consistent.
-
-
13 November, 2020 at 7:04 am #3592
on a related note I have noticed that when i use ENVVAR=text:Logon Server,key:logonserver I get environment as the text: when i use ENVVAR=Row-text:Logon Server,key:logonserver I get my desired text of Logon Server.
-
13 November, 2020 at 7:31 am #3593
you’ll see that if the “text” option is not there. in other words that’s the default text. did you mistype it maybe?
-
-
13 November, 2020 at 7:55 am #3594
I copied the text from your original reply.
These works:
ENVVAR=Row-Text:Logon Server,key:logonserver
COMMENT=style:iw,text:Memory
COMMENT=style:iw,text:Disk Drives
LOGICALDRIVES=interval:10,diskio:1,chart:bar2 scale:linear max:100 series1:7 threshold:75,threshold1:11 10000000 0000f0,threshold2:13 10000000,threshold3:7 90 0070f0, 0060f0,row-text:Drive %1: (%2)| %3,display:%6[1.0B]B/%5[1.0B]B (%7[1.1f]% used)These does not work:
ENVVAR=text:Logon Server,key:logonserver
LOGICALDRIVES=interval:10,diskio:1,chart:bar2 scale:linear max:100 series1:7 threshold:75,threshold1:11 10000000 0000f0,threshold2:13 10000000,threshold3:7 90 0070f0, 0060f0,text:Drive %1: (%2)| %3,display:%6[1.0B]B/%5[1.0B]B (%7[1.1f]% used) (it does not id each drive ‘name’ but does show the info i set for it)Could it be an issue with my language file?
It’s not a big deal now that I figured out how to make items display the text i want. Thanks for the GREAT TOOL by the way, I know I forgot to mention that in my first post. Love this thing!
-
13 November, 2020 at 8:03 am #3595
I attached a image of what we are looking for and my language and config file if that will help. Some items have been changed and obscured for company reasons of course.
-
This reply was modified 2 years ago by
rtruss.
-
This reply was modified 2 years ago by
-
-
AuthorPosts
- The topic ‘Why no LOGONSERVER’ is closed to new replies.