New-ItemContent

1.0.0.6

Common module for generating item content for Microsoft Graph

Minimum PowerShell version

7.0

Installation Options

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

Install-Module -Name New-ItemContent

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

Install-PSResource -Name New-ItemContent

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) 2021-2026 Roy Ashbrook. All rights reserved.

Package Details

Author(s)

  • Roy Ashbrook

Tags

msgraph sharepoint sql kpi

Functions

New-ItemContent

Dependencies

Release Notes

1.0.0.6: fix allowEmpty emitting [null] instead of [] for an empty table (an empty result set is $null, and @($null) is a 1-element array holding $null). Also abort loudly (throw) when the config has no non-empty datasets, or a dataset has no non-empty tables, instead of silently writing an empty {} or a dataset with no tables over the live item.

FileList

Version History

Version Downloads Last updated
1.0.0.6 (current version) 26 7/2/2026
1.0.0.5 19 6/27/2026
1.0.0.4 8 6/26/2026
1.0.0.3 7 6/26/2026
1.0.0.2 572 5/5/2021
1.0.0.1 23 5/5/2021
1.0.0.0 25 5/5/2021
Show more