| Thread | Last Post | Replies |
|
| Restart a service after reboot. | 30 Sep 2005 17:26 GMT | 2 |
I need help with a script that will resart a service after a reboot and includes a DELAY. Also without the need of logging in to run it. I think I can make a vbs script or a bat file, but I do not know how to use
|
| Script IExplorer PopUp blocking | 30 Sep 2005 13:46 GMT | 1 |
How to configure from script IExlorer that it will not block popups from our internal pages? Marcus
|
| [MSH] WMI Method Maddness | 30 Sep 2005 13:05 GMT | 10 |
ls, I still got a couple of Questions about Methods on WMI / .NET objects in MSH (see also: thread : Calling Methods on WMI Object) I did al lot of testing but can't figure it out ;-(
|
| Two-way pipes | 30 Sep 2005 01:44 GMT | 1 |
I need to run two command line programs with a two-way pipe, or at least redirect STDOUT and STDIN for each of them to simulate a two-way pipe. Some shells allow "|&" for this, but apparently CMD.EXE doesn't. Any suggestions?
|
| [MSH] CMDlet in VB.NET | 29 Sep 2005 21:27 GMT | 2 |
I'm trying to build a CMDlet in VB.NET. i have one in C#, that works (from the SDK example) now I'm trying to make a CMDlet in in VB.NET (I'm considering switching to C# but at the moment I'm more used to VBscript and VB.NET as to C#
|
| Monad/MSH Cannot write to the registry key | 29 Sep 2005 17:42 GMT | 5 |
I am trying to create a Monad function in my $profile that will allow me to perform a commonly done task of toggling a value in the registry. I am trying to execute these tasks in the interactive shell before codifying them, and am getting an exception on SetValue. I launch MSH
|
| Need help scripting Gurus | 29 Sep 2005 17:11 GMT | 1 |
I need some help to create a script which will read from a comma delimited log file and displaying or writing the particular things to a text file. Please let me know if anyone has done this before. Any comments\suggestions are welcome. Even
|
| Terminal Server Sessions Informations | 29 Sep 2005 16:19 GMT | 4 |
I need to list all the processes for each TS session, moreover could be nice if I can get the source IP address of the TS Client. Anybody can help me ? Thanks
|
| Make filenames unique? | 29 Sep 2005 13:37 GMT | 1 |
How would I go about appending a 3 or 4 digit sequential number to all files added to a series of directories? What I am trying to avoid is having modified files overwrite previous versions. One pice of software we use already does that, but only the output
|
| Last logon script? | 29 Sep 2005 08:28 GMT | 1 |
I'm trying to write a script that will pull the last login time of each user in my OU. I thought the field in AD was called lastLogonTimestamp but that returns an error about not being in the cache. Any suggestions? Thanks,
|
| HTA and GetObject("WinNT:// ") | 28 Sep 2005 23:29 GMT | 5 |
I am trying to pull the members of the local Administrators group. This code works in plain VBScript but not in my HTA. Is there another method or technique I can use? Set SWBemlocator = CreateObject("WbemScripting.SWbemLocator")
|
| Change Group Scope | 28 Sep 2005 22:16 GMT | 2 |
is it possible to change the group scope from local domain to global domain in a mixed mode Active Directory? I know that there is the command-line tool dsmod but it only works in a domain that runs in native mode.
|
| Renaming File name to include time/date as part of file name. | 28 Sep 2005 22:03 GMT | 4 |
What would be the best way to rename a file and append current date and time to that filename on Windows server 2003? Thanks,
|
| Copy file from file server to system on login | 28 Sep 2005 21:27 GMT | 1 |
I am trying to copy a .pab file from my public directory to the c drive when a person logs in. How would I code this?
|
| qwinsta from login script security context TS2003 | 28 Sep 2005 17:35 GMT | 4 |
Can I use qwinsta from user local login script to query sessions on other TS's ? Right now I get "No session exists for *" from qwinsta /server:name_of_the_server.. Both servers and users are from same domain. Maybe it's security credentials
|