So, in line with helping someone else. (Also my hobby is figuring out things in PowerShell because without a work related hobby it's just not as much fun :)
One of the earlier suggestions was to type SET in a CMD windows. Typing SET in PowerShell does something different. To access the ENV variables in PowerShell it acts more like a drive provider. PS:> ls ENV: more specifically PS:> ls ENV:\LOGONSERVER That will return the logon server value. Steven Peck http://www.blkmtn.org On Tue, Jul 6, 2010 at 1:34 PM, Cameron <[email protected]> wrote: > Ok...never mind..I just saw that you are running W2k3 domain! Might help > someone else though! > > > On Tue, Jul 6, 2010 at 4:32 PM, Cameron <[email protected]> wrote: >> >> There is actually a hotfix that helps to address GPO mapped drive issues >> for Win 7. The file name is 399215_intl_x64_zip . It relates to KB976494 and >> applies to a Win 7/Win 2K8 machine in a Windows 2000 domain. >> >> Worked great for me....ymmv! >> >> Cheers, >> Cameron >> >> >> On Tue, Jul 6, 2010 at 10:46 AM, Ben Scott <[email protected]> wrote: >>> >>> On Sun, Jul 4, 2010 at 11:50 AM, Evan Brastow >>> <[email protected]> wrote: >>> > Apparently Win7 doesn’t actually show the command prompt window >>> > like previous versions of windows do when the logon script runs ... >>> >>> There are GP settings which can influence that. "Run logon scripts >>> visible" and "Run legacy logon scripts visible", IIRC. I always >>> configure GP to tell Windows to show all the information it's normally >>> hiding. Makes diagnostics much easier. >>> >>> > As far as WSUS, I guess it just took a little while to kick in, but as >>> > of >>> > today, it’s connecting to the local WSUS server just as it should J >>> >>> IIRC, WU waits 24 hours before first attempting to update. >>> >>> -- Ben >>> >>> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ >>> ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/> ~ >>> >> >> >> >> > > > > ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/> ~
