About 7,290 results
Open links in new tab
  1. Execute Powershell Script via SCCM task sequence to set OSD …

    May 15, 2013 · how do I run script using "package" (command line argumnet) ? In task sequence where should I create new task sequence task (install package) ? how do I set OSD variable in …

  2. SOLVED: read value from xml and create variables for them.

    Import-Xml : The term 'Import-Xml' 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 …

  3. Powershell Path variable and running a command

    Do launch an executable you can use Start-Process. To launch a file with its assoziated program you can use Invoke-Item. To ask for user credentials you can use Get-Credential and store …

  4. download all files to local folder using powershell from sharepoint …

    i have below script which works fine to export CSV file using keywordsquery (metadata) with help of poweshell but how can i download files to local folder from exported csv file??

  5. How to get/set Share permissions with PowerShell

    Sorry for the delay. Agree with Mike, Just a little carification, To share a file, I also recommend you to set NTFS permission instead of share permission, you can create all shares with full …

  6. Trying to run powershell with PSEXEC - social.technet.microsoft.com

    Try using the explicit parameters for the powershell.exe. They are different from Powershell commands/syntax. Specifically, use -File to parse the script path. Also, if you don't have the …

  7. Remove specif rows in a CSV with Powershell

    I'd test the users in your input file and then create a new output file that only contains the enabled users. Are you able to use a second file or do you have to update the original?

  8. Folder "Date modified" does not change every time

    Dec 21, 2018 · When I sit and watch the automated proccess there is no problem (two explorers opened - inside and outside the filder; no touching). New file in the folder --> folder's date …

  9. powershell script to CLR - social.technet.microsoft.com

    Now I wanted to convert the powershell script to CLR and that CLR function I will be using it to SQL Server to return results.

  10. powershell WPF progressbar refresh - social.technet.microsoft.com

    declare @Path varchar (max)='\\Server\File-'+case when len ( convert (varchar (2),datepart (mm,getdate ()))) =1 then '0'+convert (varchar (1),datepart (mm,getdate ())) else convert …