About 33,900 results
Open links in new tab
  1. PowerShell Overview: Format-Table vs. Select-Object

    May 20, 2019 · If you use Select-Object to determine the properties to be displayed onscreen there isn't much you can do about that; Select-Object doesn't offer many formatting options. …

  2. Exchange Online ActiveSync Device Support Update

    Dec 15, 2025 · We want to inform our users and organizations about an important upcoming change regarding Exchange ActiveSync (EAS) device connectivity to Exchange...

  3. How to Hotkey Select - Select Objects | Microsoft Community Hub

    Aug 30, 2023 · Hi! Thanks in advance for any answers.  I know how to custom hotkey something, but I don't see that function listed. I'm talking about on the Home...

  4. Get Userprincipalname to use as second variable | Microsoft …

    Apr 14, 2021 · When I use get-msoluser -userprincipalname [email protected] | select-object LastPasswordChangeTimestamp by itself I get the output with just the date of the last …

  5. The property cannot be processed because the property type …

    Dec 10, 2020 · I receive the above message when running the below command.Get-RetentionCompliancePolicy -identity "Name of Policy" -DistributionDetail | Select-Object...

  6. Cannot Export to CSV when using Select-Object

    Mar 4, 2020 · I am having an issue with exporting results from Powershell to a CSV file. When I run the command without the select-object option I get a csv fle that has...

  7. Exchange Online PowerShell - Invoke-Command with Select …

    Feb 10, 2019 · Very simply: The Select-Object cmdlet is not allowed to be used inside your Invoke-Command script block when you're connected to Exchange Online. Only exported …

  8. Powershell - Retrieve folder size for each folders in the output ...

    Dec 3, 2020 · My requirement is to retrieve all files from a directory when provided as an input to a certain folder level with the following properties: Name, FullName,...

  9. Identify a running script in Get-Process and script PID

    Feb 27, 2024 · Get-Process | Where-Object ProcessName -eq 'Example' | Select-object Id, ProcessName Please click Mark as Best Response & Like if my post helped you to solve your …

  10. PowerShell Basics: Are you using Get-ComputerInfo? | Microsoft ...

    Apr 25, 2019 · Then we refined the results using commands like Select-Object and Sort-Object. Now if you wanted this information in a CSV file format, you'd simply pipe the output into …