About 50 results
Open links in new tab
  1. Powershell - How to get a filename without extension?

    Nov 2, 2010 · How can I get the filename without folder name in powershell. I mean, one folder contains 1000 of files and some folders and my requirement is i need to get the file name alone and it …

  2. How to Connect to One Server, Extract Data, Connect to Second Server ...

    Jan 27, 2015 · The Write-DataTable Windows PowerShell function can be found in the Scripting Guys Script Repository. The Write-DataTable function uses the .NET Data.SqlClient.SqlBulkCopy class to …

  3. how to list all files that were modified on a specific time and date ...

    Feb 16, 2017 · I have trying to get a listing of all files with full path that were modified on Feb 16 3pm-6pm. This command will have to be able to process sub directories too.

  4. Robocopy overwriting newer files - social.technet.microsoft.com

    Mar 21, 2012 · If they are of the same age, the copy will not be performed. There are many other switches that cry out for a little more detail. Scripting? I think you would do better to post that on the …

  5. TechNet

    TechNet

  6. Set Folder to Read-Only permission using powershell

    Nov 22, 2014 · How to Set Folder to Read-Only permission using powershell.

  7. powershell find text and sort output - social.technet.microsoft.com

    Correct me, if I'm wrong. But Powershell is all about objects, not string lines. Get-WindowsImage is able to emit four kinds of objects depending on the image path it's working on. In the this library article it …

  8. PowerShell: where { $_.ID -eq $_.ID } - social.technet.microsoft.com

    Mar 22, 2011 · IMO, where { $_.ID -eq $_.ID } doesn’t make any sense, does it?

  9. SCCM - Best practise for security update deployment with further ...

    Just wondering if there is any best practise for applying security updates that has further manual registry update requirements.

  10. Login script not running after booting (but works after a logoff/login)

    - The login script doesn't work after a reboot of the computer : the auto logon works but once the session is opened nothing happens ! Moreover, we are not able to launch the application manually (when …