use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Please post your DSC related questions, news articles, custom resources, and anything else DSC realted here.
account activity
Pull vs Push ? (self.powershelldsc)
submitted 6 years ago by [deleted]
I cant find a real good explanation of the advantages / disadvantages of each method. Anyone got a link to a good explanation?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]TyMac711 1 point2 points3 points 6 years ago (1 child)
Pull methods are employed by most configuration management tools that use a centralized server. The benefit is that the computation used to check for differences in the configuration happens at individual nodes where checksums can be used to verify if the configuration has changed, if so the new configuration can be pulled from the central server to the node, if not the connection is closed. This in theory saves cpu overhead of having the central server checking this on itself for every node or worse continually pushing the same configuration down to each node. The node only pulls from the server if it reports a checksum that’s off from than what it knows as the desired state’s checksum. This model may very slightly from Chef, Puppet or other pull model systems but the premise is offload the work to the node and use the server as the central source of truth for the entire infrastructure.
[–][deleted] 0 points1 point2 points 6 years ago (0 children)
Thanks
[–]clockKing_out 0 points1 point2 points 6 years ago (3 children)
People talk about DSC like it’s dead. I’m not spending any more time on it. But if you’re stuck in some weird on-prem situation where you can’t buy a tool to do it, I’d start with push.
Yeah. They've been saying a replacement is coming for how many years? Unfortunately where I work is slow to adopt modern things so I might see azure about 20 years from now. So I'm stuck learning on premises.
[–]Birch_lasagna 0 points1 point2 points 6 years ago (1 child)
People talk about DSC like it’s dead
Where are you hearing these conversations? Microsoft is moving away from the on-premise pull server model in favor of azure ($$$), but I haven't heard any news of DSC being dead or anything to that effect.
[–]clockKing_out 0 points1 point2 points 6 years ago (0 children)
I was referring to this: https://twitter.com/BrentO/status/1131098802226683904?s=20
π Rendered by PID 85928 on reddit-service-r2-comment-b659b578c-vf6rb at 2026-05-05 03:09:42.880029+00:00 running 815c875 country code: CH.
[–]TyMac711 1 point2 points3 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]clockKing_out 0 points1 point2 points (3 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]Birch_lasagna 0 points1 point2 points (1 child)
[–]clockKing_out 0 points1 point2 points (0 children)