S
S
Sergey2018-08-04 17:48:44
PowerShell
Sergey, 2018-08-04 17:48:44

How to setup Pull-Server Powershell DSC?

I am testing the possibility of transferring PC fleet management to Power Shell Desired State Configuration .
PowerShell DSC is a Desired State Configuration service from Microsoft. Similar to Ansible based on PowerShell.
In this regard, 2 questions:
1) If anyone has already tried or uses PowerShell DSC, please share your experience. What Pull server are you using and why?
2) When you try to deploy a Pull server on Windows Server 2016 according to the instructions from MS , nothing happens. More precisely, the "Windows PowerShell Desired State Configuration Service" is installed, but applying the configuration gives an error:

PS C:\DSC\HTTP> Get-DscConfigurationStatus

Status     StartDate                 Type            Mode  RebootRequested      NumberOfResources             
------     ---------                 ----            ----  ---------------      -----------------             
Failure    04.08.2018 16:56:45       Initial         PUSH  False

What to do next? Perhaps the Pull Server is already running, but how to manage it and how to check the settings? In general, where is his control interface?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey, 2018-08-04
@LiS-31

As for the second part of the question, it turned out like this:
The configuration error was caused by previous, incorrect configurations (there was no certificate fingerprint), running the command with the -force key solved the problem
And then I found another article describing how to do everything by hand:
https://wpconfig.ru/?p=1220

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question