Function NextQ{ #Import the CSV we need to use $qu = import-csv .\test.csv #Create a randomization for which question to ask $rand = New-Object System.Random $rnd = $rand.next(0,32) $info = $qu.GetValue($rnd) #Turn each column into a variable and set the variable for Scri...
QuestionTuesday, December 25, 2018 8:15 PMI keep getting a pop up upon login telling me I need to ask an adult for permission to use Powershell. It happens all the time on my laptop and just today it has followed me to my desktop. I have Microsoft Family set up with myself as th...
A positional parameter cannot be found that accepts argument ' '. A positional parameter cannot be found that accepts argument 'xxxxxxx' A simple powershell script question A specified logon session does not exist. It may already have been terminated about_ActiveDirectory_Filter Absolute Newbie Scri...
Function NextQ{ #Import the CSV we need to use $qu = import-csv .\test.csv #Create a randomization for which question to ask $rand = New-Object System.Random $rnd = $rand.next(0,32) $info = $qu.GetValue($rnd) #Turn each column into a variable and set the variable for Scrip...