mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-14 14:27:22 +00:00
links changed + linting
I altered the links to point directly to the page they were being redirected to I also did a light copyedit, including linting text editor warnings away
This commit is contained in:
parent
685a88d01c
commit
c63997c6c4
@ -23,26 +23,25 @@ manager: dansimp
|
|||||||
|
|
||||||
- [Microsoft Defender Advanced Threat Protection (Microsoft Defender ATP)](https://go.microsoft.com/fwlink/p/?linkid=2069559)
|
- [Microsoft Defender Advanced Threat Protection (Microsoft Defender ATP)](https://go.microsoft.com/fwlink/p/?linkid=2069559)
|
||||||
|
|
||||||
You can use PowerShell to perform various functions in Windows Defender. Similar to the command prompt or command line, PowerShell is a task-based command-line shell and scripting language designed especially for system administration, and you can read more about it at the [PowerShell hub on MSDN](https://msdn.microsoft.com/powershell/mt173057.aspx).
|
You can use PowerShell to perform various functions in Windows Defender. Similar to the command prompt or command line, PowerShell is a task-based command-line shell and scripting language designed especially for system administration. You can read more about it at the [PowerShell hub on MSDN](https://docs.microsoft.com/previous-versions/msdn10/mt173057(v=msdn.10)).
|
||||||
|
|
||||||
For a list of the cmdlets and their functions and available parameters, see the [Defender cmdlets](https://technet.microsoft.com/library/dn433280.aspx) topic.
|
For a list of the cmdlets and their functions and available parameters, see the [Defender cmdlets](https://docs.microsoft.com/powershell/module/defender) topic.
|
||||||
|
|
||||||
PowerShell cmdlets are most useful in Windows Server environments that don't rely on a graphical user interface (GUI) to configure software.
|
PowerShell cmdlets are most useful in Windows Server environments that don't rely on a graphical user interface (GUI) to configure software.
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> PowerShell cmdlets should not be used as a replacement for a full network policy management infrastructure, such as [Microsoft Endpoint Configuration Manager](https://docs.microsoft.com/configmgr), [Group Policy Management Console](https://technet.microsoft.com/library/cc731212.aspx), or [Windows Defender Antivirus Group Policy ADMX templates](https://support.microsoft.com/kb/927367).
|
> PowerShell cmdlets should not be used as a replacement for a full network policy management infrastructure, such as [Microsoft Endpoint Configuration Manager](https://docs.microsoft.com/configmgr), [Group Policy Management Console](https://technet.microsoft.com/library/cc731212.aspx), or [Windows Defender Antivirus Group Policy ADMX templates](https://support.microsoft.com/kb/927367).
|
||||||
|
|
||||||
Changes made with PowerShell will affect local settings on the endpoint where the changes are deployed or made. This means that deployments of policy with Group Policy, Microsoft Endpoint Configuration Manager, or Microsoft Intune can overwrite changes made with PowerShell.
|
Changes made with PowerShell will affect local settings on the endpoint where the changes are deployed or made. This means that deployments of policy with Group Policy, Microsoft Endpoint Configuration Manager, or Microsoft Intune can overwrite changes made with PowerShell.
|
||||||
|
|
||||||
You can [configure which settings can be overridden locally with local policy overrides](configure-local-policy-overrides-windows-defender-antivirus.md).
|
You can [configure which settings can be overridden locally with local policy overrides](configure-local-policy-overrides-windows-defender-antivirus.md).
|
||||||
|
|
||||||
PowerShell is typically installed under the folder _%SystemRoot%\system32\WindowsPowerShell_.
|
PowerShell is typically installed under the folder _%SystemRoot%\system32\WindowsPowerShell_.
|
||||||
|
|
||||||
|
|
||||||
## Use Windows Defender Antivirus PowerShell cmdlets
|
## Use Windows Defender Antivirus PowerShell cmdlets
|
||||||
|
|
||||||
1. Click **Start**, type **powershell**, and press **Enter**.
|
1. On the Windows taskbar, select **Start**, type **powershell**, and press **Enter**.
|
||||||
2. Click **Windows PowerShell** to open the interface.
|
2. Select **Windows PowerShell** to open the interface.
|
||||||
3. Enter the command and parameters.
|
3. Enter the command and parameters.
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
@ -53,6 +52,7 @@ To open online help for any of the cmdlets type the following:
|
|||||||
```PowerShell
|
```PowerShell
|
||||||
Get-Help <cmdlet> -Online
|
Get-Help <cmdlet> -Online
|
||||||
```
|
```
|
||||||
|
|
||||||
Omit the `-online` parameter to get locally cached help.
|
Omit the `-online` parameter to get locally cached help.
|
||||||
|
|
||||||
## Related topics
|
## Related topics
|
||||||
|
Loading…
x
Reference in New Issue
Block a user