Gz-WindowsTelemetry

0.1.3


Module to pull telemetry data from windows for corporate environments.

This module exists because Intune is lacking with the MDM Windows 10 integration.

- installed win 32 apps
- installed appx packages
- enabled windows features
- local users
- local groups
- administrators
- powershell version and modules
- cloud join users
- bit locker status
- vo

Module to pull telemetry data from windows for corporate environments.

This module exists because Intune is lacking with the MDM Windows 10 integration.

- installed win 32 apps
- installed appx packages
- enabled windows features
- local users
- local groups
- administrators
- powershell version and modules
- cloud join users
- bit locker status
- volumes
- chrome extensions
- user files
Show more

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name Gz-WindowsTelemetry -RequiredVersion 0.1.3

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name Gz-WindowsTelemetry -Version 0.1.3

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2019 Nerdy Mishka, Michael Herndon. All rights reserved.

Package Details

Author(s)

  • Nerdy Mishka Michael Herndon

Tags

VisualStudio VS MsBuild Test VsTest DevOps Gainz NerdyMishka

Functions

Get-GzWinAutopilotInfo Get-GzWinCloudJoinUser Get-GzWinLocalGroupMember Invoke-GzWinTelemetry Merge-GzWinTelemetryObject Read-GzPowershellModule Read-GzWin32App Read-GzWinAdministratorMember Read-GzWinAppXPackage Read-GzWinBitLockerStatus Read-GzWinChromeExtension Read-GzWinEnabledFeature Read-GzWinLocalUser Read-GzWinScheduledTask Read-GzWinService Read-GzWinUserFile Read-GzWinVolume Register-GzRegistryUserHive

Dependencies

This module has no dependencies.

Release Notes


- 0.1.3 Minor Fix. The `1` File was still generated by the -IncludeAdmins flag. should be resolved.
- 0.1.2 Minor Fix. Invoke-GzWinTelemetry generate a file with 1 in it.  Also emitted the users profile
- 0.1.1 Minor Fix. Trim spaces from serial number and fix spelling for cloud join function.
- 0.1.0 initial release. The goal is to get to a point where the json files are treated as records that change over time.
 Currently the output from Invoke-GzWinTelemetry should be saved to a new file with each invoke. The result is PsCustomObject
 which can exported to JSON, YAML, XML, and if need be, csv if you generate csv files by leaf.  
 
 The next version major release 0.2.0 will focus on reporting.

FileList

Version History

Version Downloads Last updated
0.1.5 23,191 1/28/2019
0.1.4 140 1/28/2019
0.1.3 (current version) 106 1/27/2019
0.1.2 100 1/27/2019
0.1.1 97 1/27/2019
0.1.0 98 1/27/2019
Show more