Microsoft 365, PowerShell and other things.
- Akron, OH
-
04:50
(UTC -04:00) - https://www.linkedin.com/in/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.