Browse Forum Posts by Tags

Showing related tags and posts for the Ask the Experts group. See all tags in the site
  • Powershell script - report on AD accounts

    Howdy, I am trying a new script that is hopefully easier than the last I tried. I have a server that performs actions to create, modify, and disable user accounts. I have a command that retrieves the list of users I need to report on and now I am not sure how to get to the next steps of creating this...
    Posted to Ask Don Jones (Forum) by virtuallynothere on 03-30-2012
    Filed under: Parameter, scripts, Active Directory, Recurse, Powershell
  • Windows Feature - Add "As" versus "Add"?

    Does anyone know what the difference between these 2 commands are in terms of what they do considering both add windows features? The "AS" is what I can't find online details on. Add-WindowsFeature as-net-framework The standard seems to be: Add-WindowsFeature Net-Framework
    Posted to Ask Don Jones (Forum) by virtuallynothere on 04-12-2012
    Filed under: Args, Parameter, scripts, Server 2008 R2, Powershell
  • Re: Windows Feature - Add "As" versus "Add"?

    Thanks, I looked at the results of Get-WindowsFeature as-net-framework and compared that to the Get-WindowsFeature NET-Framework-Core and the only output is the "name" and that just shows the 1st as being As-Net-Framework and the other is the Net-Framework-Core, but I don't see any difference...
    Posted to Ask Don Jones (Forum) by virtuallynothere on 04-26-2012
    Filed under: Parameter, Server 2008 R2, Powershell
  • PoSh Script/Function/Cmdlet to Sequence App-V Applications?

    Hi Don/Jeff, I'm pretty confident I've come across such a script in the not so distant past but I can't for the life of me find it now - when I need it! From memory this was a simple function to wrap/bind parameters to the SFTSequencer command line interface, the real difference/advantage...
    Posted to Ask Don and Jeff (Forum) by lloyja01 on 05-29-2012
    Filed under: Parameter, scripts, Powershell, App-V
  • How do I Make columns in PSobject closer?

    I'm using the following code format below: $tobj = New-Object PSObject $tobj | Add-Member -Name "Server" -Value $Server -MemberType NoteProperty $tobj | Add-Member -Name "Scenario" -Value $Arraypwshell.scenario -MemberType NoteProperty $tobj | Add-Member -Name "Result"...
    Posted to PowerShell General (Forum) by jwhite on 09-26-2012
    Filed under: Parameter, Powershell, OutVariable
  • Import-PSSession, bug or bug-like feature?

    Good Morning, I've come across a strange error with the import-pssession cmdlet, and wanted to run it by the experts. I'm using it in a larger account creation script the import the exchange cmdlets from an exchange server to create a mailbox. In testing it all in the shell the below commands...
    Posted to PowerShell General (Forum) by JMMurrah on 05-17-2013
    Filed under: Parameter, #errorlevel, Powershell, power shell, powershell Script, parametervalidation, import-pssession
Page 1 of 1 (6 items)
Copyright 2012 PowerShell.com. All rights reserved.