chrisbues
Follow
Microsoft 365, PowerShell and other things. Senior Cloud Solution Architect @microsoft.
-
Microsoft
- Akron, OH
-
00:39
(UTC -05:00) - https://www.linkedin.com/in/chrisbues/
- @ChrisBues
Pinned Loading
-
PS Scraps
PS Scraps 1# Creating a DataTable
2$demoTable = [System.Data.Datatable]::new()
3$col = [System.Data.DataColumn]::new()
4$col.ColumnName = 'primaryKeyValue'
5$col.DataType = [string]
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.