formatting of a code block

This commit is contained in:
Patti Short 2018-05-22 16:11:59 -07:00
parent 3a20f9a8b5
commit 3eefb473e3

View File

@ -76,10 +76,9 @@ PS C:\> Stop-Website "Microsoft BitLocker Administration and Monitoring"
1. Use the **Back Up** task in SQL Server Management Studio to back up the Recovery Database on Server A. By default, the database name is **MBAM Recovery Database**.
2 To automate this procedure, create a SQL file (.sql) that contains the following SQL script, and change the MBAM Recovery Database to use the full recovery mode:
```syntax
2. To automate this procedure, create a SQL file (.sql) that contains the following SQL script, and change the MBAM Recovery Database to use the full recovery mode:
```
USE master;
GO
@ -123,7 +122,6 @@ PS C:\> Stop-Website "Microsoft BitLocker Administration and Monitoring"
);
GO
```
3. Use the following value to replace the values in the code example with values that match your environment: