Forum: Microsoft Office
08 Oct 2012
|
|
Replies: 8
Views: 621 |
Forum: General Discussion
04 Jul 2012
|
|
Replies: 4
Views: 916 Try this, in Powershell.
$n = 0
$dest =...
Try this, in Powershell.
$n = 0
$dest = Join-Path $env:USERPROFILE '\Desktop\Export Data'
$firstDate = '2011/10/01'
$lastDate = '2012/10/01'
While ( ( Get-Date $firstDate ).AddDays( $n )...
|
Forum: Backup and Restore
02 Jul 2012
|
|
Replies: 8
Views: 1,477 Backup User Registry
I have just started using ERUNT to backup the registry, and have set up a scheduled task under the SYSTEM account to run at start up. As experienced by others, this does not create the User folder,...
|