-
Posts
3,614 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by free780
-
SCCM 1610 & Capuring/Deploying Windows 10 Education 1607
free780 replied to CHiLL's topic in Windows 10
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. -
Microsoft announces Intune for Education
free780 replied to Arthur's topic in Network and Classroom Management
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. -
Depends if its set for TS/packages or applications? I think its in the collection properties when you right click.
-
Restricting/allowing selected items within W10 'Settings' window
free780 replied to Sh500's topic in Windows 10
I allowed the old ease of access for selected students but the settings app is denied via Applocker. -
Only if you want to be limited to 254 ips per subnet/vlan.
-
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.
- 1 reply
-
- 1
-
-
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
-
Sorry got busy. Will have a look Monday.
-
What's in the property table if you open the MSI in instedit?
-
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.
-
Side note. Why are charging cables so short now. Constantly knocking the wileyfox one out.
-
Mines been pretty good. My Nexus 5 had a similar charging issue.
-
http://theregister.co.uk/2016/11/24/jingle_bells_rm_tells_some_staff_to_go_away/
-
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.
-
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.
- 8 replies
-
- auto install
- scripting
-
(and 1 more)
Tagged with:
-
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.
-
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 .
-
Article: Microsoft’s Set up School PCs App
free780 replied to ZeroHour's topic in Legacy CMS Comments
You can change the search engine in Edge but you can't push it out with group policy. -
Or get-psbox
- 28 replies
-
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.
-
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.
-
Which tech do you despise having to support? For me: Printers Wi-Fi Java
-
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.
-
Windows 10 and google chrome as default with GPO help please
free780 replied to mlunn82's topic in Windows 10
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?
