Jump to content

free780

Members
  • Posts

    3,614
  • Joined

  • Last visited

Everything posted by free780

  1. The issue with this method is Office. Its better to have office in the image and updates for windows and office. I've found the best things is to use MDT and create a task sequence that is automated.
  2. OK until you need to use 3rd party software that doesn't support one drive for business. I can't see SCCM being EOL anytime soon.
  3. I've had the start menu working with redirection but in 1607 the export start layout command let seems to not support shortcuts on a redirected start menu. So may go to local start menus and either script or gpp any changes .
  4. Depends if its set for TS/packages or applications? I think its in the collection properties when you right click.
  5. I allowed the old ease of access for selected students but the settings app is denied via Applocker.
  6. Only if you want to be limited to 254 ips per subnet/vlan.
  7. http://www.theregister.co.uk/2016/12/12/ongoing_windows_8_10_dhcp_problems_affecting_all_isps/ I'm using a raspberry pi for dhcp and had no issues. I wonder if ISP home routers are using an old dhcp daemon.
  8. Ok make sure this file is pushed out via GGP. C:\Users\%username%\AppData\Roaming\Autodesk\Neutron Platform\Options\NMachineSpecificOptions.xml I would put a PC directly out to your firewall and set the proxy in the options then copy the NMachineSpecificOptions.xml to somewhere for GPP to push it out to the users. The I used a package in SCCM "%~dp0Fusion 360 Admin Install.exe" --quiet To update download the latest version. Create a new package. "%~dp0\Fusion 360 Admin Install.exe" --process update
  9. Sorry got busy. Will have a look Monday.
  10. What's in the property table if you open the MSI in instedit?
  11. Quite well with 1511. Still trying to get everything working that was in 1511. Then the hard bit deploying it out of hours and automated.
  12. Side note. Why are charging cables so short now. Constantly knocking the wileyfox one out.
  13. Mines been pretty good. My Nexus 5 had a similar charging issue.
  14. http://theregister.co.uk/2016/11/24/jingle_bells_rm_tells_some_staff_to_go_away/
  15. Its VoIP uses random ports using UDP. Its not great via a proxy. I think interception will kill it. You may just have to allow through your firewall.
  16. Or psexec in a script with a for each ageist a list of pcs. http://stackoverflow.com/questions/23119506/use-powershell-to-run-psexec-command You do need to be an administrator on the pc your doing it from and the pcs in the list.
  17. I did this Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Policies\Skype\Phone] "DisableVersionCheck"=dword:00000001 "DisableSupernode"=dword:00000001 "ProxySetting"="HTTPS" "ProxyAddress"=":" Think I just did it manually as it was just for 1 user. Is it a big deployment? If so you can use the GPO method.
  18. I found I had to define the port as 443 using the reg key. See https://download.skype.com/share/business/guides/skype-it-administrators-guide.pdf .
  19. You can change the search engine in Edge but you can't push it out with group policy.
  20. Its built in. In the default task sequences both BIOS and uefi are present. You do have to boot into x64 boot to deploy x64 OS or x86 boot for x86 OS.
  21. Hi Windows 10 x64 Education 1607 If I have a redirected start menu via folder redirection. This is with loopback replace set. Then I place some Apps E.G Word,Excel, Powerpoint and some URL links on the start layout. Then I start Powershell as as administrator and run Export-Startlayout -path c:\start.xml I get this error Export-StartLayout : Error HRESULT E_FAIL has been returned from a call to a COM component. At line:1 char:1 + Export-StartLayout -Path C:\start.xml + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: ( [Export-StartLayout], COMException + FullyQualifiedErrorId : System.Runtime.InteropServices.COMException,Microsoft.Windows.Start Layout.Commands.ExportStartLayoutCommand Can someone else please try this. I've ruled out Anti Virus. It works with a local start menu.
  22. Which tech do you despise having to support? For me: Printers Wi-Fi Java
  23. I have both deployed. Fusion was a bit of a nightmare. I had to push out the file with the proxy setting as it failed to pick it up from the registry. Installing it silently through SCCM was fairly easy. There is a update next week so could be interesting.
  24. I know on 1511 the defaults only apply after the 2nd login. I pushed out the dism import using SCCM to correct this. What type of profiles are you using?
×
×
  • Create New...