| Thread | Last Post | Replies |
|
| Disabling Active Directory Accounts | 31 Dec 2005 12:50 GMT | 4 |
Hello, Does anyone know of a way to script disabling a list of users within Active Directory? Basically, I want to have a text file that would read into by a string and that could have their account flag set to disable. It would be
|
| WMF exploit: script to unregister dll silently | 31 Dec 2005 12:47 GMT | 1 |
Does anyone know of a way to unregister a dll either remotely or by using a logon script? I suppose I could run a batch file during logon but how can I suppress the "dll unregistered successfully message".
|
| Script - OK | 30 Dec 2005 22:47 GMT | 2 |
I am running a short script that ends with a POP-UP box that the user has to click OK. What can I write into the script so the script handles the OK click?
|
| %COMPUTERNAME% | 30 Dec 2005 18:18 GMT | 7 |
Where can I find a list of Windows scripting variables? I know there are more than just: %COMPUTERNAME% %USERNAME%
|
| Find Computer Name of a user | 30 Dec 2005 15:49 GMT | 2 |
Using a User Name how can we find the computer in which he/she is logged on. Thanks in advance, Pranav
|
| Identify if user is logged in and if so run a command on the logged on pc | 30 Dec 2005 14:29 GMT | 3 |
I am trying to perform the following from our Domain Server: 1) Identify if specific users are currently logged onto the server 2) If the user is logged on then open "reminder.htm" on their pc (ie. the pc that the user is working on)
|
| [MSH] Connect to SQLServer | 29 Dec 2005 19:41 GMT | 5 |
Can someone post an example of using SMO in MSH to connect to my local SQL Server 2005 ? I have not played with MSH much but would like to know how to get the namespace in and create a 'New-Object' of the server type ?
|
| MSH catching all objects and executing once. | 29 Dec 2005 18:45 GMT | 11 |
I have written a cmdlet called send-mail (strangely missing from Monad). It sends mail very well, however, how do I get all the objects coming down the pipeline instead of send-mail being run for each one? I thought many using a parameterset? But I can't find any docs to
|
| How to uninstall .msi | 29 Dec 2005 18:41 GMT | 1 |
1) How do i uninstall .MSi my using below script, i just want to know where to mention my xxx_xx.msi in the script ? 2) is it passible to give relative path in the script insted of giving Hardcoded path
|
| Scritpting help | 28 Dec 2005 23:09 GMT | 9 |
I am trying to write a script that will stop the 5 backup exec services and then start the after a prompted amount of time im thinking of using a case statement but my scripting skills arent that great as im fairly new to this can anyone help?
|
| scripting deletion of printer | 28 Dec 2005 20:20 GMT | 9 |
Here's my issue. We have office 2003 installed (full install) and the microsoft office document printer is installed everywhere. It's causing alot of issues because it's the 'default' for all users. Since users are not local admins, they cant delete the printer, or i cant
|
| scheduled task won't run unless logged in | 28 Dec 2005 19:51 GMT | 1 |
I have a scheduled task on my windows 2003 server. The task runs once a month to send out Outlook emails. The scheduled task runs a windows script file (.wsf) to perform this task. The scheduled task will not run if the screen saver has kicked in and is waiting for a password. I am ...
|
| verify software last usage date | 28 Dec 2005 19:03 GMT | 5 |
Could you tell us how to verify software last usage date ,it's best give us the script. Thanks.
|
| [msh]Get-Acl not returning output | 28 Dec 2005 18:35 GMT | 5 |
As I was working on a setAcl script, I came to the following very strange problem with Get-Acl I got this Error : out-lineoutput : Output: object of type
|
| Scripting VS server tasks | 28 Dec 2005 15:50 GMT | 3 |
All, I have found some great scripts on Scripting guy, but they don't seem to work. I have just cut & pasted the exact text:. On Error Resume Next
|