Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
Install the latest PowerShell for new features and improvements!
Installing PowerShell on Windows - PowerShell
PS C:\WINDOWS\system32> Get-ChildItem -Path 'E:\' -Force | Select-Object Name,Length,LastWriteTime
Name Length LastWriteTime
---- ------ -------------
System Volume Information 14/12/2023 00:09:06
DYMOLabelLightv2.exe 1231304 30/11/2023 16:28:36
.dropbox.device 56 14/12/2023 21:11:10
PS C:\WINDOWS\system32> Get-ChildItem -Path 'F:\' -Force | Select-Object Name,Length,LastWriteTime
Name Length LastWriteTime
---- ------ -------------
System Volume Information 26/07/2023 05:00:16
uui 26/07/2023 05:00:18
slax 21/01/2023 10:58:44
readme.txt 823 20/01/2023 22:38:24
Uni-USB-Installer-Copying.txt 49418 30/01/2022 11:22:08
Uni-USB-Installer-Readme.txt 2691 30/01/2022 11:21:44
license.txt 18092 18/03/2021 14:13:08
PS C:\WINDOWS\system32> Get-ChildItem -Path 'E:\' -Filter 'mouselinuxlogs_20251022_025516.tgz' -Recurse -Force -ErrorAction SilentlyContinue | Select-Object FullName,Length,LastWriteTime
PS C:\WINDOWS\system32> Get-ChildItem -Path 'F:\' -Filter 'mouselinuxlogs_20251022_025516.tgz' -Recurse -Force -ErrorAction SilentlyContinue | Select-Object FullName,Length,LastWriteTime
PS C:\WINDOWS\system32> Get-ChildItem -Path 'E:\' -Recurse -Force -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.tgz' -and $.Length -ge 2000000 -and $.Length -le 4000000 } | Select-Object FullName,Length,LastWriteTime
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
PS C:\WINDOWS\system32> Get-ChildItem -Path 'F:\' -Recurse -Force -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.tgz' -and $.Length -ge 2000000 -and $.Length -le 4000000 } | Select-Object FullName,Length,LastWriteTime
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
$.Extension : The term '$.Extension' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:90
+ ... ce -ErrorAction SilentlyContinue | Where-Object { $.Extension -eq '.t ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: ($.Extension:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
PS C:\WINDOWS\system32>