Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yevrag35/dsregmodule
A PowerShell wrapper for the dsregcmd executable's output.
https://github.com/yevrag35/dsregmodule
dsregcmd powershell powershell-module
Last synced: 2 months ago
JSON representation
A PowerShell wrapper for the dsregcmd executable's output.
- Host: GitHub
- URL: https://github.com/yevrag35/dsregmodule
- Owner: Yevrag35
- License: gpl-3.0
- Created: 2019-03-23T21:06:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:03:13.000Z (about 2 years ago)
- Last Synced: 2023-03-06T05:01:06.039Z (almost 2 years ago)
- Topics: dsregcmd, powershell, powershell-module
- Language: C#
- Homepage:
- Size: 2.6 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![version](https://img.shields.io/powershellgallery/v/DsReg.svg?include_prereleases)](https://www.powershellgallery.com/packages/DsReg) [![downloads](https://img.shields.io/powershellgallery/dt/DsReg.svg?label=downloads)](https://www.powershellgallery.com/stats/packages/DsReg?groupby=Version)
A PowerShell module that wraps "dsregcmd.exe" executable''s output. It also supports pulling the output from a remote computer through WinRM (using PSSessions).
```powershell
Get-DsRegStatus -ComputerName "Win10-Remote.contoso.com"# AzureADJoined : True
# AzureTenantId : 321d2a96-c69d-4f5b-b19c-7c8789e32e9f
# AzureTenantName : Contoso
# DeviceId : 37c28cc5-ae59-4dfa-b11a-320fe0f44309
# AdfsEnterpriseJoined : False
# HybridAzureADJoined : True
# DomainJoined : True
# DomainName : CONTOSO
# DeviceCertificateThumbprint : DD023AD3D457E624615219843015C800064565C5
# DeviceCertificateValidityStart : 11/18/2019 4:42:25 PM -05:00
# DeviceCertificateValidityEnd : 11/18/2029 5:12:25 PM -05:00
# DeviceTpmProtected : True
# DiagnosticDetails : {KeySignTest = PASSED; AadRecoveryEnabled = False}
# KeyContainerId : 12b9ef99-cf03-4ab1-bec5-b78dbd41f0fe
# NgcPrerequisiteCheck : {CertEnrollment = none; PreReqResult = WillNotProvision; ...}
# SsoState : {AzureAdPrimaryRefreshToken = True; ...}
# WorkAccounts : {Contoso, VolcanoCoffee, NorthwindTraders, BlueYonder, WorldwideImports}
```