Driver for Windows 10 64bit can be found here : http://www.schneider-electric.com/resources/sites/SCHNEIDER_ELECTRIC/content/live/FAQS/229000/FA229548/en_US/U232-13.2.98.130315.zip?_ga=2.151540541.563438311.1550646038-1547003999.1550646038
Author: paris
Powershell to UnPin Edge from Taskbar in Windows 10
[pastacode lang=”markup” manual=”%24appname%20%3D%20%22Microsoft%20Edge%22%0A((New-Object%20-Com%20Shell.Application).NameSpace(‘shell%3A%3A%3A%7B4234d49b-0245-4df3-b780-3893943456e1%7D’).Items()%20%7C%20%3F%7B%24_.Name%20-eq%20%24appname%7D).Verbs()%20%7C%20%3F%7B%24_.Name.replace(‘%26’%2C”)%20-match%20’Unpin%20from%20taskbar’%7D%20%7C%20%25%7B%24_.DoIt()%3B%20%24exec%20%3D%20%24true%7D” message=”” highlight=”” provider=”manual”/]
How do you want to open this? Office 2010
Clicking on any website links in Outlook 2010 in Windows 10/2016 would cause this prompt to appear:Ticking Always use this app doesn’t help as clicking on the […]
Add Local Printers via Powershell for Intune
How to enable to To-Do Bar – Tasks in Outlook via Registry for Deployment
For a new deployment we needed for Outlook to show the Task’s ToDo List on the Outlook Home Screen I couldn’t find this documented anywhere so I have […]
WSUS Clients contacting but not reporting
These are the steps that definitely fixed the issue for me:Delete the computer from the WSUS consoleOn the affected client, stop the Windows Update serviceOn the affected […]
How to deploy Project 2010 or other Office 2010 apps with Intune and setup.exe installer
Extract the ISO to a folder and run from the root foldersetup.exe /adminto open thisGo through all the options especially above for the CD Key information and […]
Copy file to workstations with Windows Intune
**If you want to deploy a file from an Azure Blob Location for Files that need changing frequently see here ** Seems one of the only ways […]
How to diagnose issues with Powershell Scripts Running in Intune
Following on from this great articleThe Powershell Script History and logs are stored in the following registry locationHKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\IntuneManagementExtension\PoliciesYou will need to navigate to a subtree in their […]
How to Protect RD Gateway with Azure NPS Radius Plugin
NPS Server Gateway If you must use MS-CHAPv2, you can enable NTLMv2 authentication by adding this registry entry: Select Start > Run, type regedit in the Open box, and then select OK.Locate and select the following registry subkey:HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\RemoteAccess\PolicyOn […]