Semicolon

Results 25 comments of Semicolon

Maybe include a brief pause between the time the object is created and the time it is queried from the global catalog? I believe there may be a slight delay...

Forgive me if I've misunderstood, but aren't these settings better suited for management by the [win_iis_webbinding](https://github.com/ansible-collections/community.windows/blob/main/plugins/modules/win_iis_webbinding.ps1) module which already can define the binding information?

Since there are so many additional settings besides just the name or address of an NTP server, I would imagine that if there _were_ to be such a module, it...

As proposed, this would introduce a serious breaking change and (as it's altering the default behavior) would necessarily require a rewrite everywhere it is used. Could you modify your request...

Sure; I mean if the functionality isn't there in the underlying cmdlet, this would be the next best thing.

> Of course `-SystemWide` is perhaps not the best name for something like this. But via a single swithc on the **Register-PsRepository** cmdlet would be really a helpfull feature IMHO....

I also have this problem.

I found reference to a similar (maybe th e same) problem under a different issue here; it appears that Microsoft's implementation only works when the PTP domain is 0. Are...

Correct. They do not exist. You need to add them. https://github.com/microsoft/W32Time/blob/master/Precision%20Time%20Protocol/Windows%20Configuration%20Helpers/PTPClientConfig.txt

Not that I've seen. There was a blog post (will edit if I find it) where the poster (MSFT employee) states it was not an option and in the comments...