Skip to content

Commit 9acf1cd

Browse files
Update New-ADOrganizationalUnit.md
Corrected two URLs
1 parent 8939f48 commit 9acf1cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docset/winserver2022-ps/activedirectory/New-ADOrganizationalUnit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You can override property values from the template by setting cmdlet parameters.
4444
For more information, see the *Instance* parameter description for this cmdlet.
4545

4646
Method 3: Use the **Import-Csv** cmdlet with the **New-ADOrganizationalUnit** cmdlet to create multiple Active Directory OU objects.
47-
To do this, use the [**Import-Csv**](https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/import-csv) cmdlet to create the custom objects
47+
To do this, use the [**Import-Csv**](/powershell/module/microsoft.powershell.utility/import-csv) cmdlet to create the custom objects
4848
from a comma-separated value (CSV) file that contains a list of object properties.
4949
Then pass these objects through the pipeline to the **New-ADOrganizationalUnit** cmdlet to create the OU objects.
5050

@@ -181,7 +181,7 @@ If the cmdlet is run from such a provider drive, the account associated with the
181181
To specify this parameter, you can type a user name, such as `User1` or `Domain01\User01` or you can specify a **PSCredential** object.
182182
If you specify a user name for this parameter, the cmdlet prompts for a password.
183183

184-
You can also create a **PSCredential** object by using a script or by using the [Get-Credential](https://learn.microsoft.com/powershell/module/microsoft.powershell.security/get-credential?view=powershell-7.3) cmdlet.
184+
You can also create a **PSCredential** object by using a script or by using the [Get-Credential](/powershell/module/microsoft.powershell.security/get-credential?view=powershell-7.3) cmdlet.
185185
You can then set the *Credential* parameter to the **PSCredential** object.
186186

187187
If the acting credentials do not have directory-level permission to perform the task, Active Directory PowerShell returns a terminating error.

0 commit comments

Comments
 (0)