minor tweaks

This commit is contained in:
Iaan
2016-06-01 17:57:44 +10:00
parent 4b371cc25d
commit a0a8c48b24

View File

@ -26,10 +26,10 @@ PowerShell cmdlets are most useful in Windows Server environments where that don
PowerShell is typically installed under the folder _%SystemRoot%\system32\WindowsPowerShell_. PowerShell is typically installed under the folder _%SystemRoot%\system32\WindowsPowerShell_.
**To use Windows Defender PowerShell cmdlets** **Use Windows Defender PowerShell cmdlets**
1. Click **Start**, type **powershell**, and press **Enter**. 1. Click **Start**, type **powershell**, and press **Enter**.
2. Click **Windows PowerShell** to open the shell. 2. Click **Windows PowerShell** to open the interface.
> **Note:**  You may need to open an administrator-level version of PowerShell. Right-click the item in the Start menu, click **Run as administrator** and click **Yes** at the permissions prompt. > **Note:**  You may need to open an administrator-level version of PowerShell. Right-click the item in the Start menu, click **Run as administrator** and click **Yes** at the permissions prompt.
3. Enter the command and parameters. 3. Enter the command and parameters.
@ -40,4 +40,4 @@ Get-Help <cmdlet> -Online
``` ```
Omit the `-online` parameter to get locally cached help. Omit the `-online` parameter to get locally cached help.
For a list of the cmdlets and their functions and available parameters, see the [Defender cmdlets](https://technet.microsoft.com/en-us/library/dn433280.aspx). For a list of the cmdlets and their functions and available parameters, see the [Defender cmdlets](https://technet.microsoft.com/en-us/library/dn433280.aspx) topic.