Powershell Get-Date – Working with Date and Time Cmdlets
nintyzeros.com
Powershell Get-Date – Working with Date and Time Cmdlets
1–5 of 5 posts
Re: Powershell Get-Date – Working with Date and Time Cmdlets
#2Thanks
Re: Powershell Get-Date – Working with Date and Time Cmdlets
#3I’m thinking of investing time in learning powershell. How are custom cmdlets created? C#?
Re: Powershell Get-Date – Working with Date and Time Cmdlets
#4I’m thinking of investing time in learning powershell. How are custom cmdlets created? C#?
You can write in powershell or c# to write own cmdltets. C# is more preferred way it seems.
Re: Powershell Get-Date – Working with Date and Time Cmdlets
#5To start creating cmdlet you should look on how to create module. You can use C# but most PowerShell dev use PowerShell with or without OOP.
https://docs.microsoft.com/en-us/powershell/developer/module...