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.
- 5 replies
- 3827 views
- Add Reply
- 0 replies
- 1194 views
- Add Reply
- 6 replies
- 2536 views
- Add Reply
- 0 replies
- 2773 views
- Add Reply
- 1 reply
- 1905 views
- Add Reply
- 0 replies
- 1611 views
- Add Reply
- 0 replies
- 960 views
- Add Reply
- 1 reply
- 1843 views
- Add Reply
Task Sequence Recovery - Config Manager 2006
By Classiccor,
So, In my infinite (lack of) wisdom, I managed to accidentally delete my primary Task Sequence for my Windows 10 deployment. My server is backed up daily by a 3rd party off site tool.
Now I am aware that MDT would have the task sequences in an alternative folder and you can simply create a new task sequence and replace the unattend.xml and TS.xml to restore your task sequence. Is there a similar location or trick I can use to restore my task sequence?
I'm using Server 2019 and C
Stop Feature upgrade if precheck fails
By lalajee,
Hi,
I'm using an action custom script to run a Powershell script to check for a few things before running the feature upgrade on a machine but even the machine is not compliant it still running the upgrade.
for example, I have this code in preinstall.cmd/preinstall.ps1
if(-not (Test-path $path))
{
write-error "Stop"
exit 1
}
this should stop the upgrade but its not happening.
Does anyone know how I can stop the upgrade if it doesnt meet my preinstall check
Delegated Access to a Collection
By kesh,
I have setup delegated access to a few collections. Is it possible to only view those collections when they login to CM?
Domain Join issue During OSD
By SHASHIDUBEY01,
Hi everyone,
Hope everyone is doing great and being safe!
Need your expertise with an issue I am facing during domain join during OSD where clients are failing to join to the domain during OSD.
Upon checking the netsetup log we found the below error:
NetpValidateName: checking to see if 'XYZ.global.corp' is valid as type 3 name
10/07/2020 16:09:48:459 NetpValidateName: 'XYZ.global.corp' is not a valid NetBIOS domain name: 0x7b
10/07/2020 16:09:48:459 NetpCheckDomainNameIs
Windows 10 1809 to 1909 Feature updates but retaining all installed language pack
By luke2020,
I would like to install feature update on Windows 10 1809 to 1909 but keep all of the language pack which are installed.
Some of the machine have more then 1 language pack installed.
I try to use the postoobe to install the language pack but when I login in machine was showing english as display language and other language was showing as being installed.
I would like to get all of the languages installed + FOD before a user logins
Would like to have following process if possi
deploy certificate to server with sccm
By takoroni,
hi
i need to deploy server certificate to a domain witch have no CA in the AD ( external domains)
i have several domains all have SCCM client ( install the sccm cert manually )
i have created a template in my root CA - no problem deploy it with GPO autoenrollment in my domain
now i need anther Cert witch is server authentication
where there is a way to deploy it witch SCCM ?
thank you
roni
How do you in-place upgrade your home workers?
By Siroj,
Hi guys. We are having discussions on what path we should follow regarding the in-place upgrades of the laptops from the personnel that is working from home.
All those laptops are connected through direct access and we have upgraded most of the laptops to build v1709 using a regular TS. Major difference was that at the time the personnel were at the office most of the time so we could pre-cache all data to the laptop when they were there. Now that almost all of our 3000 personnel is working
Getting obsolete Software Inventory results.

By Maestro,
Hello, comrades!
I've created the report "Products from .exe files"- and it's working in a strange way.
I.e. I'm looking for SW product '222'. OK, I find it on computers "aaa", "bbb", 'ccc'. Particulary, i find this file at '\\bbb\d$\install\222'.
But on computer 'bbb' drive D have been changed a month ago and there the directory 'd:\Install' not exists at all.
Is there a chance that "Software Inventory" are put to some kind of cache? Any ways do drop the cache?
Thank yo