Hi Koushi,
 
See the following PowerShell CmdLets
 
PS C:\> get-help get-ncfile
NAME
    Get-NcFile
SYNOPSIS
    Obtains information for a file or directory.
SYNTAX
    Get-NcFile [-Path] <String> [-VserverContext <String>] [-Controller <NcController[]>] [<CommonParameters>]
DESCRIPTION
    Obtains information for a file or directory.
PS C:\> get-help get-ncqtree
NAME
    Get-NcQtree
SYNOPSIS
    List the qtrees in a cluster or vserver.
SYNTAX
    Get-NcQtree [[-Volume] <String[]>] [[-Qtree] <String[]>] [-VserverContext <String>] [-Attributes <QtreeInfo>] [-Controller <NcController[]>] [<Co
    mmonParameters>]
    Get-NcQtree [-VserverContext <String>] -Template [-Controller <NcController[]>] [<CommonParameters>]
    Get-NcQtree [-VserverContext <String>] -Query <QtreeInfo> [-Attributes <QtreeInfo>] [-Controller <NcController[]>] [<CommonParameters>]
DESCRIPTION
    List the qtrees in a cluster or vserver.It should be possible for you to list the files and directories within a qtree on vserver using these cmdlets.
 
/matt
 
					
				
			
			
				
	If this post resolved your issue, help others by selecting  ACCEPT AS SOLUTION or adding a KUDO.