Horje
powershell create object Code Example
powershell create object
# Creating a PSCustomObject in Powershell
$MyDetails = @{
  Name = 'Sean'
  Height = '188cm'
}

$Me = New-Object -TypeName PsObject -Property $MyDetails




Shell

Related
public key generate Code Example public key generate Code Example
navigate to a directory linux Code Example navigate to a directory linux Code Example
how to add image in github readme Code Example how to add image in github readme Code Example
readmemd img Code Example readmemd img Code Example
add image to readme Code Example add image to readme Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10