< Back

Remove-NsUserQuota

Sat Jan 18, 2020 5:14 pm

NAME Remove-NsUserQuota



SYNOPSIS

Remove a user quota from the given filesystem





SYNTAX

Remove-NsUserQuota [-Path] <String> [-User] <String> [-NoWait] [-WhatIf] [-Confirm] [<CommonParameters>]





DESCRIPTION

Remove a user quota from the given filesystem





PARAMETERS

-Path <String>



Required? true

Position? 1

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-User <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-UserQuota p1/collab1 -User 6565



True



Remove a quota for a unix uid











RELATED LINKS