< Back
ConvertFrom-PSFClixml
Post
NAME ConvertFrom-PSFClixml
SYNOPSIS
Converts data that was serialized from an object back into that object.
SYNTAX
ConvertFrom-PSFClixml [-InputObject] <Object> [<CommonParameters>]
DESCRIPTION
Converts data that was serialized from an object back into that object.
Use Import-PSFclixml to restore objects serialized and written to file.
This command is designed for converting serialized data in memory, for example to expand objects returned by a
network api.
PARAMETERS
-InputObject <Object>
The serialized data to restore to objects.
Required? true
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
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>$data | ConvertFrom-PSFClixml
Converts the data stored in $data back into objects
RELATED LINKS
SYNOPSIS
Converts data that was serialized from an object back into that object.
SYNTAX
ConvertFrom-PSFClixml [-InputObject] <Object> [<CommonParameters>]
DESCRIPTION
Converts data that was serialized from an object back into that object.
Use Import-PSFclixml to restore objects serialized and written to file.
This command is designed for converting serialized data in memory, for example to expand objects returned by a
network api.
PARAMETERS
-InputObject <Object>
The serialized data to restore to objects.
Required? true
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
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>$data | ConvertFrom-PSFClixml
Converts the data stored in $data back into objects
RELATED LINKS