Click here to Skip to main content
15,894,539 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I want to create an analogue of sccm. the main task is to list the pc that is on the server with the ability to select the pc from the list and also create a partition in the boot image carthorse will be gat and send the selected pc via pxe to reinstall windows ... Advise how to create all this correctly. I will try to create in visual studio. the work will go like a thesis !!!! If there is an opportunity to throw ideas on how to create it .. thanks


What I have tried:

looking for information about it
Posted
Updated 1-Jul-20 3:30am

Quote:
I want to create an analogue of sccm.
So you first need to define the requirements of this analogue, whatever you mean by that expression.

Quote:
the main task is to list the pc that is on the server with the ability to select the pc from the list
That makes no sense. A server is a PC it does not contain multiple PCs.

Quote:
create a partition in the boot image
That requires extensive knowledge of the low level disk functions to edit the boot image. And is fraught with danger.

Quote:
carthorse will be gat
No idea what that means.

Quote:
and send the selected pc via pxe to reinstall windows ...
Getting a PC to reinstall Windows without user intervention is quite a task.
 
Share this answer
 
Quote:
the work will go like a thesis


And that's where the problem starts ... We are more than willing to help those that are stuck: but that doesn't mean that we are here to do it all for you! We can't do all the work, you are either getting paid for this, or it's part of your grades and it wouldn't be at all fair for us to do it all for you.

So we need you to do the work, and we will help you when you get stuck. That doesn't mean we will give you a step by step solution you can hand in!
Start by explaining where you are at the moment, and what the next step in the process is. Then tell us what you have tried to get that next step working, and what happened when you did.

Working out what to do, how to do it is part of the thesis idea: not getting others to do it for you!

And BTW:
Terry Pratchett wrote:
'Multiple exclamation marks,' he went on, shaking his head, 'are a sure sign of a diseased mind.
 
Share this answer
 
Comments
Member 14872898 1-Jul-20 8:04am    
I in no case do not ask the finished work .. I ask information about them, where to start! For the most part I was stuck in that moment when to send the device that I am going to choose for hire! In the rest there are no problems! I'm not asking to write a job for me ...
Dave Kreskowiak 1-Jul-20 9:30am    
What you asked for is a thesis paper! You're not going to get that in any forum environment. What you're asking for is a huge undertaking just to explain.

SCCM does not create partitions remotely. It supplies a facility for a machine to request a boot image from. It's that boot image that creates partitions on the drive and installs Windows.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900