About 1,640 results
Open links in new tab
  1. Powershell - Only Recurse x Number of Levels

    May 24, 2010 · Is there a way to only recurse through the first 2 levels of folders under Shared, instead of all of the folders. I only care about the first 2 levels, and this would speed up the …

  2. need script to list folder permissions in folder tree and subfolder

    Jun 17, 2013 · There is a parent folder that containssub-folders. i am trying to pull out details on who has access to the parent folders including sub-folder.

  3. move files to folders base on file name

    Its a great help if any one help me out. Thanks Heaps. regards

  4. Powershells WebAdministration module does not load correctly

    In above code, the get-childitem statement fails. It seems that the WebAdministration module is not properly loaded.

  5. rename file names in folders recursively

    Hello, I am new to this forum. I searched in the forum to see if it is easier to do in powershell but could not get anything for the requirement I have.

  6. Get-ACL Error Continuation and Server List

    I'm conducting an audit of all folders on network shares that are spread accross several servers. I'm very new to PS but from my research I have put together the following: Get-ChildItem …

  7. How to list the Cert Issuer for all servers in a Domain

    The objective is to list the Server name and Cert Issuer for any Cert found in the LocalMachine\My store on all servers in a Domain.

  8. using -errorAction parameter for entire if statement or switch …

    Dec 22, 2014 · is it possible to user -ErrorAction parameter for entire "if statement" or "switch statement" or "functions" ?

  9. Get-Childitem returns 'The specified network name is no longer ...

    I am trying to develope a script to audit the permissions on my file servers. I use GET-CHILDITEM -RECURSE to find all the folders in a particular tree and then use GET-ACL to get the …

  10. get-childitem cannot find drive-letter

    Running the same script, logged in on the application server works. Why does not "get-childitem" se the driveletter? Help is greatly appreciated.