< Back

ConvertFrom-NsNfsSecurityContexts

Sat Jan 18, 2020 5:12 pm

NAME ConvertFrom-NsNfsSecurityContexts



SYNOPSIS

Converts an nfsShare_securityContexts object into a string





SYNTAX

ConvertFrom-NsNfsSecurityContexts [[-acl] <Object>] [<CommonParameters>]





DESCRIPTION

Converts an nfsShare_securityContexts object into a string





PARAMETERS

-acl <Object>



Required? false

Position? 1

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

A string





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



PS C:\\>"host1","192.168.0.2","@192.168.2.0/24","domain:local.domain" | ConvertTo-NfsSecurityContexts |

ConvertFrom-NfsSecurityContexts



host1

192.168.0.2

@192.168.2.0/24

domain:local.domain











RELATED LINKS