| Thread | Last Post | Replies |
|
| Add users to group Windows 2003 | 31 Jan 2006 23:25 GMT | 3 |
I was wondering 2 things. 1. How to add users to a group? 2. How to set "Password Never Expires" to a user? I have searched but haven't found anything. Using net group gives me a
|
| [Monad] get-property -property parameter | 31 Jan 2006 21:01 GMT | 9 |
I am using the HKLM registry drive. If I use get-property . -property ProductVersion I expected to get back the value for ProductVersion. Instead I get
|
| Running MSH Files | 31 Jan 2006 20:35 GMT | 3 |
I am having a problem with running MSH files. I will save the file as *.msh then from within a monad command prompt type the name of the file either with or without the extension and I get the following eror: 'test.msh' is not recognized as a Cmdlet, function, operable program, or ...
|
| [Monad] Missing help about_switch | 31 Jan 2006 18:55 GMT | 1 |
I am unable to locate help about switch in Beta 3. Is it there? Or still to be added? Thanks Andrew Watt
|
| [Monad] Snapins | 31 Jan 2006 16:46 GMT | 5 |
In the production version of Monad will there be any controls around who can add snapins into the shell and will these permissions be controllable via group policy
|
| Need help previously i posted one msg but I didn't get satisfy ans | 31 Jan 2006 13:27 GMT | 7 |
Dear All Frinds, I seen one script in my old organisation that provides information to user. Like when user loging on domain using their user id and password they got one message that thier full name and other information like last password
|
| Too long file names on file server... | 31 Jan 2006 07:08 GMT | 1 |
Hi! :-) Every time I need to move files from one server to another or between partitions on the same I get the same problem... There are paths that are too long.
|
| script to write out first 10 chars of line 1 of a txt file | 31 Jan 2006 06:03 GMT | 1 |
I have the following code supplied earlier that loops through all files in a folder, but the echo command to write out the char string in position 1-10 of line 1 of each file in the list is failing (object doesn't support this property or method: 'objFS.GetTextFile' - any ...
|
| Can no one tell me how to script password change for Sch. Tasks on multiple servers? | 31 Jan 2006 02:59 GMT | 1 |
Premium support at MS said they didn't have anything. Got no responses the first time I posted this here. Figured I'd try again. I'm trying to write a script that changes the password of the scheduled tasks accounts on multiple servers in the same domain.
|
| should be an easy 'FIND' for you experts out there | 30 Jan 2006 22:18 GMT | 2 |
Hi I need a script that will search all files in a folder and pick out the first 10 chars on line 1 of the file. I found a script that loops through all files, but I can't seem to code the extract line...can you help please?? code is below
|
| [MSH] get-childitem and file attributes... | 30 Jan 2006 21:11 GMT | 10 |
I would like to get a list of just directories from the get-childitem cmdlet. I just can't quite figure this one out. Any help would be appreciated. thanks,
|
| Interactive Windows form modification, is it possible with MSH? | 30 Jan 2006 16:05 GMT | 8 |
I wonder if with Monad it is possible to create and modify Windows Forms application interactively. There is a sample in Monad documentation that shows you how to create a form object, place controls onto it, define event handler and activate the dialog
|
| [MSH] how can I print image files through "out-printer"? | 30 Jan 2006 15:54 GMT | 3 |
I was playing around with "out-printer" cmdlet and I was able to print text files without any problems. But when I was trying to print image files by creating a bitmap file object and used that bitmap file as an input object of "out-printer",
|
| [MSH] copy-item across providers? | 30 Jan 2006 15:52 GMT | 1 |
I've written an FTP provider for MSH (actually, surprisingly easy) with FTPS (FTP over SSL) support, caching, and login requests (i.e. you don't have to specify the credential beforehand); I'm actually rather proud of it. I do, however, have a slight problem: I want to be able to ...
|
| Listing device driver files with WMI... Urgente... | 30 Jan 2006 11:53 GMT | 4 |
hi dears! I need some script using WMI that shows me the files for the device drivers installed on my PC. Does anybody know hou could I do that? I´ve already tried execute queries against classes as
|