| Thread | Last Post | Replies |
|
| Computer Account Properties | 01 Nov 2005 00:36 GMT | 1 |
I need your help to accomplish a, perhaps simple, task. I'd like to build the list of all domain controlles for a domain, from the AD. To do that, I want to use ADSI scripting ONLY. I don't want to use WMI.
|
| [MSH] where am I ?? | 31 Oct 2005 22:34 GMT | 4 |
try this in MSH : MSH>[System.Diagnostics.Process]::start("msh.exe",$null,$null,$null,$null) than change from directory and do a LS 2 times. like this :
|
| [MSH] Visual Studio Integration? | 31 Oct 2005 21:52 GMT | 4 |
Just wondering what are the plans and timescales for integration of MSH into Visual Studio? I can see a day when the "command window" is replaced by MSH. I suppose in theory there is nothing to stop the integration being done as a plugin, and hence a community project?
|
| Add Specific Domain Account to Local Administrators Group | 31 Oct 2005 20:50 GMT | 5 |
Does anyone have a script that will automatically add a specific domain account to the local administrators group on Windows Server 2003? TIA Environment:
|
| logging in problem....help | 31 Oct 2005 18:45 GMT | 1 |
i have a problem loggoing in to a site of which i am a member of, when i log in i get in to the forum then get kicked out, i get a massage an error has accured and the line Untrapped Error:
|
| Script error | 31 Oct 2005 18:35 GMT | 1 |
I put together the function below to create new users, but for some reason teh email field does not populate. Can anyone offer any help? Thanks all. John.
|
| [MSH] Get-member and Collections / DataTables. | 31 Oct 2005 17:09 GMT | 1 |
Get-Member will not show me DataTables or collections. how do I look at there methods and properties? as you can see in the example below that MSH will not even give me A get Member on a DataTable (say's I have no Object, but as you see I can work
|
| [MSH] - Monad build for .Net 2.0 RTM? | 31 Oct 2005 10:07 GMT | 5 |
Is there a Monad build coming "soon" that works with the RTM version of .Net 2.0 that has just been released? Cheers
|
| urgent help neede | 30 Oct 2005 13:53 GMT | 1 |
in AD 2000/2003 on a user object: go to the security tab, click advanced. the box "inherit from parent the permissions..."... i need to change this box to "checked" for several hundred users via a script. is this an ADSI attribute i can modify? or can someone please tell me how ...
|
| External Program Not Working When Computer is Locked | 29 Oct 2005 20:29 GMT | 4 |
I have a script that runs an external program. It works from the task scheduler if I am logged into the box just fine. If I lock the server (Win2k3), it fails at the "hit enter to continue" prompt. I use sendkeys to pass an enter keystoke into the application. Everything ...
|
| Files and Settings Transfer Wizard scripting | 29 Oct 2005 17:24 GMT | 1 |
I'm hoping to script the "Files and Settings Transfer Wizard" (FSTW) to tranfer stuff from one machine to another. In particular, I'm interested in the printers and IE favorites. Can the FSTW be run from the command line with some kind of simple input
|
| DACL rights of one user to another | 29 Oct 2005 14:40 GMT | 1 |
I can't explain it so I'll give an example. I have a user say Tom0, who has specific rights throughout the file system, I need to provide the user Tom (not Tom0) the same rights to the same files and folders.
|
| No .asp pages on server2003 x64 ??????????? | 28 Oct 2005 23:19 GMT | 1 |
Does anyone know why the 64bit version of windows server2003 (R2 doe it also) will not serve up a simple .asp file databas line 5 is the one that lists the provide 'Build connectio
|
| [MSH]How to get the red "PDC prompt" | 28 Oct 2005 22:56 GMT | 10 |
I saw that Cool red prompt in the PDC demo but I can't seem to get it. If I do it on the commandline it does work: MSH> Prompt Function Prompt{$host.ui.rawui.foregroundcolor =
|
| Permission Denied 800A0046 GetObject | 28 Oct 2005 21:59 GMT | 1 |
I am trying to run the following script: 'On Error Resume Next set colComputers = GetObject("LDAP://OU=Desktops, DC=warren, DC=interlink-intranet, DC=net")
|