python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
I am unable to get splatting to work with New-ADUser using given and created attributes
I am processing an array of AD User data pulled from one domain to recreate in another. I have created a hash table linking the New-ADUser parameters with the user data imported from a CSV (populated ...

GeoffS
Votes: 0
Answers: 3
Converting date string to DateTime (Aspose PDF Library)
I'm using the Aspose library within PowerShell and having some issues with the CreationDate values that Aspose is giving me back.
$pdf = New-Object Aspose.Pdf.Facades.PdfFileInfo($pdffile)
$pdf.Creati...

Graham Reynolds
Votes: 0
Answers: 1
invoke-WebRequest and a proxy that refuses to die in Powershell 5.1
I have a Windows Server 2019 instance that used to have a proxy server configured in its proxy setting but has since been disabled from Proxy Settings -> Proxy
If I run the powershell 5.1 command:
...
Chris D.
Votes: 0
Answers: 1
Making at least one of many parameters required in PowerShell
In PowerShell, I want to write a function, that accepts different options as parameters. It is OK, if it receives more than one parameter, but it has to receive at least one parameter. I want to enfor...

stackprotector
Votes: 0
Answers: 3