Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Module uses unapproved Verbs #48

Closed
spitzerr opened this issue Mar 23, 2018 · 1 comment
Closed

The Module uses unapproved Verbs #48

spitzerr opened this issue Mar 23, 2018 · 1 comment
Assignees
Milestone

Comments

@spitzerr
Copy link
Contributor

spitzerr commented Mar 23, 2018

On Import of the Module there is the following warning:

parameter. For a list of approved verbs, type Get-Verb.
VERBOSE: The 'Configure-ArcGIS' command in the ArcGIS' module was imported, but because its name does not include an approved verb, it might be difficult to find. The suggested alternative verbs are "Set".
VERBOSE: Importing function 'Configure-ArcGIS'.
VERBOSE: Importing function 'Get-FQDN'.
VERBOSE: Importing function 'Publish-WebApp'.

There are also some functions using unapproved verbs which are not exported.
https://msdn.microsoft.com/en-us/library/ms714428(v=vs.85).aspx

@shailesh91 shailesh91 self-assigned this Nov 15, 2019
@shailesh91 shailesh91 added this to the 10.8 milestone Nov 15, 2019
@shailesh91 shailesh91 added bug Something isn't working Wiki Update and removed bug Something isn't working labels Nov 15, 2019
@cameronkroeker
Copy link
Contributor

cameronkroeker commented Feb 28, 2020

Hello @spitzerr,

We have addressed this in the latest release, v3.0.0:

Invoke-ArcGISConfiguration -ConfigurationParametersFile [[Path to Configuration JSON File]] -Mode [Install | InstallLicense | InstallLicenseConfigure | Uninstall | Upgrade] -Credential [Config RunAs - Optional] -MappedDriveOverrideFlag [$True | $False] -DebugSwitch

or

Invoke-ArcGISConfiguration [[Path to Configuration json File]] [Install | InstallLicense | InstallLicenseConfigure | Uninstall | Upgrade] -Credential [Config RunAs - Optional] -MappedDriveOverrideFlag [$True | $False] -DebugSwitch

https://github.com/Esri/arcgis-powershell-dsc/releases/tag/v3.0.0

Thanks,
Cameron K.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants