| Thread | Last Post | Replies |
|
| PowerShell "Access is denied" error | 30 Jun 2006 18:42 GMT | 3 |
I am writing some C# dll's that will use PowerShell to call Exchange12. We load these "Provider" dll's into MPS (Microsoft Provisioning Services). I am getting an "Access is denied" error on the Runspace.Open() statement.
|
| Active Directory - Clean up old computer accounts | 30 Jun 2006 17:53 GMT | 2 |
I have tried using the dsquery tool in AD to find old computer accounts in our domain. However, I am not having much luck b/c while our domain is Windows 2003, the forrest is only at 2000. I get errors that I our domain will not support the dsquery tools. I have researched ...
|
| change local admin password through script | 30 Jun 2006 05:43 GMT | 3 |
To avoid the risk brought by local administrator password being exposed, i have to change it on all workstations. we now still use NT4.0 domain and run ntlogon.bat with Kix32 during logon. Can I add command lines into the script file to change password? if it's
|
| PowerShell not possible in Core server due to no CLR... | 30 Jun 2006 01:37 GMT | 3 |
When I learned about this from the TechNet forums I could not believe that a fantastic new CLI was being stopped dead in its tracks by the fact that it is not being supported in the new Core server platform. I was dumb-founded. How bizzare is it that PowerShell is released to ...
|
| [PowerShell] change multiple user objects | 29 Jun 2006 21:33 GMT | 1 |
this works for one user @($root.get_children().find('ou=users,ou=,ou=org').get_children())[2].InvokeGet("AllowLogon") (the allow a terminal server session bit) But i want to do the same thing on multiple lines and ultimately to set the
|
| [Powershell] How can I split a string into "words" | 29 Jun 2006 21:31 GMT | 1 |
I would like to use Windows PowerShell to execute a command providing arguments to that command from each line in a file. (Like the old /For DOS scripting command that would read a file and split it into arguments that were separated in the file by whitespace).
|
| How to configure IP address with Powershell ? | 29 Jun 2006 21:31 GMT | 4 |
Is it possible to configure the IP address of an ethernet interface with Powershell ? If yes, which is the function to use ? I've looked to the WMI classes accessible with powershell but didn't find
|
| Script to copy all mapped drives and network printers and them import them to another computer. | 29 Jun 2006 09:24 GMT | 3 |
Hi all. I'm not sure if I can do this or not, but I'm looking for someon who has a script to share, or input on how to help me tweak a script I have. The script right now enumerates both network drives and network printers and posts them to two seperate files that reside on my
|
| Script to copy files to desktop if member of specific security group | 29 Jun 2006 05:02 GMT | 2 |
I'm wanting a script to copy some shortcuts to users desktops if they're a member of a specific security group. Can someone tell me if this is along the right lines. I won't be able to try it until tomorrow, when we'll need things working, so I'm after some
|
| sending scripts to customers | 29 Jun 2006 05:00 GMT | 7 |
hi, does anyone have any good methods that they use for sending scripts to non-tech savvy customers? these days with all the added security features of mail clients, in particular MS Outlook, it will automatically block or strip vbs and bat
|
| problem from asp page | 29 Jun 2006 02:29 GMT | 1 |
I'm triyng to run the following script within an asp page but it doesn't work. I've got the following error: '800a0046 permission denied. But it works if I rename it in .vbs... Any idea will be welcome.
|
| simple login script using GPO | 28 Jun 2006 22:02 GMT | 1 |
I have a SIMPLE script that I execute via a batch file. All it is doing is mapping 4 drives via NET USE command. I followed this tech net article http://technet2.microsoft.com/WindowsServer/f/?en/Library/22cf660f-c165-49e3-b76 8-2b8898a5684b1033.mspx
|
| Control panel for IIS6 | 28 Jun 2006 20:51 GMT | 1 |
Hello People Anybody can recomended a control panel free to administer the IIS6? Thanks
|
| Question about ignoring numbers in a CSV | 28 Jun 2006 19:37 GMT | 2 |
I have a CSV file that looks like this: 2006-05-17-11.29.23,,,,, AIB,2005-04-21-13.17.15.890883,26874107,Monkey Punky,Chocolate Chips, I want it to look like this:
|
| CLean out all users Temp Dir Folder | 28 Jun 2006 19:00 GMT | 1 |
Good morning, I have been having trouble modifying a simple script to loop through all the user folders on a server and clean out each user's temp direactory. The basic script is:
|