Hello,
I am required to create a script in Windows PowerShell that will copy the contents of user myDocuments folder to a network location. This script should only copy changed content subsequently after the first copy. I need help on this as it is time sensitive.
thanks
jackyjoy
Search found 2 matches
- Tue Jan 12, 2021 7:59 am
- Forum: PowerShell
- Topic: Need help with PowerShell Script ?.
- Replies: 1
- Views: 644
- Wed Dec 16, 2020 2:44 am
- Forum: PowerShell
- Topic: Get-mailbox and Get-MailboxFolderStatistics ?..
- Replies: 1
- Views: 1219
Get-mailbox and Get-MailboxFolderStatistics ?..
Hello, I am using a script below to get the Deleted items information. What I want to be able to do is instead of using Identity from the Get-MailboxFolderStatistics I would like to use the DisplayName from get-mailbox get-mailbox | Get-MailboxFolderStatistics -FolderScope 'DeletedItems' | Select Id...