< Back
New-Myjson
Post
NAME New-Myjson
SYNOPSIS
Create new myjson file
SYNTAX
New-Myjson [[-InputObject] <Object>] [<CommonParameters>]
DESCRIPTION
Creates new myjson file from the provided object or creates empty if not provided
PARAMETERS
-InputObject <Object>
Object to upload
Required? false
Position? 1
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
Object to upload
OUTPUTS
Id of the created myjson file
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>New-Myjson -InputObject @{"key"="value"}
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>New-Myjson
RELATED LINKS
SYNOPSIS
Create new myjson file
SYNTAX
New-Myjson [[-InputObject] <Object>] [<CommonParameters>]
DESCRIPTION
Creates new myjson file from the provided object or creates empty if not provided
PARAMETERS
-InputObject <Object>
Object to upload
Required? false
Position? 1
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
Object to upload
OUTPUTS
Id of the created myjson file
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>New-Myjson -InputObject @{"key"="value"}
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>New-Myjson
RELATED LINKS