Browse Forum Posts by Tags

Showing related tags and posts for the Ask the Experts group. See all tags in the site
  • PSRemote Challenge

    I have a need to copy files from a remote server to another server that will be a scheduled task to run every hour. The files can be quite large so I found that 'robocopy' is the better utility for this case. I have read the post for how to utilize it within powershell and it works great locally...
    Posted to PowerShell for Windows (Forum) by squeekie on 10-24-2011
    Filed under: Start-Job Background, powershell, file, powershell pssession, pssession, winrm, Windows Server 2003, Directory listing, remote server, server, Robocopy, PS-Remote
  • Running executable within pssession

    Goal: Run bpclimagelist.exe on several servers (Veritas NetBackup list report), redirect the output to a centralized server or email, whichever is fine for now. $serverlist = Get-Content C:\CopiedTo\MyScripts\servers.txt foreach ($server in $serverlist) { $remotesession = New-PSSession -ComputerName...
    Posted to PowerShell for Windows (Forum) by squeekie on 12-20-2011
    Filed under: powershell, remoting, powershell pssession, enter-pssession, pssession, Windows Server 2003, remote server, server, Netbackup
Page 1 of 1 (2 items)
Copyright 2012 PowerShell.com. All rights reserved.