Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit09db022

Browse files
committed
Update documentation
1 parent3b8d40e commit09db022

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

‎Build.ps1‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Set-Content -Path $ManifestFile -Value $ManifestDefinition
106106

107107
# Add artefacts
108108
Copy-Item-Path"$PSScriptRoot\README.md"-Destination"$BuildDir\Build\$moduleName\README.md"-Force
109-
Copy-Item-Path"$PSScriptRoot\HISTORY.md"-Destination"$BuildDir\Build\$moduleName\HISTORY.md"-Force
109+
Copy-Item-Path"$PSScriptRoot\CHANGELOG.md"-Destination"$BuildDir\Build\$moduleName\CHANGELOG.md"-Force
110110
Copy-Item-Path"$PSScriptRoot\LICENSE"-Destination"$BuildDir\Build\$moduleName\LICENSE"-Force
111111
Copy-Item-Path"$PSScriptRoot\source\plus-24.png"-Destination"$BuildDir\Build\$moduleName\plus-24.png"-Force
112112
Copy-Item-Path"$PSScriptRoot\source\minus-24.png"-Destination"$BuildDir\Build\$moduleName\minus-24.png"-Force

‎HISTORY.md‎renamed to ‎CHANGELOG.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
###v.0.9.1 (2019-12-17)
1+
###v.0.9.1 (2019-12-19)
22
* Change CSV output format
33
* Change Main Form design
44

‎README.md‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,12 @@ Official repository - latest module version and download count.
2727
2. Start PowerShell console from an account with administrative rights to Exchange.
2828
3. Run Command**Get-MessageTrackingGUI**.
2929
4. Click**[Config]** button and configure parameters. Use FQDN for 'Exchange PS connect' field. Use**Enter**,**ESC** and**Del** hot keys.
30-
5. Click**[Save]** button. Configuration will be saved at_"$($env:LOCALAPPDATA)\ExchangeTrackingGUI\Config.json"_ file.
30+
5. Click**[Save]** button. Configuration will be saved at_"<spanstyle="color:green">$($env:LOCALAPPDATA)\ExchangeTrackingGUI\Config.json</span>"_ file.
3131
6. Use**[Search]** button for view results or**[Export]** button for view and save CSV file.
32+
33+
##Screenshots
34+
![](https://pvs043.github.io/ExchangeTrackingGUI/MainForm.png) <imgalign="top"src="https://pvs043.github.io/ExchangeTrackingGUI/ConfigForm.png">
35+
3236
##License
3337

3438
**MIT**

‎source/Get-MessageTrackingGUI.ps1‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ function Get-MessageTrackingGUI {
310310
$null=New-Item$Path-ItemType Directory
311311
}
312312
$File="$Path\Export.csv"
313-
Get-MTGTrackingLog|Export-Csv-Delimiter';'-NoTypeInformation-EncodingDefault-Path$File
313+
Get-MTGTrackingLog|Export-Csv-Delimiter';'-NoTypeInformation-EncodingDefault-Path$File
314314
Invoke-Item$File
315315
})
316316
$BTConfig.Add_Click({

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp