Author | external help file | Module Guid | Module Name | online version | schema |
---|---|---|---|---|---|
Paul Boyer |
PSVault-BitLocker-help.xml |
a4cc3f60-0be8-4abd-90f6-78845d0c3e76 |
PSVault-BitLocker |
2.0.0 |
Script for manually activating BitLocker on Windows 10 machines
Activate-BitLocker [-ComputerNames] <String[]> [[-Credential] <PSCredential>] [[-LogFile] <String>]
[<CommonParameters>]
Runs the BitLocker PowerShell cmdlet on each machine in the -ComptuerNames string array as a remote job.
Activate-BitLocker -ComputerNames "desktop01","desktop02" -LogFile "\\winfs1\share1\log.txt"
String array of computer names for which BitLocker needs to be enabled
Type: String[]
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
A PSCredential object for authenticating remote sessions
Type: PSCredential
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Path to write out the log file.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Paul Boyer - 2-24-21
https://docs.microsoft.com/en-us/powershell/module/bitlocker/enable-bitlocker?view=win10-ps
https://docs.microsoft.com/en-us/powershell/module/bitlocker/enable-bitlocker?view=win10-ps