Netsend with PStools
I created this script to send a message to all of our managed systems if there are problems and email is not working. Here is the overview of the files…
I created this script to send a message to all of our managed systems if there are problems and email is not working. Here is the overview of the files…
Source: deploymentbunny.com Changed the script for my enviroment Function Import-SMSTSENV{ try { $tsenv = New-Object -COMObject Microsoft.SMS.TSEnvironment Write-Output "$ScriptName - tsenv is $tsenv " $MDTIntegration = "YES" #$tsenv.GetVariables() | %…
How to disable the Project to this PC feature in Windows 10 1607 Using GPO, you can disable Project to this PC in the UI by settings the GPO setting…
How to disable the Mobile hotspot feature in Windows 10 1607 Using GPO, you can disable Mobile Hotspot in the UI by settings the GPO setting Prohibit use of Internet…
We have Multiple mailboxes. Standard is when you send an email from those mailboxes, the emails are in your own send box. By adding this regkey it will be placed…
https://blogs.technet.microsoft.com/deploymentguys/2009/09/23/making-winpe-wait-for-network-in-lti-deployments/
https://foxdeploy.com/
MDT 2010: Creating Task Sequence Step Conditions with Using WMI Queries
Send Windows Event Logs to SQL Database
https://www.scconfigmgr.com/2016/03/01/remove-built-in-apps-when-creating-a-windows-10-reference-image/