< Back

Remove-NsGroupQuota

Sat Jan 18, 2020 5:14 pm

NAME Remove-NsGroupQuota



SYNOPSIS

Remove a group quota from the given filesystem





SYNTAX

Remove-NsGroupQuota [-Path] <String> [-Group] <String> [-NoWait] [-WhatIf] [-Confirm] [<CommonParameters>]





DESCRIPTION

Remove a group quota from the given filesystem





PARAMETERS

-Path <String>



Required? true

Position? 1

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-Group <String>



Required? true

Position? 2

Default value

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



-NoWait [<SwitchParameter>]

Invoke to make the cmdlet start the job and return the GUID of the JobID



Required? false

Position? named

Default value False

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Confirm [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

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

True if the quota as removed correctly





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



PS C:\\>Remove-GroupQuota p1/collab1 -Group "S-1-5-21-1643737065-1150840763-312552118-242249"



True



Remove a quota for an active directory group











RELATED LINKS