Browse by Tags

Tagged Content List
  • Blog Post: Enabling Multihop Remoting

    Summary : Microsoft PowerShell MVPs, Don Jones and Jeffery Hicks, discuss how to enable multihop remoting in Windows PowerShell 3.0. Microsoft Scripting Guy, Ed Wilson, is here. Tonight is our Windows PowerShell User Group meeting in Charlotte, NC, I will be making a presentation about using Windows...
  • Blog Post: Use PowerShell to Find Servers that Need a Reboot

    Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to find servers that need to be rebooted. Hey, Scripting Guy! My boss is a Falstaff sort of character , but every once in a while he does actually have a good idea. When he recently logged on to a server console (don’t...
  • Blog Post: Learn How to Easily Troubleshoot PowerShell Remoting

    Summary: Microsoft Scripting Guy, Ed Wilson, shows you how to easily troubleshoot Windows PowerShell remoting. Hey, Scripting Guy! I have a problem. I am running Windows 8 on my desktop, and I have upgraded our Hyper-V servers to Windows Server 2012. For those computers, I can easily use Windows PowerShell...
  • Blog Post: Understanding PowerShell Remote Management

    Summary: Understanding Windows PowerShell remote management. Weekend Scripter: Enabling Windows remote management Microsoft Scripting Guy, Ed Wilson, is here. Today I thought I would share a portion of my new Windows PowerShell 3.0 Step by Step book published by Microsoft Press. This book is available...
  • Blog Post: Digging into PowerShell Remote Authentication

    Summary: Guest blogger Windows PowerShell MVP Don Jones talks about remote Windows PowerShell authentication. Microsoft Scripting Guy, Ed Wilson, is here. Today, I have a special treat for you. Windows PowerShell MVP Don Jones just had a new book released for publication and we have a sample from...
  • Blog Post: Enable PowerShell "Second-Hop" Functionality with CredSSP

    Summary: Microsoft Scripting Guy, Ed Wilson, talks about the dreaded "second-hop" problem with Windows PowerShell and how to overcome it with CredSSP. Microsoft Scripting Guy, Ed Wilson, is here. First, a description of the problem In yesterday’s article, I talked about using the Windows...
  • Blog Post: An Introduction to PowerShell Remoting Part Five: Constrained PowerShell Endpoints

    Summary : Guest blogger, Jason Hofferle, talks about creating constrained Windows PowerShell endpoints. Microsoft Scripting Guy, Ed Wilson, is here. Today is the exciting conclusion to Jason Hofferle’s excellent series of articles about Windows PowerShell remoting. I think today’s article...
  • Blog Post: An Introduction to PowerShell Remoting Part Four: Sessions and Implicit Remoting

    Summary : Guest blogger, Jason Hofferle, talks about creating Windows PowerShell sessions and using implicit remoting. Microsoft Scripting Guy, Ed Wilson, is here. Jason continues to hit home run after home run this week. Today is no exception. He talks about one of the coolest features in Windows...
  • Blog Post: An Introduction to PowerShell Remoting Part Three: Interactive and Fan-Out Remoting

    Summary : Guest blogger, Jason Hofferle, talks about Windows PowerShell Interactive and fan-out remoting. Microsoft Scripting Guy, Ed Wilson, is here. TechReady 15 in Seattle has been a great event. I am really enjoying getting to see friends. Of course, I am also really enjoying Jason’s series...
  • Blog Post: An Introduction to PowerShell Remoting Part Two: Configuring PowerShell Remoting

    Summary : Guest Blogger, Jason Hofferle, continues his series about PowerShell Remoting. Microsoft Scripting Guy, Ed Wilson, is here. This week I am in Seattle, Washington speaking at Microsoft TechReady 15. Therefore, we have a series written by guest blogger, Jason Hofferle, about PowerShell Remoting...
  • Blog Post: An Introduction to PowerShell Remoting: Part One

    Summary : Guest blogger, Jason Hofferle, talks about the basics of Windows PowerShell remoting. Microsoft Scripting Guy, Ed Wilson, is here. This week I am in Seattle, Washington presenting at Microsoft TechReady 15. I have been talking to Jason for some time, and I thought that now would be a great...
  • Blog Post: Use PowerShell to Run WMI Commands on Remote Computers

    Summary : Learn how to use Windows PowerShell to run WMI commands on remote computers without opening a lot of holes in your firewall. Hey, Scripting Guy! I have a problem. We have a number of remote systems that I need to manage. We are running the Windows firewall on all systems, and our security...
  • Blog Post: Learn How to Use PowerShell to Run Exchange Commands Remotely

    Summary : Learn how to use Windows PowerShell to run Exchange Server 2010 commands remotely by using implicit remoting. Hey, Scripting Guy! I am having a problem with Exchange Server 2010. I have Windows PowerShell 2.0 installed on the server, but I am unable to connect and to do anything with it...
  • Blog Post: Learn How to Manage Remote PowerShell Sessions

    Summary: Microsoft Scripting Guy Ed Wilson discusses how to manage remote Windows PowerShell sessions. Hey, Scripting Guy! I can see where being able to run a command on a remote computer might be kind of cool. But more often than not, I need to actually sit at the console of the remote computer...
  • Blog Post: Configure PowerShell Remoting and Use Remote Commands

    Summary: Learn how to configure Windows PowerShell remoting, store credentials, and use remote commands. Hey, Scripting Guy! I keep hearing about Windows PowerShell remoting. But I do not really know what Windows PowerShell remoting is. For example, I can use the Get-WMIObject to work with remote...
  • Blog Post: Updating Group Policy on a Dark and Stormy Night

    Summary : Guest Blogger Jason Helmick talks about updating an Enterprise GPO on a dark and stormy night using Windows PowerShell. Microsoft Scripting Guy Ed Wilson is here. Guest Blogger Week continues today with Jason Helmick as our guest. About the author Jason Helmick is an Instructor...
  • Blog Post: Use PowerShell Invoke-Command for Remoting

    Summary : Microsoft Windows PowerShell MVP, Don Jones, talks about using the Invoke-Command cmdlet for remoting. Microsoft Scripting Guy, Ed Wilson, here. I am really excited about the idea I had for this week, and I hope you will be too. I asked Candace Gillhoolley at Manning Press about posting...
  • Blog Post: Use PowerShell to Set Security Permissions for Remoting

    Summary: Learn how to use Windows PowerShell to set security permissions for remoting. Hey, Scripting Guy! I want to use a Windows PowerShell script to set security permissions for Windows PowerShell remoting. Can this be done? -- LM Hello LM, Microsoft Scripting Guy Ed Wilson here. It...
  • Blog Post: Configure Remote Security Settings for Windows PowerShell

    Summary: Microsoft Scripting Guy, Ed Wilson, teaches how to configure remote security settings for Windows PowerShell. Hey, Scripting Guy! I am a Help Desk Support Manager, and I have written a series of scripts that I want to allow the help desk support people to use. These scripts collect basic...
  • Blog Post: Enable PowerShell Remoting to Enable Running Commands

    Summary: Learn how to enable Windows PowerShell remoting to allow execution of commands on remote computers. Hey, Scripting Guy! I need to be able to run commands on remote computers. I have Windows PowerShell 2.0 , is there something in that I can use? -- ML Hello ML, Microsoft Scripting...
  • Blog Post: Use PowerShell Cmdlets to Administer Windows Remotely

    Summary: Microsoft Scripting Guy Ed Wilson shows how to use Windows PowerShell cmdlets to administer remote computers. Hey, Scripting Guy! I need to be able to work with remote computers. Is there a good way to do this with Windows PowerShell? -- DN Hello DN, Microsoft Scripting Guy Ed...
  • Blog Post: Hey, Scripting Guy! Weekend Scripter: Configuring W32Time Service Logging

    Microsoft Scripting Guy Ed Wilson here, yesterday I wrote a script that configured my domain controller with an external time source. After doing that, I thought it would be a good idea to have the ability to enable and disable diagnostic logging for the W32Time service. I ran across a pretty good knowledge...
  • Blog Post: Hey, Scripting Guy! Weekend Scripter: Configuring an Authoritative Time Server in Windows Server

    Microsoft Scripting Guy Ed Wilson here. I finally had a chance to sit down and catch my breath from the 2010 Scripting Games. I reviewed some awesome scripts, and learned many new tricks. I happened to notice that my desktop computer clock was about five minutes slow. I checked and the domain controller...
  • Blog Post: Hey, Scripting Guy! What Are the Pros and Cons of Windows PowerShell 2.0 Remoting?

    (Note: Today's Hey, Scripting Guy! Blog post was written by guest scripter, Tome Tanasovski. Tome is a manager of a team of server engineers in New York City. He is a Microsoft Certified Trainer who specializes in SQL Server, SharePoint, and VMWare. He is a contributor to the Windows PowerShell forum...
  • Blog Post: Hey, Scripting Guy! Tell Me About SharePoint Remoting with Windows PowerShell 2.0 and WinRM

    (Note: Today's Hey, Scripting Guy! Blog post was written by guest scripter, Tome Tanasovski. Tome is a manager of a team of server engineers in New York City. He is a Microsoft Certified Trainer who specializes in SQL Server, SharePoint, and VMWare. He is a contributor to the Windows PowerShell forum...
Page 1 of 2 (26 items) 12