< Back

New-BitLockerRemovableDrivePolicyObject

Sat Jan 18, 2020 12:10 pm

NAME New-BitLockerRemovableDrivePolicyObject



SYNOPSIS

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

types).





SYNTAX

New-BitLockerRemovableDrivePolicyObject [-blockCrossOrganizationWriteAccess <bool>] [-encryptionMethod <string>]

[-requireEncryptionForWriteAccess <bool>] [<CommonParameters>]





DESCRIPTION

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

types).





PARAMETERS

-encryptionMethod <string>

The "encryptionMethod" property, of type "microsoft.graph.bitLockerEncryptionMethod".



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



Select the encryption method for removable drives.



Valid values: 'aesCbc128', 'aesCbc256', 'xtsAes128', 'xtsAes256'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-requireEncryptionForWriteAccess <bool>

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



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



Indicates whether to block write access to devices configured in another organization. If

requireEncryptionForWriteAccess is false, this value does not affect.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-blockCrossOrganizationWriteAccess <bool>

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



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



This policy setting determines whether BitLocker protection is required for removable data drives to be

writable on a computer.



Required? false

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