mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-17 19:33:37 +00:00
Merge remote-tracking branch 'refs/remotes/origin/master' into rs3
This commit is contained in:
@ -9,7 +9,7 @@ ms.sitesec: library
|
||||
ms.pagetype: surfacehub
|
||||
author: jdeckerms
|
||||
ms.author: jdecker
|
||||
ms.date: 08/16/2017
|
||||
ms.date: 09/25/2017
|
||||
ms.localizationpriority: medium
|
||||
---
|
||||
|
||||
@ -298,11 +298,6 @@ PrintSuccess "Connected to Lync Server Remote PowerShell"
|
||||
Import-PSSession $sessExchange -AllowClobber -WarningAction SilentlyContinue
|
||||
Import-PSSession $sessLync -AllowClobber -WarningAction SilentlyContinue
|
||||
|
||||
# In case there was any uncaught errors
|
||||
ExitIfError("Remote connections failed. Please check your credentials and try again.")
|
||||
|
||||
|
||||
|
||||
## Create the Exchange mailbox ##
|
||||
# Note: These exchange commandlets do not always throw their errors as exceptions
|
||||
|
||||
@ -670,11 +665,6 @@ catch
|
||||
Import-PSSession $sessExchange -AllowClobber -WarningAction SilentlyContinue
|
||||
Import-PSSession $sessCS -AllowClobber -WarningAction SilentlyContinue
|
||||
|
||||
# In case there was any uncaught errors
|
||||
ExitIfError "Remote connection failed. Please check your credentials and try again."
|
||||
|
||||
|
||||
|
||||
## Create the Exchange mailbox ##
|
||||
# Note: These exchange commandlets do not always throw their errors as exceptions
|
||||
|
||||
@ -1571,8 +1561,7 @@ catch
|
||||
|
||||
Import-PSSession $sessCS -AllowClobber
|
||||
|
||||
# In case there was any uncaught errors
|
||||
ExitIfError("Remote connection failed. Please check your credentials and try again.")
|
||||
|
||||
Write-Host "--------------------------------------------------------------." -foregroundcolor "magenta"
|
||||
|
||||
# Getting registrar pool
|
||||
|
@ -8,7 +8,7 @@ ms.sitesec: library
|
||||
ms.pagetype: surfacehub
|
||||
author: jdeckerms
|
||||
ms.author: jdecker
|
||||
ms.date: 08/17/2017
|
||||
ms.date: 09/25/2017
|
||||
ms.localizationpriority: medium
|
||||
---
|
||||
|
||||
@ -21,6 +21,7 @@ This topic lists new and updated topics in the [Surface Hub Admin Guide]( surfac
|
||||
New or changed topic | Description
|
||||
--- | ---
|
||||
[Top support solutions for Surface Hub](support-solutions-surface-hub.md) | New
|
||||
[PowerShell for Surface Hub](appendix-a-powershell-scripts-for-surface-hub.md) | Updated account creation scripts
|
||||
|
||||
## August 2017
|
||||
|
||||
|
@ -41,7 +41,9 @@ A good practice when using manage-bde is to determine the volume status on the t
|
||||
``` syntax
|
||||
manage-bde -status
|
||||
```
|
||||
This command returns the volumes on the target, current encryption status and volume type (operating system or data) for each volume.
|
||||
This command returns the volumes on the target, current encryption status, encryption method, and volume type (operating system or data) for each volume:
|
||||
|
||||

|
||||
|
||||
The following example illustrates enabling BitLocker on a computer without a TPM chip. Before beginning the encryption process you must create the startup key needed for BitLocker and save it to the USB drive. When BitLocker is enabled for the operating system volume, the BitLocker will need to access the USB flash drive to obtain the encryption key (in this example, the drive letter E represents the USB drive). You will be prompted to reboot to complete the encryption process.
|
||||
|
||||
|
BIN
windows/device-security/bitlocker/images/manage-bde-status.png
Normal file
BIN
windows/device-security/bitlocker/images/manage-bde-status.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
Reference in New Issue
Block a user