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
  • Install .net framework 4 on remote servers

    Hello, I am trying to get .net 4 framework installed on remote servers. I have the script pasted below and I keep running into 2 issues. 1. The file will not copy, the file share permissions are fine as I used a separate script that just copies the installer to the remote servers, but in this script...
    Posted to PowerShell for Windows (Forum) by virtuallynothere on 01-25-2012
    Filed under: powershell, remoting, copy-item, powershell remoting, file system, powershell pssession, powerrshell, pssession, remote server, PS-Remote, remote powershell, windowss 2008 r2
  • Re: Install Dotnet Framework 4 using powershell.

    Thanks, remoting is enabled and I will verify credssp is enabled as I am not positive about that. Why would credssp be required for this script if the client computer and destination server are in the same domain and the account used to login and also to run the remote powershell session are both domain...
    Posted to PowerShell for Windows (Forum) by virtuallynothere on 01-25-2012
    Filed under: permission, powershell, windows, remoting, copy-item, powershell remoting, Installing, power, file system, powershell pssession, powerrshell, redirecting console output and powershell monitoring, enter-pssession, pssession, remote server, powerershll, batch multiple command lines powershell windows, PS-Remote, command prompt, command, remote powershell, windowss 2008 r2
  • Power shell connectivity issue

    Hi.. I installed a fresh copy of windows 2008 server R2 and enabled powershell using the following commands.. Enable-PSRemoting Set-Item WSMan:\localhost\Client\TrustedHosts * Restart-Service winrm After that I can connect to the local machine using the command " Enter-PSSession 192.168.1.230 "...
    Posted to PowerShell Remoting (Forum) by sooraj123 on 05-04-2012
    Filed under: powershell remoting, enter-pssession, Remote PowerShell, Powershell, Installing, pssession, permission, remote server, Network Interface, Operating Systems, PS-Remote, powershell pssession, windowss 2008 r2, powershell Windows-programming, Network
Page 1 of 1 (5 items)
Copyright 2012 PowerShell.com. All rights reserved.