Powershell:powershell脚本同步备份文件到其他服务器

Remove-PSDrive Z

创新互联建站于2013年创立,先为应城等服务建站,应城等地企业,进行企业商务咨询服务。为应城企业网站制作PC+手机+微官网三网同步一站式服务解决您的所有建站问题。

$User = "192.168.1.1\administrator"
$PassWord = ConvertTo-SecureString -String "Passw@rd" -AsPlainText -Force
$Credential = New-Object -TypeName "System.Management.Automation.PSCredential" -ArgumentList $User, $PassWord
New-PSDrive -Name Z -PSProvider FileSystem -Root \192.168.1.1\Backup -Persist -Credential $Credential
$timelabe = Get-Date -UFormat "%Y-%m-%d-%H-%M"
Get-date -uformat "%c" >> d:\log\$timelabe.log
echo "Starting synchronize files..." >> d:\log\$timelabe.log
robocopy D:\Backup Z:\ /mir >> d:\log\$timelabe.log
Get-date >> d:\log\$timelabe.log


文章题目:Powershell:powershell脚本同步备份文件到其他服务器
文章出自:http://lszwz.com/article/gjeigg.html

其他资讯

售后响应及时

7×24小时客服热线

数据备份

更安全、更高效、更稳定

价格公道精准

项目经理精准报价不弄虚作假

合作无风险

重合同讲信誉,无效全额退款