- Community Home
- >
- Servers and Operating Systems
- >
- BladeSystem
- >
- BladeSystem - General
- >
- HPOACmdlets
-
-
Forums
- Products
- Servers and Operating Systems
- Storage
- Software
- Services
- HPE GreenLake
- Company
- Events
- Webinars
- Partner Solutions and Certifications
- Local Language
- China - 简体中文
- Japan - 日本語
- Korea - 한국어
- Taiwan - 繁體中文
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Latin America
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Blog, Poland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Forums
-
Blogs
-
Information
-
English
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-17-2014 08:08 PM
10-17-2014 08:08 PM
HPOACmdlets
Hello All,
I am attempting to get help information for HP OA CSR Generation via PowerShell, however the "Start-HPOACertificateGeneration" command returns examples for the Start-HPOACertificateDownload Cmdlet. when running "Get-Help Start-HPOACertificateDownload -Examples", I am given the same information. Can anyone help out with this, or offer any examples?
PS C:\PowerShellScripts> get-help Start-HPOACertificateGeneration -Examples
NAME
Start-HPOACertificateGeneration
SYNOPSIS
Generates a pkcs#10 certificate request or a self-signed certificate.
(C) Copyright 2014 Hewlett-Packard Development Company, L.P.
-------------------------- EXAMPLE 1 --------------------------
PS C:\> Start-HPOACertificateDownload -Connection $connection -Type LDAP -URL
ftp://192.168.243.56/cer_southking/ldap_southking.cer
In this example the list of OA connection is passed as a parameter along with Type.
-------------------------- EXAMPLE 2 --------------------------
PS C:\> Start-HPOACertificateDownload -Connection $connection
Type not provided...
Use same Type for all Connections? (y/n): y
Please enter Type (Acceptable values are LDAP, RemoteSupport, CA, HPSIM, User, OA): user
URL not provided...
Use same URL for all Connections? (y/n): n
Please enter URL for 192.168.241.254: ftp://192.168.243.56/cer/user2.cer
Please enter URL for 192.168.242.64: ftp://192.168.243.56/cer/user3.cer
In this example $connection is passed as parameter to the cmdlet. It can be an Object or an Object array returned
from Connect-HPOA. Because parameters Type and URL are not provided, you are prompted to input the values.
-------------------------- EXAMPLE 3 --------------------------
PS C:\> $connection | Start-HPOACertificateDownload -Type HPSIM -URL 192.168.243.56
In this example $connection is passed as parameter to the cmdlet through pipeline. It can be an Object or an
Object array returned from Connect-HPOA.
- Tags:
- certificate
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2022 Hewlett Packard Enterprise Development LP