Viewing 15 posts - 2,206 through 2,220 (of 3,221 total)
Jim P. (7/29/2014)
Andrew Kernodle (7/29/2014)
July 30, 2014 at 2:23 am
Glad to have helped.
Please could you mark the appropriate post as the solution to aid future readers of this thread Thanks.
July 29, 2014 at 8:35 am
In the next 12 months I am determined to attend one of these (or similar) to see what I get out of it. Or even what I can contribute. I...
July 29, 2014 at 6:32 am
I have to say that even though I have yet to attend an event, I am very grateful that they are organised. I know that I benefit from this community...
July 29, 2014 at 2:22 am
$File = Get-ChildItem $Path | Where { $_.LastWriteTime -ge [datetime]::Now.Addhours(-48) }
If (!$File)
{
# No file changed in 48 hours
}
I hope that helps.
July 28, 2014 at 3:15 pm
Am I missing something or do you need to change -23 to -48 in the call to AddHours.
Or did you want it based on date?
July 28, 2014 at 2:49 pm
quackhandle1975 (7/28/2014)
July 28, 2014 at 9:34 am
rot-717018 (7/28/2014)
Jeff Moden (7/28/2014)
July 28, 2014 at 7:13 am
Jeff Moden (7/28/2014)
From the article:
July 28, 2014 at 7:08 am
chrisn-585491 (7/28/2014)
If more people were...
July 28, 2014 at 7:04 am
chrisn-585491 (7/28/2014)
Currently there are enough shops, companies and corporations demanding our...
July 28, 2014 at 6:36 am
BenWard (7/28/2014)
call.copse (7/28/2014)
but I'd like to have watched England longerReally? Playing like that I could barely stand to watch just 2 of the 3 games they did play!
I was poorly...
July 28, 2014 at 3:06 am
I work as a freelancer so sometimes I have access to people or more kudos than the full time staff (sometimes completely the opposite).
Regardless of the situation, I highlight any...
July 28, 2014 at 2:58 am
People complaining that MS Access is not completely standards compliant? Does not the same follow for SQL Server?
July 25, 2014 at 10:23 am
Chandra, please can you indicate which one resolved the issue as I am sure that someone with your question will read our conversation and wonder what was the right option....
July 25, 2014 at 9:59 am
Viewing 15 posts - 2,206 through 2,220 (of 3,221 total)