| Thread | Last Post | Replies |
|
| [PoSh] select-object loses column | 30 Apr 2006 16:00 GMT | 5 |
Hi, I try to get recently started processes: gps | sort starttime | select name,starttime The problem is that PoSh loses the starttime column when the list is sorted in ascending order. I think the problem is that the get-process can't access
|
| Batch files and scheduled tasks | 30 Apr 2006 13:35 GMT | 2 |
I have scheduled task that runs a batch file every 10 minutes. The problem is that whenever the job runs, it shoes an empty black DOS command prompt screen. Is there any way to make scheduled task not to show anything?
|
| PowerShell / get-childitem behavior.... | 29 Apr 2006 22:23 GMT | 2 |
It's a bit of a pain in the a.s that if you do something like: $docs = get-childitem|where{$_.name -like "*.doc"} When you are attempting to then do: foreach($doc in $docs){...}
|
| [PSH] Methods/functions and blank spaces | 29 Apr 2006 12:39 GMT | 14 |
Looks like something is either broke or changed by design. Has anyone else observed this? The only difference between the working and the non-working statement is the "blank space" after the word split and before the parenthesis.
|
| [MSH] How do I get rid of the MonadLog in eventvwr | 29 Apr 2006 06:04 GMT | 5 |
1) Msh installed an additional custom Logfile for the eventvwr - how do I get rid of this 2) Same with PowerShell: there is new Eventlog for Powershell: I want the data in the application log not somewhere else.
|
| PSH Tutorials | 28 Apr 2006 23:51 GMT | 2 |
looking for some good PSH tutorials, mainly need syntax, high level view, etc (don't need how arrays work, etc :P) Cheers, Greg
|
| [POSH] No table headers for Get-ItemProperty | 28 Apr 2006 22:29 GMT | 2 |
If I execute "Get-ItemProperty ." in the registry, wouldn' t it help convey the difference between items and item properties if POSH displayed this: 19# Get-ItemProperty . Name Value ------ -----
|
| Changing the Domain of a workstation | 28 Apr 2006 21:48 GMT | 1 |
I'm trying to change the domain from several computers (near 480), then I wanna do a script to remote connect at each computer changing the domain and renaming all users profiles of this computer. Someone can help?
|
| VBS design | 28 Apr 2006 20:31 GMT | 1 |
I want to repair a batch of file. The repairing time may be short or long. So I have to wait a time to move the repaired file to the source file. But I have difficulty to get the end time of the command running.
|
| PowerShell: Prior Use of the Name | 28 Apr 2006 15:59 GMT | 1 |
I wonder at all of the current software carrying the PowerShell name. The list includes programs written for Windows by other than Microsoft. Strange choice. Much confusion ahead. I think it is a shame too since Microsoft Command Shell and MSH were doing a
|
| Change password for specific users in AD every 30 days | 28 Apr 2006 13:30 GMT | 6 |
I'm new at scripting and I need some help from you guys. I need a script in which I can set the change password at next logon for different users in different OU's every 30 days. Example:
|
| Close Program | 28 Apr 2006 11:54 GMT | 3 |
Does anyone have a script that closes programs. I want to close 3 or 4 programs before I make a backup of the computer. I want the script to close the open programs. THX
|
| Compilation error and exception | 28 Apr 2006 02:06 GMT | 2 |
I want to understand the correct sequence to create a runspace to invoke cmdlets from c# code. As per MSDN, the single line RunspaceInvoke invoker = new RunspaceInvoke(); should build all data structures that are needed for the runspace and for invoking commands but the sample ...
|
| WSH scripts may fail when launched via PS instead of CMD | 27 Apr 2006 23:07 GMT | 4 |
repro steps: -- begin test.js -- var oWsh = new ActiveXObject("wscript.shell"); var sFilePath = oWsh.CurrentDirectory + "test.xml";
|
| $pshome bug | 27 Apr 2006 22:14 GMT | 11 |
$pshome has followed the bad behaviour of its earlier incarnation ($mshhome) in showing the directory where of the hosting exe, rather than the installed location of powershell (i.e in powershell analyzer if will show my directory , or if you copy
|