March 2009 - Posts
Windows PowerShell 2.0 makes it easy to retrieve WSMan specific Management information in an intuitive, discoverable and script friendly manner. Variety of tasks such as configuring a machine for remote management to connecting to WinRM service on a machine
Read More...
WSMan Client certificate authentication is primarily used in non-domain cases: client can specify certain certificate as credential, after authentication each other, it’s mapped to a local account on the server, meaning the WinRM service runs under the
Read More...
Configure WinRM Listeners through Quick Configure. 1. Configuration HTTP listener and other actions to enable this machine for remote management: winrm qc 2. Configuration HTTPS listener and other actions to enable this machine for remote management:
Read More...
Starting point of a troubleshooting problem is usually an error code and the journey from the error code to the actual failing component might not always be an easy one. In this series, we’ll be taking a look at various WMI error codes and how to investigate
Read More...
One of the new Win7 features in BITS is integration with BranchCache. In short, BranchCache is a new peercaching technology that will allow Win7 clients in a branch office location to cache and distribute downloaded content. This is going to be an exciting
Read More...