Skip to content

Commit c2265a6

Browse files
authored
Merge branch 'master' into patch-29
2 parents a8dfe07 + aa4c2c8 commit c2265a6

File tree

4 files changed

+29
-18
lines changed

4 files changed

+29
-18
lines changed

docset/windows/hyper-v/set-vmnetworkadaptervlan.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ PS C:\> Set-VMNetworkAdapterVlan -VMName Redmond -Access -VlanId 121
7171
```
7272

7373
Sets the virtual network adapter(s) in virtual machine Redmond to the Access mode.
74-
Traffic sent by this virtual machine is tagged with VLAN ID 121.
74+
Traffic sent by this virtual machine is tagged with VLAN ID 121.
7575

7676
### Example 2
7777
```
@@ -103,11 +103,18 @@ PS C:\> Get-VM Redmond | Set-VMNetworkAdapterVlan -Untagged
103103

104104
Gets virtual machine Redmond and sets the virtual network adapters in the virtual machine to the untagged mode.
105105

106+
### Example 5
107+
```
108+
PS C:\> Set-VMNetworkAdapterVlan -ManagementOS -Access -VlanID 20
109+
```
110+
111+
Sets the virtual switch in the management OS to the Access mode.
112+
Traffic sent by this virtual switch is tagged with VLAN ID 20.
113+
106114
## PARAMETERS
107115

108116
### -Access
109-
Specifies **Access** mode for the virtual machine network adapter.
110-
This parameter must be specified in conjunction with parameter **VlanId**.
117+
Specifies **Access** mode for the virtual machine network adapter. This parameter configures an untagged virtual port with the VLANId (port based VLAN), so it must be specified together with **VlanId**.
111118

112119
```yaml
113120
Type: SwitchParameter
@@ -350,7 +357,7 @@ Accept wildcard characters: False
350357
```
351358
352359
### -Trunk
353-
Specifies **Trunk** mode for the virtual machine network adapter.
360+
Specifies **Trunk** mode for the virtual machine network adapter. This parameter configures a tagged virtual port that passes all allowed VLANId tags to the VM adapter. Traffic with the NativeVLANId is passed untagged to the VM adapter.
354361
This parameter must be used in conjunction with parameters **AllowedVlanIdList** and **NativeVlanId**.
355362
356363
```yaml
@@ -488,4 +495,4 @@ If **-PassThru** is specified.
488495
## NOTES
489496
490497
## RELATED LINKS
491-
498+
[Configure and View VLAN Settings on Hyper-V Virtual Switch Ports](https://docs.microsoft.com/windows-server/virtualization/hyper-v-virtual-switch/configure-and-view-vlan-settings-on-hyper-v-virtual-switch-ports)

docset/windows/provisioning/get-provisioningpackage.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.reviewer:
2020
# Get-ProvisioningPackage
2121

2222
## SYNOPSIS
23-
{{Fill in the Synopsis}}
23+
Gets information about the installed provisioning package.
2424

2525
## SYNTAX
2626

@@ -43,21 +43,22 @@ Get-ProvisioningPackage [-AllInstalledPackages] [-LogsDirectoryPath <String>] [-
4343
```
4444

4545
## DESCRIPTION
46-
{{Fill in the Description}}
46+
The **Get-ProvisioningPackage** cmdlet gets information about the installed provisioning package.
4747

4848
## EXAMPLES
4949

5050
### Example 1
5151
```
52-
PS C:\> {{ Add example code here }}
52+
PS C:\> Get-ProvisioningPackage -PackagePath c:\test\testppkg.ppkg
5353
```
5454

55-
{{ Add example description here }}
55+
This command gets information about the testppkg.ppkg provisioning package.
5656

5757
## PARAMETERS
5858

5959
### -AllInstalledPackages
60-
{{Fill AllInstalledPackages Description}}
60+
61+
Gets all the installed packages information.
6162

6263
```yaml
6364
Type: SwitchParameter
@@ -72,7 +73,7 @@ Accept wildcard characters: False
7273
```
7374
7475
### -ConnectedDevice
75-
{{Fill ConnectedDevice Description}}
76+
Gets the connected device information.
7677
7778
```yaml
7879
Type: SwitchParameter
@@ -87,7 +88,7 @@ Accept wildcard characters: False
8788
```
8889
8990
### -LogsDirectoryPath
90-
{{Fill LogsDirectoryPath Description}}
91+
Specifies the logs directory path.
9192
9293
```yaml
9394
Type: String
@@ -102,7 +103,7 @@ Accept wildcard characters: False
102103
```
103104
104105
### -PackageId
105-
{{Fill PackageId Description}}
106+
Specifies the Id of a package.
106107
107108
```yaml
108109
Type: String
@@ -117,7 +118,7 @@ Accept wildcard characters: False
117118
```
118119
119120
### -PackagePath
120-
{{Fill PackagePath Description}}
121+
Specifies the package path.
121122
122123
```yaml
123124
Type: String
@@ -132,7 +133,7 @@ Accept wildcard characters: False
132133
```
133134
134135
### -WprpFile
135-
{{Fill WprpFile Description}}
136+
Specifies the name of a wprp file.
136137
137138
```yaml
138139
Type: String

docset/windows/wsus/wsus.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ ms.assetid: D462BB6C-68B0-46A6-A3AD-2DD0523DB8BD
2424
## Description
2525
This reference provides cmdlet descriptions and syntax for all Windows Server Update Services (WSUS) Administration-specific cmdlets. It lists the cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.
2626

27+
> [!NOTE]
28+
> All cmdlets except the ones referencing "DynamicCategory" are included in the **UpdateServices** module.
29+
2730
## WSUS Cmdlets
2831
### [Add-WsusComputer](./Add-WsusComputer.md)
2932
Adds a client computer to a target group.

docset/winserver2012-ps/activedirectory/Get-ADDomainController.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ C:\PS>Get-ADDomainController -Discover -Service "GlobalCatalog"
8484

8585
Description
8686

87-
-----------
87+
Get a global catalog in the current forest using Discovery. Domain type name is used in this scenario.
8888

89-
Get a global catalog in the current forest using Discovery.
89+
-----------
9090

9191
### -------------------------- EXAMPLE 4 --------------------------
9292
```
@@ -97,7 +97,7 @@ Description
9797

9898
-----------
9999

100-
Get a global catalog in the current forest using Discovery.
100+
Get a global catalog in the current forest using Discovery. Domain type id is used in this scenario.
101101

102102
### -------------------------- EXAMPLE 5 --------------------------
103103
```

0 commit comments

Comments
 (0)