In this section, you will find stuff related to powershell including:
- My own PowerShell posts
- Links to interesting websites and books about PowerShell
- RSS feeds to let you be aware about last hot topics around PowerShell
- When available link to my Github public repository for PowerShell Scripts
My own Powershell posts
PowerShell for Windows -Intro | powershell introduction |
Install VMware Tools with PowerShell | Install VMware tools on W2K16 Core |
PowerShell getting started | PowerShell – What you need to know to get started |
PowerShell commands that will do the trick | PowerShell Cmdlets that will save your time and energy |
Quick introduction about creating Help file in your scripts | PowerShell- Create Help section in your scripts |
RSS Feed – Powershell Planet
- PasswordSolution uses the DSInternals PowerShell module to gather Active Directory hashes and then combines that data into a prettified report. If you have ever used DSInternals, you know that while very powerful, it comes with raw data that is hard to process and requires some skills to get it into a state that can be […]
- This week the annual Dutch Experts Live meeting was there again in Den Bosch, I was there together with some of my colleagues from NEXXT, and this is my impression of the event 🙂
- The Get-IISAppPool cmdlet helps to access and configure Internet Information Services (IIS) application pools. This cmdlet is available within the IISAdministration PowerShell module. It enables users to retrieve information, such as application pool name, .Net framework version, runtime version, state, and recycling settings of an existing IIS application pool. This cmdlet examines the applicationHost.config configuration… […]
- Earlier this Spring, I released a new function called Get-TypeMember. The function is in the PSScriptTools module. I wrote about that release here. This command is an alternative to Get-Member that includes more details. The other day I pushed a new version that makes it easier to identify properties that are enumerations. The function has…
- Learn what the PowerShell If Statement construct is, understand its syntax and how it works.
GitHub Public Repository
If you want to see my scripts, you can have a look on my GitHub Public Repository at the following URL:
https://github.com/v-itpassion-be/powercli
You can always reach me here: