| Thread | Last Post | Replies |
|
| Setting permissions on Public Folder | 31 Oct 2006 16:40 GMT | 1 |
I am trying to write a script that will create a public folder and then set the client permissions on that folder. The following script creates the folder: Set Outlook = CreateObject ("Outlook.Application")
|
| Alerted when a folder is created | 31 Oct 2006 15:47 GMT | 1 |
Hello; Does anyone know of a way that an alert can sent when ever a folder is created? Thanks
|
| Missing some cmdlets | 31 Oct 2006 07:05 GMT | 6 |
in previous versions i've seen references to cmdlets like out-chart,out-grid,out-email. There has also been a way to implement an AD provider : new-provider -Assembly "c:\program
|
| search for server downtime incidences | 31 Oct 2006 01:49 GMT | 1 |
I need to provide an outage list for a group of about 30 Windows NT/2000/2003 servers belonging to the domain. I thought a script would be more efficient that searching through 1 by 1 the event logs of servers. I have begun with a basic script but have been stuck for some time ...
|
| LDAP filter on DistinguishedName - wildcards don't work | 31 Oct 2006 01:39 GMT | 1 |
I'm trying to select only AD users whose distinguishedName contaings the word 'General' i.e. *General*. Sample DN: CN=Michael Green,OU=General,OU=SYDNEY,OU=ASGGroup
|
| change hostname via script | 30 Oct 2006 21:01 GMT | 5 |
is there a registry to look at or 3rd party tools can do it ?
|
| Configuring Wscript.echo to Return Only Variable Info | 30 Oct 2006 19:29 GMT | 3 |
G'day all, I would like to use the wscript.echo command, in a *.vbs script, to only return the specified variable, not a text string and then the variable. Here's what I don't want:
|
| script | 30 Oct 2006 18:49 GMT | 1 |
I would like users to map to a network drive based upon the first character in their username. For instance, if the first character in the username falls between A & K, then the user will have his home drive mapped to HomeAK, if it falls between L & Z, then it gets mapped
|
| script logon session... | 30 Oct 2006 14:29 GMT | 4 |
I'm new on forum, and completely beginner on VBS. I'm looking to create a script : - disconnect all my logical drives, - connect a new one.
|
| How to find date associated with accountExpires | 28 Oct 2006 17:43 GMT | 2 |
Does someone have a piece of code that derives a date based upon the accountExpires value? Thanks.
|
| replicate scheduled task | 28 Oct 2006 11:46 GMT | 1 |
Is there a way to replicate a scheduled task to multiple machines? I created a scheduled task in one server. I want all the other servers to run this same scheduled task. is there a way to do this remotely without having to connet to all other 100 servers?
|
| Copying File names from Explorer to Excel | 28 Oct 2006 04:13 GMT | 2 |
I did a search in Explorer for files containing the text "X". I need that list of files to be transferred over into an excel spreadsheet. Any suggestions? Thank you!
|
| How to create class modules for vbscript | 28 Oct 2006 01:37 GMT | 3 |
I know how to create class modules in Excel. Is there a way to similarly create class modules for vbscript? Thanks.
|
| Need to read "Store password in reversible encryption for all users in the domain" | 27 Oct 2006 18:56 GMT | 3 |
Does anybody know how to return the "Store password in reversible encryption for all users in the domain" setting on the local security password policy setting? The resultant will do, whether it is set locally or by domain policy.
|
| Help modifying this script | 27 Oct 2006 17:40 GMT | 3 |
Is anyone able to help me modify the attached script to search Active Directory and return the results for all Computers? Thanks In Advance. ##################################################################################
|