< Back

New-WindowsInformationProtectionAppObject

Sat Jan 18, 2020 1:44 pm

NAME New-WindowsInformationProtectionAppObject



SYNOPSIS

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

types).





SYNTAX

New-WindowsInformationProtectionAppObject [-denied <bool>] [-description <string>] [-displayName <string>]

[-productName <string>] [-publisherName <string>] [<CommonParameters>]



New-WindowsInformationProtectionAppObject -windowsInformationProtectionDesktopApp <SwitchParameter> [-binaryName

<string>] [-binaryVersionHigh <string>] [-binaryVersionLow <string>] [-denied <bool>] [-description <string>]

[-displayName <string>] [-productName <string>] [-publisherName <string>] [<CommonParameters>]



New-WindowsInformationProtectionAppObject -windowsInformationProtectionStoreApp <SwitchParameter> [-denied <bool>]

[-description <string>] [-displayName <string>] [-productName <string>] [-publisherName <string>]

[<CommonParameters>]





DESCRIPTION

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

types).





PARAMETERS

-displayName <string>

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



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



App display name.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-description <string>

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



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



The app's description.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-publisherName <string>

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



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



The publisher name



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-productName <string>

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



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



The product name.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-denied <bool>

The "denied" property, of type "Edm.Boolean".



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



If true, app is denied protection or exemption.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-windowsInformationProtectionDesktopApp <SwitchParameter>

A switch parameter for selecting the parameter set which corresponds to the

"microsoft.graph.windowsInformationProtectionDesktopApp" type.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-binaryName <string>

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



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



The binary name.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-binaryVersionLow <string>

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



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



The lower binary version.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-binaryVersionHigh <string>

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



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



The high binary version.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-windowsInformationProtectionStoreApp <SwitchParameter>

A switch parameter for selecting the parameter set which corresponds to the

"microsoft.graph.windowsInformationProtectionStoreApp" type.



Required? true

Position? named

Default value False

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