< Back
Get-NfUserQuota
Post
NAME Get-NfUserQuota
SYNOPSIS
Retrieves user quotas for a filesystem
SYNTAX
Get-NfUserQuota [-Path] <String> [[-User] <String>] [<CommonParameters>]
DESCRIPTION
Retrieves user quotas for a filesystem
PARAMETERS
-Path <String>
Required? true
Position? 1
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-User <String>
Required? false
Position? 2
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
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
If no user is specified, all quota objects for the filesystem
Otherwise the quota object for the requested user on the filesystem
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-UserQuota -Path p1/collab1
User Quota
---- -----
6565 1073741824
S-1-5-21-1643737065-1150890963-312552118-56130 1099511627776
Get all user quotas for a file system
RELATED LINKS
SYNOPSIS
Retrieves user quotas for a filesystem
SYNTAX
Get-NfUserQuota [-Path] <String> [[-User] <String>] [<CommonParameters>]
DESCRIPTION
Retrieves user quotas for a filesystem
PARAMETERS
-Path <String>
Required? true
Position? 1
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-User <String>
Required? false
Position? 2
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
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
If no user is specified, all quota objects for the filesystem
Otherwise the quota object for the requested user on the filesystem
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-UserQuota -Path p1/collab1
User Quota
---- -----
6565 1073741824
S-1-5-21-1643737065-1150890963-312552118-56130 1099511627776
Get all user quotas for a file system
RELATED LINKS