< Back
ConvertTo-NsNfsSecurityContexts
Post
NAME ConvertTo-NsNfsSecurityContexts
SYNOPSIS
Converts a string into a nfsShare_securityContexts object
SYNTAX
ConvertTo-NsNfsSecurityContexts [[-acl] <String>] [<CommonParameters>]
DESCRIPTION
Converts a string into a nfsShare_securityContexts object
PARAMETERS
-acl <String>
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 nfsShare_securityContexts object.
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>"host1","192.168.0.2","@192.168.2.0/24","domain:local.domain" | ConvertTo-NfsSecurityContexts
entity etype
------ -----
host1 fqdn
192.168.0.2 fqdn
192.168.2.0 network
local.domain domain
RELATED LINKS
SYNOPSIS
Converts a string into a nfsShare_securityContexts object
SYNTAX
ConvertTo-NsNfsSecurityContexts [[-acl] <String>] [<CommonParameters>]
DESCRIPTION
Converts a string into a nfsShare_securityContexts object
PARAMETERS
-acl <String>
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 nfsShare_securityContexts object.
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>"host1","192.168.0.2","@192.168.2.0/24","domain:local.domain" | ConvertTo-NfsSecurityContexts
entity etype
------ -----
host1 fqdn
192.168.0.2 fqdn
192.168.2.0 network
local.domain domain
RELATED LINKS