text stringlengths 0 4.23k |
|---|
wdsutil get-alldevices |
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012 |
Displays the Windows Deployment Services properties of all pre-staged computers. A pre-staged computer is a physical computer that has been linked to a computer account in active directory Domain Services. |
Syntax |
wdsutil [options] /get-alldevices [/forest:{Yes | No}] [/referralserver:<servername>] |
Parameters |
Parameter |
Description |
[/forest:{Yes | No}] |
Specifies whether Windows Deployment Services should return computers in the entire forest or the local domain. The default setting is No, meaning that only the computers in the local domain are returned. |
[/referralserver:<servername>] |
Returns only those computers that are pre-staged for the specified server. |
[/forest:{Yes | No}] |
[/referralserver:<servername>] |
Examples |
To view all computers, type either: |
wdsutil /get-alldevices |
wdsutil /verbose /get-alldevices /forest:Yes /referralserver:MyWDSServer |
wdsutil get-alldrivergroups |
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012 |
Displays information about all the driver groups on a server. |
Syntax |
wdsutil /get-alldrivergroups [/server:<servername>] [/show:{packagemetadata | filters | all}] |
Parameters |
Parameter |
Description |
[/server:<servername>] |
Specifies the name of the server. This can be the NetBIOS name or the FQDN. If a server name is not specified, the local server is used. |
/show:{packagemetadata | filters | all}] |
Displays the metadata for all the driver packages in the specified group. PackageMetaData displays information about all the filters for the driver group. Filters displays the metadata for all driver packages and filters for the group. |
[/server:<servername>] |
/show:{packagemetadata | filters | all}] |
Examples |
To view information about a driver file, type either: |
wdsutil /get-alldrivergroups /server:MyWdsServer /show:All |
wdsutil /get-alldrivergroups [/show:packagemetadata] |
wdsutil get-alldriverpackages |
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012 |
Displays information about all the driver packages on a server that match the specified search criteria. |
Syntax |
wdsutil /get-alldriverpackages [/server:<servername>] [/show:{drivers | files | all}] [/filtertype:<filtertype> /operator:{equal | notequal | greaterorequal | lessorequal | contains} /value:<value> [/value:<value> ...]] |
Parameters |
Parameter |
Description |
[/server:<servername>] |
The name of the server. This can be the NetBIOS name or the FQDN. If a server name isn't specified, the local server is used. |
[/show:{drivers | files | all}] |
Indicates the package information to display. If /show isn't specified, the default is to return only the driver package metadata. Drivers displays the list of drivers in the package, files displays the list of files in the package, and all displays drivers and files. |
/filtertype:<filtertype> |
Specifies the attribute of the driver package to search for. You can specify multiple attributes in a single command. You must also specify /operator and /value with this option.The <filtertype> can be one of the following:PackageIdPackageNamePackageEnabledPackagedateaddedPackageInfFilenamePackageClassPackageProviderPackageArchitecturePackageLocalePackageSignedPackagedatePublishedPackageversionDriverdescriptionDriverManufacturerDriverHardwareIdDrivercompatibleIdDriverGroupIdDriverGroupName |
/operator:{equal | notequal | greaterorequal | lessorequal | contains} |
Specifies the relationship between the attribute and the values. You can specify contains only with string attributes. You can specify greaterorequal and lessorequal only with date and version attributes. |
/value:<value> |
Specifies the value to search on for the specified <attribute>. You can specify multiple values for a single /filtertype. The list below outlines the attributes you can specify for each filter. For more information about these attributes, see Driver and Package attributes. The attributes can include:PackageId. Specifies a valid GUID. For example:{4d36e972-e325-11ce-bfc1-08002be10318}.PackageName. Specifies any string value.PackageEnabled. Specifies Yes or No.Packagedateadded. Specifies the date in the following format: YYYY/MM/DDPackageInfFilename. Specifies any string value.PackageClass. Specifies a valid class name or class GUID. For example: DiskDrive, Net, or {4d36e972-e325-11ce-bfc1-08002be10318}.PackageProvider. Specifies any string value.PackageArchitecture. Specifies x86, x64, or ia64.PackagLocale. Specifies a valid language identifier. For example: en-US or es-ES.PackageSigned. Specifies Yes or No.PackagedatePublished. Specifies the date in the following format: YYYY/MM/DD.Packageversion. Specifies the version in the following format: a.b.x.y. For example: 6.1.0.0.Driverdescription. Specifies any string value.DriverManufacturer. Specifies any string value.DriverHardwareId. Specifies any string value.DrivercompatibleId. Specifies any string value.DriverExcludeId. Specifies any string value.DriverGroupId. Specifies a valid GUID. For example: {4d36e972-e325-11ce-bfc1-08002be10318}.DriverGroupName. Specifies any string value. |
[/server:<servername>] |
[/show:{drivers | files | all}] |
/filtertype:<filtertype> |
The <filtertype> can be one of the following:PackageIdPackageNamePackageEnabledPackagedateaddedPackageInfFilenamePackageClassPackageProviderPackageArchitecturePackageLocalePackageSignedPackagedatePublishedPackageversionDriverdescriptionDriverManufacturerDriverHardwareIdDrivercompatibleIdDriverGroupIdDriverGroupName |
<filtertype> |
/operator:{equal | notequal | greaterorequal | lessorequal | contains} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.