TestimoX

API Reference

Command

Get-CxFileOwner

Namespace ComputerX.PowerShell
Outputs
System.Object

Gets the owner of a file or directory.

Examples

Authored help example

Example 1


Get-CxFileOwner -Path 'C:\\Data'
        

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

Get-CxFileOwner -Path <string> [<CommonParameters>]
#

Parameters

Path string requiredposition: 0pipeline: false
File system path to the target resource.

Outputs

System.Object