PowerShell - Working with Objects
What does the
Add-Member -MemberType ScriptMethod cmdlet do in PowerShell?Add-Member -MemberType ScriptMethod cmdlet do in PowerShell?Add-Member is used to add properties or methods to existing objects in PowerShell.-MemberType ScriptMethod is used, it adds a method (a function) that can be called on the object.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions