-
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 ...
-
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...
-
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...
-
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...