Browse Forum Posts by Tags

Showing related tags and posts for the PowerShell for Windows forum. See all tags in the site
  • 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
  • Powershell script to move files in folders and subfolders from one Network location to the local server (X Days old)

    I am trying to use to below Powershell script: get-childitem -Path \\servername\location | where-object {$_.LastWriteTime -lt (get-date).AddDays(-31)} | move-item -destination "C:\Dumps" The script works absolutely fine on testing but its not moving the files in subfolders. Please help....
    Posted to PowerShell for Windows (Forum) by shubh on 02-18-2013
    Filed under: powershell, Powershell scripting Merge VHD, batch multiple command lines powershell windows, command prompt, command, PowerShell v2
Page 1 of 1 (2 items)
Copyright 2012 PowerShell.com. All rights reserved.