PowerShell New-Object Cmdlet

PowerShell New-Object Cmdlet Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed Get-Member cmdlet in PowerShell. https://cloudaffaire.com/powershell-get-member-cmdlet/ In this blog post, we will discuss New-Object cmdlet in PowerShell. The New-Object cmdlet creates an instance of a .NET Framework or COM object. The. NET System Class Type or Progide of a COM object can be defined. You provide the full name of a. NET System class, and…

Comments Off on PowerShell New-Object Cmdlet