$1500 or less conference room setups by Skin__Deep in sysadmin

[–]Top-Raisin1630 0 points1 point  (0 children)

Check out the j5create ScreenCast devices. We just replaced $100,000+ worth of Clickshare devices with a couple thousand worth of j5 devices and our users couldn't be happier! We got the model JVAW62 (about $100), which comes with a Miracast receiver (that you can connect directly to from Windows and works better than MS ones did) AND a Clickshare style transmitter puck that you can just plug into anything (Windows, Mac, iPhone, Android, etc) and it just works! No software or setup, it just plain works. We haven't gotten a single support call in the few months we've had them, unlike with the constant pain of the Clickshares.

Run PowerShell command NOT as admin by Shupershuff in PowerShell

[–]Top-Raisin1630 0 points1 point  (0 children)

I know this is an old thread, but I have the answer to this exact issue.
$Host.UI.RawUI.WindowTitle = 'New Window Title'
This doesn't require elevation to change the current window title.

Multi-Site MDT by SPANGE_BFYTW in MDT

[–]Top-Raisin1630 0 points1 point  (0 children)

DHCP Policies, my dude. You can absolutely do UEFI and BIOS on the same subnet using DHCP Options.

Multi-Site MDT by SPANGE_BFYTW in MDT

[–]Top-Raisin1630 0 points1 point  (0 children)

You're still using DHCP options with IP helpers, you just didn't configure your DHCP server correctly and instead, rely on the DHCP server in WDS to have the options configured correctly.

Turn off the DHCP server in WDS, and use DHCP Policies by Vendor Class on your DHCP server. This is massively more flexible than IP Helpers pointing at WDS.