GetProc01 Code Samples
Here are the code samples for the GetProc01 sample cmdlet. This is the basic Get-Process
cmdlet sample described in Creating Your First Cmdlet. A Get-Process
cmdlet is designed to retrieve information about all the processes running on the local computer.
For complete sample code, see the following topics.
Language | Topic |
---|---|
C# | GetProc01 (C#) Sample Code |
VB.NET | GetProc01 (VB.NET) Sample Code |
See Also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.