< Back

New-WindowsInformationProtectionAppLockerFileObject

Sat Jan 18, 2020 1:44 pm

NAME New-WindowsInformationProtectionAppLockerFileObject



SYNOPSIS

Creates a new object which represents a "microsoft.graph.windowsInformationProtectionAppLockerFile" (or one of its

derived types).





SYNTAX

New-WindowsInformationProtectionAppLockerFileObject [-displayName <string>] [-file <byte[]>] [-fileHash <string>]

[-version <string>] [<CommonParameters>]





DESCRIPTION

Creates a new object which represents a "microsoft.graph.windowsInformationProtectionAppLockerFile" (or one of its

derived types).



Windows Information Protection AppLocker File





PARAMETERS

-displayName <string>

The "displayName" property, of type "Edm.String".



This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.



The friendly name



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-fileHash <string>

The "fileHash" property, of type "Edm.String".



This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.



SHA256 hash of the file



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-file <byte[]>

The "file" property, of type "Edm.Binary".



This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.



File as a byte array



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-version <string>

The "version" property, of type "Edm.String".



This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.



Version of the entity.



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





RELATED LINKS