https://github.com/microsoft/w32time
This repo provides resources for high accuracy time on Windows
https://github.com/microsoft/w32time
msftnet networking w32time windows
Last synced: 11 months ago
JSON representation
This repo provides resources for high accuracy time on Windows
- Host: GitHub
- URL: https://github.com/microsoft/w32time
- Owner: microsoft
- License: mit
- Created: 2019-03-31T16:20:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-12T18:22:39.000Z (about 3 years ago)
- Last Synced: 2024-12-04T17:49:46.513Z (over 1 year ago)
- Topics: msftnet, networking, w32time, windows
- Language: PowerShell
- Size: 9.45 MB
- Stars: 71
- Watchers: 9
- Forks: 25
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
##### :star: More by the Microsoft Core Networking team can be found using the [MSFTNet](https://github.com/topics/msftnet) topic
# W32Time
## SoftwareTimeStamping
### Description
This is a PowerShell Module and DSC Resources that can Get/Enable/Disable the Software Timestamping configuration.
**Note** The PowerShell cmdlets and DSC resources do NOT restart the network adapters. This is required prior to timestamping settings being effectual. To do this, you can use Restart-NetAdapter or restart the computer.
#### Installation
This module can be installed from the PowerShell Gallery. To do this run the following command from an elevated PowerShell prompt:
```Install-Module SoftwareTimestamping```
Alternatively you can copy the SoftwareTimeStamping Folder into C:\Program Files\WindowsPowerShell\Modules
#### Test
Please try out our validation guide!
https://github.com/Microsoft/W32Time/blob/master/Timestamping/docs/Validation%20Guide%20-%20RS5%20-%20Software%20Timestamping.docx
## Precision Time Protocol
### Description
Windows includes a PTPv2 (IEEE 1588v2) subordinate in the following versions of Windows:
- Windows 10 October 2018 Update (and later)
- Windows Server 2019 (and later)
This folder contains resources for the PTP Client
For more information, please see https://aka.ms/PTPValidation
## Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
the rights to use your contribution. For details, visit https://cla.microsoft.com.
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions
provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.