Browse Forum Posts by Tags

Showing related tags and posts for the Ask the Experts group. See all tags in the site
  • How can I back up Outlook folder contents using powershell?

    I found a script using Technet and Google. $outlook = New-Object -comObject Outlook.Application $olJunk = $outlook.Session.GetDefaultFolder(23) $($olJunk.Items) | %{$_.Delete()} It turns out it does actually empty the junk mail folder. I guess each default folder is assigned a numerical value. What I'm...
    Posted to PowerShell for Windows (Forum) by jwhite on 04-12-2011
    Filed under: powershell, COM, copy-item, mail, file
  • 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
Page 1 of 1 (3 items)
Copyright 2012 PowerShell.com. All rights reserved.