Started 4 days, 15 hours ago (2009-12-02 02:10:00)
by arptro
Hello,
Do you have the full code? This script would be useful.
Thanks
Started 2 weeks, 3 days ago (2009-11-19 08:44:00)
by PaulChavez
What's the format of your log file?
"jlo" wrote: Quote:
>
> i am trying to parse log files (
text files) by searching multiple
> variables and i cant seem to tie them all together through regex or
> pipelining properly.
> here are all the things i am trying to parse through:
> - log date entry- i want to only accept entries between certain hours
> of the day (i.e - 9am to ...
Started 2 weeks, 4 days ago (2009-11-18 00:14:00)
by Larry__Weiss
I'm wondering why you have to refer to a file's fullname property explicitly.
I thought that the object itself would have been defined well enough to resolve
it to a specific file resident at a specific location.
Isn't that the point of collecting the objects and not just the names?
- Larry
Al Fansome wrote: Quote:
> Oops, actually
> copy-item $doc.fullname c:\
> works....
Started 2 weeks, 4 days ago (2009-11-18 15:13:00)
by Marco Shaw [MVP]
There was a port for Mono that started up, but quickly stalled.
I'm going to say 99.9% "NO" on someone working on jPowerShell... Without
the underlying .NET, I can't see the "fun" in
porting...
Marco
"Gary Furash" <GaryFurash@newsgroup> wrote in message
news:2F6A1C8D-C953-44FD-A56C-87782820E15F@newsgro up Quote:
> Does anyone know if there is an open source project to port ...
Started 2 weeks, 4 days ago (2009-11-18 16:13:00)
by Martin Zugec
Having a quick peek at your code, I would write it little bit different and
use
RegEx replace instead: http://msdn.microsoft.com/en-us/libr...x.replace.a spx
Martin
"Al Fansome" <al_fansome@newsgroup> wrote in message
news:INKdnSG6dLcWA57WnZ2dnUVZ_j6dnZ2d@newsgroup Quote:
> I have a set of about 230 files that I want to modify. I use the following
> script:
>
> rm tmp.tmp
...
Started 2 weeks, 4 days ago (2009-11-18 04:15:00)
by Chris Dent
It's part of the Properties set:
$sd.Properties.DACL
HTH
Chris
Jason Ferguson wrote: Quote:
> Hi,
>
> I'm trying to debug a script that imports share info to recreate backup
> shares, however I've run into a problem with a
line of code:
>
> PS H:\> $sd = new-object system.management.managementclass
> Win32_SecurityDescriptor
> PS H:\> $sd
>
> NameSpace: ...