Skip to content

Commit f56f9f8

Browse files
authored
Merge pull request MicrosoftDocs#2564 from velkovb/fix/2423-link
Resolves MicrosoftDocs#2423
2 parents d7b8c05 + 6870a9f commit f56f9f8

File tree

2 files changed

+21
-7
lines changed

2 files changed

+21
-7
lines changed

docset/winserver2012-ps/dnsserver/Add-DnsServerResourceRecord.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Add-DnsServerResourceRecord [-ZoneName] <String> [-Wins] [-AsJob] [-CimSession <
165165
The **Add-DnsServerResourceRecord** cmdlet adds a resource record for a Domain Name System (DNS) zone on a DNS server.
166166
You can add different types of resource records.
167167
Use different switches for different record types.
168-
For more information about resource records, see Managing Resource Recordshttp://technet.microsoft.com/en-us/library/cc754308.aspx (http://technet.microsoft.com/en-us/library/cc754308.aspx).
168+
For more information about resource records, see [Managing Resource Records](/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc754308(v=ws.11)).
169169

170170
By using this cmdlet, you can change a value for a record, configure whether a record has a time stamp, whether any authenticated user can update a record with the same owner name, and change lookup timeout values, Windows Internet Name Service (WINS) cache settings, and replication settings.
171171

@@ -389,7 +389,14 @@ Accept wildcard characters: False
389389
```
390390
391391
### -AsJob
392-
ps_cimcommon_asjob
392+
Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to complete.
393+
394+
The cmdlet immediately returns an object that represents the job and then displays the command prompt.
395+
You can continue to work in the session while the job completes.
396+
To manage the job, use the `*-Job` cmdlets.
397+
To get the job results, use the [Receive-Job](https://go.microsoft.com/fwlink/?LinkID=113372) cmdlet.
398+
399+
For more information about Windows PowerShell background jobs, see [about_Jobs](https://go.microsoft.com/fwlink/?LinkID=113251).
393400

394401
```yaml
395402
Type: SwitchParameter
@@ -435,7 +442,7 @@ Accept wildcard characters: False
435442

436443
### -CimSession
437444
Runs the cmdlet in a remote session or on a remote computer.
438-
Enter a computer name or a session object, such as the output of a New-CimSessionhttp://go.microsoft.com/fwlink/p/?LinkId=227967 or Get-CimSessionhttp://go.microsoft.com/fwlink/p/?LinkId=227966 cmdlet.
445+
Enter a computer name or a session object, such as the output of a [New-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227967) or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet.
439446
The default is the current session on the local computer.
440447

441448
```yaml

docset/winserver2012r2-ps/dnsserver/Add-DnsServerResourceRecord.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Add-DnsServerResourceRecord [-ZoneName] <String> [-ComputerName <String>] [-Pass
167167
The **Add-DnsServerResourceRecord** cmdlet adds a resource record for a Domain Name System (DNS) zone on a DNS server.
168168
You can add different types of resource records.
169169
Use different switches for different record types.
170-
For more information about resource records, see Managing Resource Recordshttp://technet.microsoft.com/en-us/library/cc754308.aspx (http://technet.microsoft.com/en-us/library/cc754308.aspx).
170+
For more information about resource records, see [Managing Resource Records](/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc754308(v=ws.11)).
171171

172172
By using this cmdlet, you can change a value for a record, configure whether a record has a time stamp, whether any authenticated user can update a record with the same owner name, and change lookup timeout values, Windows Internet Name Service (WINS) cache settings, and replication settings.
173173

@@ -392,7 +392,14 @@ Accept wildcard characters: False
392392
```
393393
394394
### -AsJob
395-
ps_cimcommon_asjob
395+
Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to complete.
396+
397+
The cmdlet immediately returns an object that represents the job and then displays the command prompt.
398+
You can continue to work in the session while the job completes.
399+
To manage the job, use the `*-Job` cmdlets.
400+
To get the job results, use the [Receive-Job](https://go.microsoft.com/fwlink/?LinkID=113372) cmdlet.
401+
402+
For more information about Windows PowerShell background jobs, see [about_Jobs](https://go.microsoft.com/fwlink/?LinkID=113251).
396403

397404
```yaml
398405
Type: SwitchParameter
@@ -453,7 +460,7 @@ Accept wildcard characters: False
453460

454461
### -CimSession
455462
Runs the cmdlet in a remote session or on a remote computer.
456-
Enter a computer name or a session object, such as the output of a New-CimSessionhttp://go.microsoft.com/fwlink/p/?LinkId=227967 or Get-CimSessionhttp://go.microsoft.com/fwlink/p/?LinkId=227966 cmdlet.
463+
Enter a computer name or a session object, such as the output of a [New-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227967) or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet.
457464
The default is the current session on the local computer.
458465

459466
```yaml
@@ -1370,7 +1377,7 @@ Accept wildcard characters: False
13701377
```
13711378

13721379
### CommonParameters
1373-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
1380+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
13741381

13751382
## INPUTS
13761383

0 commit comments

Comments
 (0)