Tagged Questions
4
votes
3answers
312 views
PowerShell - Distributed Solution
I'm new to PS so I may get some of the terminology wrong.
If you want to roll out a custom PowerShell environment (snap-in) for a team of 30 developers/DBAs. What is the best way to do this... if you ...
2
votes
2answers
105 views
Is Make-Shell deprecated?
A couple of years ago I used Make-shell to create custom shells with custom cmdlets.
Later I used snap-in technique and I forgot about that option.
Now I should deploy a set of custom cmdlets to a ...
1
vote
1answer
175 views
Custom PowerShell Snapin: custom format doesn't work
I used this article to write my first own Powershell Cmdlet and Snapin. And it works fine.
But I return a set of objects from my own data class, which has four properties and I want Powershell to ...