Archiving Old data [closed]
I am working with our accounting department and we need to move a lot of file from a year ago. is there a Powershell command that can help me move them to a destination?
powershell automation archiving
closed as too broad by davidgo, LotPings, Ramhound, Mokubai♦ Jan 9 at 21:47
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
I am working with our accounting department and we need to move a lot of file from a year ago. is there a Powershell command that can help me move them to a destination?
powershell automation archiving
closed as too broad by davidgo, LotPings, Ramhound, Mokubai♦ Jan 9 at 21:47
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
1
Voted to close as to broad.
– davidgo
Jan 9 at 21:16
1
Quick idea, Get-ChildItem and then put in a loop iterate thru the$_.LastWriteTimeproperties to check for files older than 1 year from the current day to copy those, etc. See an answer with some ideas here: superuser.com/questions/1366084/… for a starting point. You'll need to find something and try something and then show this and what you are having trouble with.... maybe that'll help you some.
– Pimp Juice IT
Jan 9 at 21:16
add a comment |
I am working with our accounting department and we need to move a lot of file from a year ago. is there a Powershell command that can help me move them to a destination?
powershell automation archiving
I am working with our accounting department and we need to move a lot of file from a year ago. is there a Powershell command that can help me move them to a destination?
powershell automation archiving
powershell automation archiving
asked Jan 9 at 21:06
user931101user931101
1
1
closed as too broad by davidgo, LotPings, Ramhound, Mokubai♦ Jan 9 at 21:47
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
closed as too broad by davidgo, LotPings, Ramhound, Mokubai♦ Jan 9 at 21:47
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
1
Voted to close as to broad.
– davidgo
Jan 9 at 21:16
1
Quick idea, Get-ChildItem and then put in a loop iterate thru the$_.LastWriteTimeproperties to check for files older than 1 year from the current day to copy those, etc. See an answer with some ideas here: superuser.com/questions/1366084/… for a starting point. You'll need to find something and try something and then show this and what you are having trouble with.... maybe that'll help you some.
– Pimp Juice IT
Jan 9 at 21:16
add a comment |
1
Voted to close as to broad.
– davidgo
Jan 9 at 21:16
1
Quick idea, Get-ChildItem and then put in a loop iterate thru the$_.LastWriteTimeproperties to check for files older than 1 year from the current day to copy those, etc. See an answer with some ideas here: superuser.com/questions/1366084/… for a starting point. You'll need to find something and try something and then show this and what you are having trouble with.... maybe that'll help you some.
– Pimp Juice IT
Jan 9 at 21:16
1
1
Voted to close as to broad.
– davidgo
Jan 9 at 21:16
Voted to close as to broad.
– davidgo
Jan 9 at 21:16
1
1
Quick idea, Get-ChildItem and then put in a loop iterate thru the
$_.LastWriteTime properties to check for files older than 1 year from the current day to copy those, etc. See an answer with some ideas here: superuser.com/questions/1366084/… for a starting point. You'll need to find something and try something and then show this and what you are having trouble with.... maybe that'll help you some.– Pimp Juice IT
Jan 9 at 21:16
Quick idea, Get-ChildItem and then put in a loop iterate thru the
$_.LastWriteTime properties to check for files older than 1 year from the current day to copy those, etc. See an answer with some ideas here: superuser.com/questions/1366084/… for a starting point. You'll need to find something and try something and then show this and what you are having trouble with.... maybe that'll help you some.– Pimp Juice IT
Jan 9 at 21:16
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
1
Voted to close as to broad.
– davidgo
Jan 9 at 21:16
1
Quick idea, Get-ChildItem and then put in a loop iterate thru the
$_.LastWriteTimeproperties to check for files older than 1 year from the current day to copy those, etc. See an answer with some ideas here: superuser.com/questions/1366084/… for a starting point. You'll need to find something and try something and then show this and what you are having trouble with.... maybe that'll help you some.– Pimp Juice IT
Jan 9 at 21:16