Recent content by Psilocelium

  1. Psilocelium

    PowerShell Syntax Question

    Right on, that's what I answered. This quiz was frustrating. I emailed my instructor after taking it because even though we can retake quizzes in this class up to 5 times, I couldn't get better than 8/10 by my 4th run. The quiz question I referred to in my email was: What Help parameter will...
  2. Psilocelium

    PowerShell Syntax Question

    I just took a quiz that asked what type of parameter <String> is. Could you tell me if it is a mandatory parameter? For some reason I was thinking <String> would be defined as a value, not a parameter. Syntax Get-EventLog [-LogName] <String> [[-InstanceId] <Int64[]>] [-After <DateTime>]...
  3. Psilocelium

    PowerShell's Help doesn't let me Spacebar to scroll.....

    Thanks for the advice. You are right, ISE does not page through help but the normal console does. It's not that big of a deal, but it is annoying to have to always scroll back up after loading 'help event-log -full' or any other help with the -full parameter. I did know that Help is just an...
  4. Psilocelium

    PowerShell's Help doesn't let me Spacebar to scroll.....

    Hey guys, I am currently learning PowerShell in a college course. Right now we are learning to use the Help system efficiently. One thing that is bugging me is that running 'Get-Help' is supposed to output help and automatically scroll to the bottom of the displayed help while just running...
  5. Psilocelium

    Introduce Yourself

    I don't recall posting here yet so here I go! Hello everyone! I am a new member here though I have browsed these forums in the past. I am grateful for a helpful community like this and I hope to be able to offer assistance eventually as I learn more in the computer tech world. I'm currently in...
Back
Top