Get WDS server information
The command to show detailed information about the configuration of the WDS server is:
1 |
WDSUtil /get-server /show:config |
This will give you the following information about the server:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 |
Windows Deployment Services Management Utility [Version 6.3.9600.16384] © 2013 Microsoft Corporation. All rights reserved. SETUP INFORMATION FOR SERVER [-----------------------------------------------------------------------------] Server State: OS version: 6.3 WDS operational mode: Native Standalone configuration: No Installation State: RemoteInstall location: E:\RemoteInstall RemoteInstall share up-to-date: Yes Boot files installed: x86 - Yes x64 - Yes ia64 - No arm - Yes x86uefi - Yes x64uefi - Yes [-----------------------------------------------------------------------------] CONFIGURATION INFORMATION FOR SERVER [-----------------------------------------------------------------------------] Server Authorization: Authorization state: Not Authorized Answer Policy: Answer clients: Yes Answer only known clients: No Response delay: 0 seconds Active Directory Use Policy: Preferred DC: Preferred GC: Prestage devices using MAC: No New computer naming policy: %61Username%# Domain search order: Global Catalog Only New computers join domain: Yes New Computer OU: OU type: Server Domain OU: CN=Computers,DC=mwtest,DC=local DHCP Configuration: DHCP service status: Not Installed DHCP option 60 configured: <Not Applicable> PXE Bind Policy: Use DHCP ports: Yes Rogue detection: Disabled RPC port: 5040 Interface Bind Policy: Policy: Exclude Registered Registered interfaces: Boot Program Policy: Known client PXE prompt policy: OptIn New client PXE prompt policy: OptIn Allow N12 for new clients: <Not Applicable> Reset boot program: Disabled Default boot programs: x86 - boot\x86\pxeboot.com x64 - boot\x64\pxeboot.com ia64 - boot\ia64\bootmgfw.efi arm - boot\arm\bootmgfw.efi x86uefi - Boot\x86\bootmgfw.efi x64uefi - Boot\x64\bootmgfw.efi Default N12 boot programs: x86 - boot\x86\pxeboot.n12 x64 - boot\x64\pxeboot.n12 ia64 - boot\ia64\bootmgfw.efi arm - boot\arm\bootmgfw.efi x86uefi - Boot\x86\bootmgfw.efi x64uefi - Boot\x64\bootmgfw.efi Banned GUIDs list: Boot Image Policy: Default image type for x64 clients: Both Default boot images: x86 - Boot\x86\Images\boot.wim x64 - Boot\x64\Images\boot.wim ia64 - arm - x86uefi - x64uefi - Driver Policy: Avoid duplicate driver packages: Yes WDS Client Policy: Logging policy: Enabled: No Logging level: Info Unattend policy: Enabled: No Command-line precedence: No WDS unattend files: x86 - x64 - ia64 - arm - x86uefi - x64uefi - Server Automatic Refresh Policy: Refresh period: 900 seconds BCD Refresh Policy: Enabled: No Refresh period: 60 minutes Pending Device Policy: Policy: Admin Approval Poll interval: 10 seconds Max retry count: 2160 times Message to pending clients: Retention period: Approved devices: 30 days Other devices: 1 days Defaults for x86: Referral server: Boot program path: WDS client unattend file path: Boot image path: User: Domain Admins Join rights: Full Join domain: Yes Defaults for x64: Referral server: Boot program path: WDS client unattend file path: Boot image path: User: Domain Admins Join rights: Full Join domain: Yes Defaults for ia64: Referral server: Boot program path: WDS client unattend file path: Boot image path: User: Domain Admins Join rights: Full Join domain: Yes Defaults for arm: Referral server: Boot program path: WDS client unattend file path: Boot image path: User: Domain Admins Join rights: Full Join domain: Yes Defaults for x86uefi: Referral server: Boot program path: WDS client unattend file path: Boot image path: User: Domain Admins Join rights: Join Only Join domain: Yes Defaults for x64uefi: Referral server: Boot program path: WDS client unattend file path: Boot image path: User: Domain Admins Join rights: Join Only Join domain: Yes WDS PXE Providers: Name: WDSDCPXE Path: C:\Windows\system32\wdsdcpxe.dll Order: 1 Critical: No WDS Device Controllers: Name: WDSADDC CLSID: {1F05CFEA-D4E4-4049-9C76-7B4F0013ECC9} Priority: 32768 Enabled: Yes Name: WDSSDC CLSID: {17FD4B68-06B7-48EB-97B7-1575A171AED9} Priority: 32768 Enabled: No WDS Transport Server Policy: IPv4 source: Range Start address: 239.192.0.2 End address: 239.192.0.254 IPv6 source: Range Start address: FF15::1:1 End address: FF15::1:FF UDP Port Policy: Dynamic Start port: <Not Applicable> End port: <Not Applicable> Network profile: <Not Applicable> TFTP Properties: Maximum block size: 0 Variable window extension enabled: Yes Multicast session policy: Slow client handling policy: None AutoDisconnect threshold: 256 KBps Multistream stream count: 2 Slow client fallback: Yes Multicast Content Providers: Name: WDS Description: Default Content Provider File path: C:\Windows\system32\wdscp.dll Initialization routine: WdsTransportProviderInit [-----------------------------------------------------------------------------] |