I am not all that good at writing batch files. I know, it should be simple. Having said that, can someone please help me with a batch file addition? Our current logon script just simply maps network drives.
What I would like to do is add lines that would gather the wireless MAC addresses of users. Ideally, I guess I'd like for the logon script to run ipconfig /all at logon, and then write that info to an ongoing text file on a network share somewhere. If I could filter the script down to just a computer domain name and wireless MAC address that would be nice. Ultimately, I could then just take the text file output and collate from there.
Can anybody help with what would go in the batch file? Thanks
What I would like to do is add lines that would gather the wireless MAC addresses of users. Ideally, I guess I'd like for the logon script to run ipconfig /all at logon, and then write that info to an ongoing text file on a network share somewhere. If I could filter the script down to just a computer domain name and wireless MAC address that would be nice. Ultimately, I could then just take the text file output and collate from there.
Can anybody help with what would go in the batch file? Thanks