Welcome to windows-noob.com!
Logging in will allow you to download scripts used in the guides.
If you came here looking for the Endpoint Manager step-by-step guides then please start here.
Register for free and ask your questions in our forums.
- 0 replies
- 4062 views
- Add Reply
- 2 replies
- 7245 views
- Add Reply
- 2 replies
- 3703 views
- Add Reply
- 2 replies
- 3957 views
- Add Reply
- 1 reply
- 2395 views
- Add Reply
- 0 replies
- 2905 views
- Add Reply
- 1 reply
- 1615 views
- Add Reply
- 0 replies
- 2324 views
- Add Reply
Announcing Windows 10 Insider Preview Build 15007

By anyweb,

So a new day, and another release of Windows 10 Insider preview, with lots of changes to the operating system including improvements to Edge.
When I started my Surface Pro 4 this morning I was greeted with the usual 'your computer was updated...'. After logging in I noticed issues straight away in my web browser of choice (Firefox), it was having problems scrolling (scroll bar down action didn't work 9 times out of 10). I tried Edge, same issue so not my browser, Next I tried to play ba
help for error 1602
By honestvip,
+++ MSI application not discovered [MSI Product Code: {A38F51ED-D01A-4CE4-91EB-B824A00A8BDF}, MSI Product version: ] AppEnforce 1/13/2017 11:51:08 PM 1564 (0x061C)
App enforcement environment:
Context: Machine
Command line: msiexec /i "Setup X64.msi" /q
Allow user interaction: No
UI mode: 0
User token: null
Session Id: 4294967295
Content path: C:\Windows\ccmcache\2
Working directory: AppEnforce 1/13/2017 11:51:08 PM 1564 (0x061C)
Prepared working directory:
SCCM 1610 - Win10 OSD - Adding external Root-CA Certs. during Task Sequence
By skydriver,
Hi all,
i would like to install some "Trusted Root Certification Authorities" and "Intermediate Certification Authorities" Certificates during the OSD. The Certificates are not from an MS AD PKI. How can i achieve this goal? Cheers,
Marcel
SCCM 1610 update 1
By jvmorrell,
HI
I've updated to with all the latest patches in 1610 now I'm getting the following. in the Primary site log.
Distribution Manager failed to process package "Configuration Manager Client Package" (package ID = DCC00003).
Possible cause: Distribution Manager does not have access to either the package source directory or the distribution point. Solution: Verify that distribution manager can access the package source directory/distribution point.
Possible cause: The package source direc
Internet Updates Issue
By cervezagallo,
Our Windows 10 Enterprise PCs were getting updates directly from the Internet saturating our pipe.
To stop this behavior we had to block a range of WindowsUpdate IP at the firewall but later just stopped the Windows Update service on every Windows 10 1607 PC. We are using SCCM 1610 (WSUS installed same server) - Windows 7 PCs not a problem just Windows 10. By doing an RSOP to a workstation, the Specify Intranet Microsoft Update Service Location points to http://server.contosto.com:8530, our
Announcing Windows 10 Insider Preview Build 15002 for PC

By anyweb,

Today Microsoft is releasing Windows 10 Insider Preview Build 15002 for PC to Windows Insiders in the Fast ring. This is a BIG update so please take time to look through all of the new changes we detail below. What’s new in Build 15002 Microsoft Edge UpdatesThe Microsoft Edge Team has lots of new features to share, focused on making it easier than ever to keep track of your tabs and pick up where you left off, as well as a few other surprises!
Tab preview bar: It’s easy to lose track of wha
Upgarde SCCM 2012 R2 SP1 to SCCM Current Branch 1610
By StewieHendrix,
Hi,
My appologies if I post this in the wrong forum. Also, appologies for the very long post.
Our environment:
SCCM 2012 R2 SP1
One Primary Site server (no secondary sites)
Site version: 5.00.8239.1000
SQL is on the same server (SQL 2012)
Server version: Windows Server 2012 R2
11 Distribution Points worldwide
MDT: 2013 Update 2 (6.3.8330.1000)
Windows 10 ADK: 10.1.10586.0
I am new in the company and I have inherited an SCCM 2012 R2 SP1 server.
I am not an SCCM expert at all. I am stil
Compliance check GPO with WQL

By Fraeco,
Hi!
I'm trying to get compliance going because of an ongoing audit on our servers. One of the requirements is that a certain GPO is applied. I figured I'd query the ROOT\RSOP\COMPUTER namespace for RSOP_GPO. This class has the GPO name and it's enabled/disabled state.
I tried my WMI query and below powershell snippet returns me the GPO's that are listed in a GPRESULT on the server.
$query = "Select name,enabled from RSOP_GPO where enabled = true"
$namespace = "ROOT\RSOP\COMPUTER"
Get-WmiO