You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.
#####################################################################################
Idea: MY AD have many GPO and i want to create chart where the value is number of ou where the gpo is pinned.
Problem: I dont because i cannot pass list of WordChart series into Add-WordBarChart, because it accepts only String[].
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
function Get-GPOPolicy
$groupPolicies = Get-GPO -Domain $ ($Env:USERDNSDOMAIN) -All
{
}
$FilePath = "$Env:USERPROFILE\Desktop\PSWriteWord-Example-CreateCharts3.docx"
$WordDocument = New-WordDocument $FilePath
$lamy=Get-GPOPolicy
foreach($lama in $lamy)
{
}
Add-WordBarChart -WordDocument $WordDocument -ChartName 'My finances'-ChartLegendPosition Bottom -ChartLegendOverlay $false -ChartSeries $seria
#####################################################################################
Idea: MY AD have many GPO and i want to create chart where the value is number of ou where the gpo is pinned.
Problem: I dont because i cannot pass list of WordChart series into Add-WordBarChart, because it accepts only String[].
The text was updated successfully, but these errors were encountered: