Sign in
Windows Management Infrastructure Blog
Managing your IT infrastructure remotely, securely, reliably and efficiently
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
"Open Management Infrastructure"
"Windows Management Framework" "Community Technology Preview" CTP2
1300
502
access denied
Announcements
Association
BITS
CIM
CommandDescriptions
CommandInvocations
CTP1
DAL
DMTF
ETW
event forwarding
FAQ
IIS
Indication
Informative
IPMI
Load Balancers
Management ODATA
MI API
MI Provider
MODATA
MOF
OMI
Pages
Performance
powershell
PowerShell arbitrary cmdlets invocation
Powershell Remoting
Samples
security
Shout Outs
Standards Based Management
Tips & Tricks
Tracing
Troubleshooting
Upload Server
Windows 8
Windows Management Framework
Windows Server 8 Beta
WinRM
WinRM WSMan PowerShell CommandLet cmdlet CredSSP
WMF
WMI
WMI Events
WMI Namespace Security
WMI Provider FAQ
wmi repository debug provider startup failure failed initialize
WMI.Net Provider Extension 2.0
WMIC
WPP
WSMan
WS-MAN
Browse by Tags
MSDN Blogs
>
Windows Management Infrastructure Blog
>
All Tags
>
wsman
Tagged Content List
Blog Post:
Introducing new Management Infrastructure (MI) API
Osama Sajid [MSFT]
In Windows 8/Windows server 2012 we introduced new Management Infrastructure (MI) API for writing WMI provider and client applications. This blog post will explain our goals for "Improving developer Experience" and WHY we did a new API for client and provider, instead of updating existing WMI API. ...
on
16 May 2013
Blog Post:
Standards Based Management: DMTF Management Profiles
Steve Lee [MSFT]
The investments we’ve made in Windows Server 2012 (and WMF3.0) for standards based management is built around WS-Man as the remoting protocol (HTTP is the transport) and CIM as the model. By themselves, WS-Man and CIM are useful, but may not provide a consistent experience when managing a similar...
on
2 Aug 2012
Blog Post:
Using WS-Man to invoke a Powershell Cmdlet
Steve Lee [MSFT]
First, let me apologize for the lack of posts to this blog. Out original team goal was to have a new post every month, but holidays/vacations/work got in the way. I’ll try to restart this rhythm. For this first post of the New Year, I’m going to cover a more technical topic. Most Windows...
on
24 Jan 2011
Blog Post:
Configurig WSMan Limits
Aditya Patwardhan [MSFT]
Here is an article that shows how to use Powershell to easily configure WSMan Limits. http://blogs.msdn.com/powershell/archive/2010/05/03/configuring-wsman-limits.aspx Hope this helps. Aditya Patwardhan [MSFT]
on
7 May 2010
Blog Post:
Why do I get ACCESS DENIED when running commands on a remote PS runspace?
Manoj Ampalam
This blog entry describes the reasons behind getting "Access Denied" on certain commands run on remote PS runspaces and ways to work around them. The category of commands include ones that authenticate to other services, try to access network resources and others that depend on the "impersonation" level...
on
2 May 2010
Blog Post:
Powershell Remoting fails with 502 error from server
Manoj Ampalam
502 usually results from an intermediate gateway/proxy unable to understand server’s response. If however, you don't expect a gateway or proxy to sit between your client and server, this error may result from a misconfigured proxy settings on your client box. To view, proxy settings, run the following...
on
25 Feb 2010
Blog Post:
Powershell Remoting through Load Balancers : The "select or value was not found" problem
Manoj Ampalam
Powershell remoting is supported over load balancers with configuration described at http://msdn.microsoft.com/en-us/library/ee309370(VS.85).aspx#load_balancing_in__the__iis_extension_hosting_model Users when trying to use this feature may hit a problem that breaks an active runspace with an error...
on
25 Feb 2010
Blog Post:
WinRM hosted in IIS fails to start with error 1300 in event log
Manoj Ampalam
WinRM is hosted within IIS by enabling the WinRM native module at a particular IIS site, app or a vdir. IIS sites and apps can be configured to run in a specific application pool. Each application pool runs under a specific user context. WinRM will fail to start when the user associated with the application...
on
25 Feb 2010
Blog Post:
Quick and Dirty Large Scale Event forwarding for Windows
kmathur
We recently got a question on this blog about event forwarding. This post by Otto Helweg gives a great introduction to event forwarding mechanism in windows - http://blogs.technet.com/otto/archive/2008/07/08/quick-and-dirty-enterprise-eventing-for-windows.aspx Kapil Mathur [MSFT]
on
28 Jan 2010
Blog Post:
CIM 101
kmathur
The CIM is an information model, a conceptual view of the managed environment, that attempts to unify and extend the existing instrumentation and management standards (SNMP, DMI, CMIP, etc.) using object-oriented constructs and design. WMI uses the Common Information Model (CIM) industry standard to...
on
7 Dec 2009
Blog Post:
Windows Management Framework RC release for Windows Vista and Windows Server 2008
kmathur
The Microsoft Windows Management Framework RC release for Windows Vista and Windows Server 2008 includes the following components: WinRM 2.0 Windows Remote Management (WinRM) is the Microsoft implementation of WS-Management Protocol , a standard Simple Object Access Protocol (SOAP)–based, firewall...
on
18 Aug 2009
Blog Post:
What's New in WinRM for Windows 7
kmathur
Topic Description WinRM Client Shell API The WinRM Client Shell application programming interface (API) provides functionality to create and manage shells and shell operations, commands, and data streams on remote computers. WinRM Plugin API The WinRM Plug-in API provides...
on
13 Aug 2009
Blog Post:
How To Use WSMan Proxy Support
Jiachuan Wang
The end user can operate a WSMan client from behind a web proxy for remote management, that is, the client machine connects to the internet through a web proxy server. All HTTP traffic between the client machine and the internet must pass through the proxy server. Communication between WSMan client...
on
8 Jun 2009
Blog Post:
Association Traversal Using WSMan cmdlets
Jiachuan Wang
First let us review the concept of “CIM/WMI association”, then we’ll show examples on how to perform association traversal using WSMan-related cmdlets. Please note this is a generic discussion about association traversal but targeting Win7 implementation. Applying them to standard interop namespace and...
on
2 May 2009
Blog Post:
Forwarding security related events from XP, Win2k3, Vista using WinRM (WSMan) event forwarding
Uma Boddeti
Procedure for forwarding system and application logs from a given winrm endpoint can be found at http://blogs.technet.com/otto/default.aspx In order to forward security events, the following needs to be done at the endpoint: If endpoint is Vista, WS08: Add "Network Service" to the "Event Log Readers...
on
6 Apr 2009
Blog Post:
WSMan Enhancements in PowerShell 2.0
Raghu Shantha [MSFT]
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 and managing resources both in-band and...
on
25 Mar 2009
Blog Post:
How to use WSMan config provider for certificate authentication
Jiachuan Wang
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 context of the mapped account when processing the...
on
23 Mar 2009
Blog Post:
Three ways to configure WinRM listeners.
Yanbing Wang
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: winrm qc –transport:https Note: this...
on
17 Mar 2009
Blog Post:
Great blog post on event forwarding
Uma Boddeti
Check out the following blog on WinRM event forwarding at http://blogs.technet.com/otto/default.aspx
on
28 Jan 2009
Blog Post:
Accessing WMI data via WinRM
praskuma
Windows Remote Management, better known as WinRM , provides an easy to use firewall friendly way to access Windows Management Instrumentation ( WMI ) data across different systems, using SOAP over HTTP protocol. In a nutshell, WMI represents management data in an enterprise network, and WinRM provides...
on
16 Jan 2009
Blog Post:
Welcome to Windows Management Infrastructure Blog
kmathur
Vision and Mission To provide IT Professionals, Management Solution Providers, Hosted Service providers and Developers visibility into feature ideas, opinions and solutions from the Windows Management Platform team. To empower IT Professionals with ideas/tools that will help with Data Center automation...
on
12 Jan 2009
Page 1 of 1 (21 items)