Stéphane van Gulick wrote a new post,
Create an Ansible inventory file with psansible.inventory and an Ansible inventory script in PowerShell 1 month, 1 week ago
The PowerShell module psansible.Inventory allows you to simplify the dynamic creation of your Ansible inventory with the help of an Ansible inventory script. You can retrieve data from your preferred sources, structure the data, and create a standardized Ansible inventory.
Stéphane van Gulick wrote a new post,
PowerShell Classes – Part 4: Constructors 5 years, 6 months ago
Constructors are important subjects in object-oriented programming. A constructor is a special method of initializing the creation of an object. The constructor is used to add (or not) an extra layer of control during the instantiation of an object.
Stéphane van Gulick wrote a new post, PowerShell classes – Part 3: Methods 5 years, 6 months ago
An object’s methods determine its possible actions. A method is somewhat similar to a function in that it executes a procedure; the main difference is that the method is attached to the object. In contrast to m […]
Stéphane van Gulick wrote a new post, PowerShell classes – Part 2: Properties 5 years, 6 months ago
A property is a value that adds information to an object. A PowerShell object is essentially a collection of properties and methods (discusses in my next post) which are also called the members of the […]
Stéphane van Gulick wrote a new post, PowerShell classes – Part 1: Objects 5 years, 6 months ago
In a way, classes are the bridge between IT administration and software development. However, classes can also be useful for IT pros who want to improve their scripting skills.
Note that this series targets the […]
Stéphane van Gulick's profile was updated 5 years, 6 months ago
Stéphane van Gulick changed their profile picture 5 years, 6 months ago