59 questions
I would like to export PowerPoint to PDF via powershell.I tried writing as below, but PowerPoint.Application.PpFixedFormatType:TypeName doesn't recognize it well.$Path=.\testpdf.pdf$mtrue=[Microsoft.O...
I am trying to do the following with powershell, but I will fail with でホスト Read the json file containing the hostname and IP ②Put the read value into the variable③The variable that runs the script fil...
I would like to create a batch to register Outlook destinations from PowerShell.If you run the following cmdlet from PowerShell, of course you won't get an Outlook instance, so US>Not recognized as a ...
The current PowerShell code page is shift-jis.I would like to log in to a remote server using the SSH feature of Powershell.However, the server environment is Linux and the character code is EUC.There...
A list of files in a storage is retrieved daily as the file name [yyyymmdd.log] log and Compare today's and yesterday's logs, and create a program that extracts differences that are in the log yesterd...
You want to run multiple ps1 scripts in parallel with workflow and ForEach-parallel.Each ps1 script returns $True or $Flase as a return value.I'm trying to count $Flase, but the scope is unable to use...
As per the title, I'd like to use powershell to delete the string (double quotation).Current State $s=$(get-count c: wwork ssample.txt)$s$s.trim(``)However, I cannot make [] recognized.I look forward ...
Windows 7 64-bit environment.I have the Microsoft.PowerShell_profile.ps1 file ready for Import-Module.Set-ExecutionPolicy RemoteSignedWhen you run with administrator privileges and start PowerShell fr...
Windows 7 64-bit environment.I have the Microsoft.PowerShell_profile.ps1 file ready for Import-Module.Set-ExecutionPolicy RemoteSignedWhen you run with administrator privileges and start PowerShell fr...
Why can't I copy only x when I copy to PowerShell?Copy fromText Editor Set-Location-Path L:\1\ground x Figure\Copy toPowerShell PSC:\WINDOWS\system32>Set-Location-Path L:\1\map\
« | - 3 - | » |
© 2024 OneMinuteCode. All rights reserved.