Skip to content

Commit 7328887

Browse files
remove domain - prefer short link flavour
Apply suggestions from code review Co-authored-by: JohanFreelancer9 <[email protected]>
1 parent a4cedc6 commit 7328887

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docset/winserver2019-ps/activedirectory/ActiveDirectory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ title: ActiveDirectory
1313
## Description
1414
The Active Directory module for Windows PowerShell is a PowerShell module that consolidates a group of cmdlets. You can use these cmdlets to manage your Active Directory domains, Active Directory Lightweight Directory Services (AD LDS) configuration sets, and Active Directory Database Mounting Tool instances in a single, self-contained package.
1515

16-
If you don't have the Active Directory module installed on your machine, you need to download the correct Remote Server Administration Tools (RSAT) package for your OS. If you're running Windows 7, you will also need to run the `import-module ActiveDirectory` command from an elevated PowerShell prompt. For more detail, see [Remote Server Administration Tools (RSAT) for Windows](https://docs.microsoft.com/troubleshoot/windows-server/system-management-components/remote-server-administration-tools). Starting with Windows 10 October 2018 Update, RSAT is included as a set of Features on Demand right from Windows 10. Now, instead of downloading an RSAT package you can just go to Manage optional features in Settings and click Add a feature to see the list of available RSAT tools. Select and install the specific RSAT tools you need. To see installation progress, click the Back button to view status on the Manage optional features page.
16+
If you don't have the Active Directory module installed on your machine, you need to download the correct Remote Server Administration Tools (RSAT) package for your OS. If you're running Windows 7, you will also need to run the `import-module ActiveDirectory` command from an elevated PowerShell prompt. For more detail, see [Remote Server Administration Tools (RSAT) for Windows](/troubleshoot/windows-server/system-management-components/remote-server-administration-tools). Starting with Windows 10 October 2018 Update, RSAT is included as a set of Features on Demand right from Windows 10. Now, instead of downloading an RSAT package you can just go to Manage optional features in Settings and click Add a feature to see the list of available RSAT tools. Select and install the specific RSAT tools you need. To see installation progress, click the Back button to view status on the Manage optional features page.
1717

18-
If you want to use this module in PowerShell 7, please see [PowerShell 7 module compatibility](https://docs.microsoft.com/powershell/scripting/whats-new/module-compatibility).
18+
If you want to use this module in PowerShell 7, please see [PowerShell 7 module compatibility](/powershell/scripting/whats-new/module-compatibility).
1919

2020
## ActiveDirectory Cmdlets
2121
### [Add-ADCentralAccessPolicyMember](./Add-ADCentralAccessPolicyMember.md)

0 commit comments

Comments
 (0)