| Thread | Last Post | Replies |
|
| Newbie Q: How to suppress return value printing in PowerShell | 31 Jul 2006 23:01 GMT | 1 |
Is there anyway to suppress printing return values in PowerShell? What I mean is: When you call a function Foo that returns a bool, PS will write 'True' or 'False' to the screen
|
| Need to query SID on local groups on remote computers. | 31 Jul 2006 19:19 GMT | 1 |
Because of some company policy crackdowns, we need to identify which accounts have elevated rights on our servers. What I'm really trying to do is to remotely scan all of my servers and enumerate the members of the Administrators group "S-1-5-32-544" and the Power Users group ...
|
| PowerShell : Return of experience | 31 Jul 2006 16:54 GMT | 6 |
I'm currently looking at Monad, first observation : WMI is alway used ....
:-P I appreciate this new language because more powerfull but i'm a little bit disappointed because of a lake of library ...
|
| How to add a URL to each users desktop | 31 Jul 2006 14:32 GMT | 5 |
Using the vb script, how to create the script to add a new URL to each users desktop or a specific group with group policy startup logon script? I am not the greatest at writing script. I found an example for adding a URL to favorites but need one to go directly to desktop.
|
| Vbscript control | 31 Jul 2006 11:04 GMT | 1 |
I want to know the hole propreties of control (like textarea) I want a quick tutorial about it Thank you
|
| Terminal Services Profile Path Script | 31 Jul 2006 08:12 GMT | 1 |
Hello, I work at a company that uses Active Directory, 2003 Servers and mostly Windows XP workstations. In AD we have a USERS container with all of our users. We want to be able to change the Terminal Services User Profile Path that is located on the Terminal Services Profile ...
|
| Script help | 31 Jul 2006 05:26 GMT | 3 |
I am a complete scripting newbie, and I am in a bit of a bind. I need a script that runs "net use \\ipaddress\IPC$" for the entire length of a class C subnet. It's just a loop and the call of the command, but I have know idea about how to call the net command.
|
| group membership | 31 Jul 2006 03:18 GMT | 6 |
is there an easy way that is script based to modify the group membership of everyone in an OU? i.e add all the users in the Customer Services OU to the customer services securtity group. I have a script that creates the user and adds an email address but I need to be able
|
| Exchange 2007 Shell | 29 Jul 2006 19:36 GMT | 2 |
I've just downloaded Excahgne 2007 beta 2 x86 from public website. Interesting thing is that I'm not able to run any commands in Management Shell Not even basic cmdlets like Get-mailbox, move-mailbox i feel anything related to exchange is not working
|
| Need help about script | 29 Jul 2006 17:56 GMT | 3 |
I received a spreadsheet from department every 2 weeks regarding terminated employee. Based on this spreadsheet, i need to disable those user account in Windows domain. Is there a script that I can make to make my task is litter bit more easy?
|
| dump and replace ACLs | 28 Jul 2006 19:34 GMT | 3 |
Hi Group! I'd need a tool that can dump an ACL List into a file and is also able to process a textfile to set new ACLs. My goal is that I have a default folder in which I modify the permissions. If I need a new folder I will take the
|
| How to keep users from closing .bat file | 28 Jul 2006 18:26 GMT | 9 |
I run a backup.bat file from out Login Script if the user has not performed a backup of his/her files within a certain period of time. I am using the following line in the Login Script: oShell.Run "cmd /C CD D:\backup & backup.bat ". How can I make this batch file run in a ...
|
| Lock computer until process completes | 28 Jul 2006 17:03 GMT | 3 |
I have a login script which maximizes an IE windows until a process completes at which time the window closes. While the IE window is maximized the user can still move it across the screen and perform keyboard functions such as ALT/TAB to access other applications. How can I ...
|
| Create Multiple Accounts | 28 Jul 2006 11:56 GMT | 3 |
I'm trying to create multiple accounts in an OU called 'Visitors' in a child domain called sub.local.net bit I'm not entirely sure how to call up the child domain. I'm working with: Set objRootDSE = GetObject("LDAP://rootDSE")
|
| Newbie Question on Exporting | 28 Jul 2006 11:10 GMT | 2 |
Hello, I was Trying to export the registry key below to a text file. The test file I declared does not work. I would appreciate any help! Thank You,
|