Viewing 15 posts - 1,036 through 1,050 (of 3,221 total)
-LiteralPath was added as a parameter in v3.0 so no help there for you in v2.0 of PowerShell.
However, does not the following work:
Get-ChildItem -Path C:\Application\Log\*\*.Log |
Where-Object {
$_.LastWriteTime -lt (Get-Date).AddDays(-90)
} |...
February 18, 2016 at 2:15 am
Andy Warren (2/17/2016)
...Hard if they aren't already doing it, hard if they aren't 100% vested in it...
Very, very true.
February 18, 2016 at 1:59 am
Eric M Russell (2/17/2016)
Gary Varga (2/16/2016)
Eric M Russell (2/16/2016)
...attempting to use the developer's code repository as a basis for a schema comparison to production is logistically difficult, if not impossible...
It...
February 18, 2016 at 1:58 am
Eric M Russell (2/17/2016)
February 18, 2016 at 1:16 am
Thanks for the info. Valid perspective in my opinion.
February 18, 2016 at 1:13 am
Luis Cazares (2/17/2016)
Elegant SQL often boils down to the same query plan as awkward-looking SQL. Don't be fooled into believing you can make SQL queries...
February 17, 2016 at 10:06 am
Jeff Moden (2/17/2016)
February 17, 2016 at 7:53 am
stephen.long.1 (9/2/2015)
February 17, 2016 at 3:34 am
Just read the article as I am still playing catchup following spinal surgery in July so Lempster's comments really hit the mark for me. I was going to add a...
February 17, 2016 at 3:23 am
It is shameful when sites only allow [a-z][A-Z][0-9]. I can understand them disallowing non-printable characters but disallowing symbols is ridiculous. Length should also be a reasonable maximum at least e.g....
February 17, 2016 at 2:09 am
Jeff Moden (2/16/2016)
Gary Varga (2/16/2016)
Always run regular automated performance tests
This is the one I find the hardest sell in development. It takes both time and resources but though it can...
February 17, 2016 at 1:56 am
Steve Jones - SSC Editor (2/16/2016)
...do we always change permissions for the release branch? Or the new dev branch?...
The model used should be, as we all know, minimise permissions generally...
February 17, 2016 at 1:48 am
Steve Jones - SSC Editor (2/16/2016)
Gary Varga (2/16/2016)
Steve Jones - SSC Editor (2/16/2016)
February 17, 2016 at 1:42 am
Eric M Russell (2/16/2016)
...attempting to use the developer's code repository as a basis for a schema comparison to production is logistically difficult, if not impossible...
It isn't. It has been done....
February 16, 2016 at 4:27 pm
Steve Jones - SSC Editor (2/16/2016)
February 16, 2016 at 4:13 pm
Viewing 15 posts - 1,036 through 1,050 (of 3,221 total)