摘要: #Declare location of the files to be copied $SourceShortcut = "UNC Path" $SourceBGInfoExec = "UNC Path" $SourceBGInfoBMP = "UNC Path" $ServerPath = "c:\Temp\2008Servers.txt"#Get List of Servers $servers = Get-Content -Path $ServerPath#Loop Through Servers Fore 阅读全文
posted @ 2011-03-24 08:31 chunchill 阅读(534) 评论(0) 推荐(0) 编辑
摘要: Snippet: Recursively Copy Folder (with excludes) in PowerShell (PowerShell) Title: Recursively Copy Folder (with excludes) in PowerShell Language: PowerShell Description: This function recursively copies a folder and all subfolders while allowing you to properly exclude certain items. Views: 431 Aut 阅读全文
posted @ 2011-03-24 08:18 chunchill 阅读(295) 评论(0) 推荐(0) 编辑