Skip to content

Commit e2b24cd

Browse files
manifest and readme updates
1 parent d420f6f commit e2b24cd

File tree

2 files changed

+26
-94
lines changed

2 files changed

+26
-94
lines changed

PSRemoteOperations.psd1

Lines changed: 25 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -3,95 +3,30 @@
33
#
44

55
@{
6-
7-
# Script module or binary module file associated with this manifest.
8-
RootModule = "PSRemoteOperations.psm1"
9-
10-
# Version number of this module.
11-
ModuleVersion = '3.4.0'
12-
13-
# Supported PSEditions
14-
CompatiblePSEditions = @("Desktop","Core")
15-
16-
# ID used to uniquely identify this module
17-
GUID = '62bc09fe-38bf-426d-aa3c-e6c2cf6bb528'
18-
19-
# Author of this module
20-
Author = 'Jeff Hicks'
21-
22-
# Company or vendor of this module
23-
CompanyName = 'JDH Information Technology Solutions, Inc.'
24-
25-
# Copyright statement for this module
26-
Copyright = '(c) 2018-2020 JDH Information Technology Solutions, Inc. All rights reserved.'
27-
28-
# Description of the functionality provided by this module
29-
Description = 'A PowerShell module for executing commands remotely in a non-remoting environment using a shared folder structure such as Dropbox.'
30-
31-
# Minimum version of the Windows PowerShell engine required by this module
32-
PowerShellVersion = '5.1'
33-
34-
# Name of the Windows PowerShell host required by this module
35-
# PowerShellHostName = ''
36-
37-
# Minimum version of the Windows PowerShell host required by this module
38-
# PowerShellHostVersion = ''
39-
40-
# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
41-
# DotNetFrameworkVersion = ''
42-
43-
# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
44-
# CLRVersion = ''
45-
46-
# Processor architecture (None, X86, Amd64) required by this module
47-
# ProcessorArchitecture = ''
48-
49-
# Modules that must be imported into the global environment prior to importing this module
50-
RequiredModules = @()
51-
52-
# Assemblies that must be loaded prior to importing this module
53-
# RequiredAssemblies = @()
54-
55-
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
56-
# ScriptsToProcess = @()
57-
58-
# Type files (.ps1xml) to be loaded when importing this module
59-
# TypesToProcess = @()
60-
61-
# Format files (.ps1xml) to be loaded when importing this module
62-
# FormatsToProcess = @()
63-
64-
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
65-
# NestedModules = ""
66-
67-
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
68-
FunctionsToExport = 'New-PSRemoteOperation', 'Invoke-PSRemoteOperation', 'Get-PSRemoteOperationResult', 'Register-PSRemoteOperationWatcher','Wait-PSRemoteOperation', 'New-PSRemoteOperationForm', 'Get-PSRemoteOperation','Register-PSRemoteOpPath','Import-PSRemoteOpPath'
69-
70-
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
71-
CmdletsToExport = @()
72-
73-
# Variables to export from this module
74-
VariablesToExport = @()
75-
76-
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
77-
AliasesToExport = 'nro', 'iro', 'row', 'gro', 'nrof', 'wro','grop'
78-
79-
# DSC resources to export from this module
80-
# DscResourcesToExport = @()
81-
82-
# List of all modules packaged with this module
83-
# ModuleList = @()
84-
85-
# List of all files packaged with this module
86-
# FileList = @()
87-
88-
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
89-
PrivateData = @{
6+
RootModule = "PSRemoteOperations.psm1"
7+
ModuleVersion = '4.0.0'
8+
CompatiblePSEditions = @("Desktop", "Core")
9+
GUID = '62bc09fe-38bf-426d-aa3c-e6c2cf6bb528'
10+
Author = 'Jeff Hicks'
11+
CompanyName = 'JDH Information Technology Solutions, Inc.'
12+
Copyright = '(c) 2018-2021 JDH Information Technology Solutions, Inc. All rights reserved.'
13+
Description = 'A PowerShell module for executing commands remotely in a non-remoting environment using a shared folder structure such as Dropbox.'
14+
PowerShellVersion = '5.1'
15+
16+
# TypesToProcess = @()
17+
# FormatsToProcess = @()
18+
19+
FunctionsToExport = 'New-PSRemoteOperation', 'Invoke-PSRemoteOperation', 'Get-PSRemoteOperationResult', 'Register-PSRemoteOperationWatcher', 'Wait-PSRemoteOperation', 'New-PSRemoteOperationForm', 'Get-PSRemoteOperation', 'Register-PSRemoteOpPath', 'Import-PSRemoteOpPath'
20+
CmdletsToExport = @()
21+
VariablesToExport = @()
22+
AliasesToExport = 'nro', 'iro', 'row', 'gro', 'nrof', 'wro', 'grop'
23+
24+
PrivateData = @{
9025

9126
PSData = @{
9227

9328
# Tags applied to this module. These help with module discovery in online galleries.
94-
Tags = @("Remoting", "ScheduledJob","operations","remoteManagement")
29+
Tags = @("Remoting", "ScheduledJob", "operations", "remoteManagement")
9530

9631
# A URL to the license for this module.
9732
LicenseUri = 'https://github.com/jdhitsolutions/PSRemoteOperations/blob/master/license.txt'
@@ -109,15 +44,12 @@ PrivateData = @{
10944

11045
} # End of PSData hashtable
11146

112-
} # End of PrivateData hashtable
47+
} # End of PrivateData hashtable
11348

114-
# HelpInfo URI of this module
115-
#HelpInfoURI = ''
49+
# HelpInfo URI of this module
50+
#HelpInfoURI = ''
11651

117-
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
118-
# DefaultCommandPrefix = ''
52+
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
53+
# DefaultCommandPrefix = ''
11954

12055
}
121-
122-
123-

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ The long-term goal is to ensure that this module will work cross-platform and in
4242

4343
Beginning with v3.4.0, when you create a remote operation file with either `New-PSRemoteOperation` or `New-PSRemoteOperationForm`, you can specify a PowerShell version. The default is 5.1. If you use a `PSVersion` value of 7, the remote operation will run under `pwsh.exe`.
4444

45-
Last updated 2020-11-13 18:21:37Z
45+
Last updated 2021-08-24 21:10:12Z

0 commit comments

Comments
 (0)