< Back

Get-NsGroupQuota

Sat Jan 18, 2020 5:13 pm

NAME Get-NsGroupQuota



SYNOPSIS

Retrieves group quotas for a filesystem





SYNTAX

Get-NsGroupQuota [-Path] <String> [[-Group] <String>] [<CommonParameters>]





DESCRIPTION

Retrieves group quotas for a filesystem





PARAMETERS

-Path <String>



Required? true

Position? 1

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-Group <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 group is specified, all quota objects for the filesystem

Otherwise the quota object for the requested group on the filesystem





-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-GroupQuota -Path p1/top1



Group Quota

----- -----

S-1-5-21-1643737065-1150890963-312552118-242249 524288000



Get all group quotas for a file system











RELATED LINKS