-
I'm writing an addition chapter for the free " Secrets of PowerShell Remoting " book, and I'd like folks to fact-check the attached draft (if you're getting this via RSS feed, it's in the Enclosure; if you're looking at the Web site, it's at the very bottom and easy...
-
It's done - the first edition at least! Thanks to Tobias Weltner for his contribution to the guide, and to Aleksander Nikolic for the tech-edit pass. Grab your copy today - you'll find links to free PDF and EPUB versions. Amazon for some reason won't let me put the book in as free, so it's...
-
I've been getting a lot of questions about some of PowerShell Remoting's trickier configuration scenarios - so many that I decided to sit down and figure it all out, documenting every step of the way. With some help from a CloudShare 6-machine virtual environment, consisting of two forests and...
-
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...
-
Here’s a technique you might want to use for ad hoc troubleshooting or reporting. Even though it is possible to set up scheduled tasks to run PowerShell commands or scripts, it is cumbersome and time consuming. PowerShell v3 offers a … Continue...
-
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...
-
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...
-
Quick reminder about the UK User group Live Meeting on remoting and end points presented by PowerShell MVP Alexsandar Nikolic. Details and link to join from http://msmvps.com/blogs/richardsiddaway/archive/2011/09/08/powershell-user-group-20-september...
-
Quick reminder that Aleksandar Nikolic is presenting on PowerShell remoting - details from http://msmvps.com/blogs/richardsiddaway/archive/2011/09/08/powershell-user-group-20-september-2011.aspx Read More...
-
When: Tuesday, Sep 20, 2011 7:30 PM (BST) Where: *~*~*~*~*~*~*~*~*~* Aleksandar Nikolic presents on PowerShell remoting and the customisation of remoting end points. Aleksandar's presentation at the PowerShell Deep Dive was excellent - don't miss...
-
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...
-
I’ve working with WMI a lot recently and frequently seen things like this Get-WmiObject -Class Win32_OperatingSystem -ComputerName dc02 Get-WmiObject -Class Win32_ComputerSystem -ComputerName dc02 Get-WmiObject -Class Win32_LogicalDisk -ComputerName dc02...
-
Next Tuesday – 26 July there will be a UK user group session looking at PowerShell remoting: cmdlets with remoting capabilities .NET remoting capabilities Invoke-Command PowerShell sessions WinRm and WSMan cmdlets Details on joining the live meeting session...
-
When: Tuesday, Jul 26, 2011 7:30 PM (BST) Where: *~*~*~*~*~*~*~*~*~* A look at PowerShell Remoting using individual commands, Invoke-Command and PowerShell sessions. How to configure remoting and get the best out of it Notes Richard Siddaway has invited...
-
The winrm service is essential to PowerShell remoting. If it isn’t running you can’t remote. If we have problems with remoting we could use get-service to see if the service is running Get-Service winrm Status Name ...