# HPE OneView PowerShell Library ## Docs - [Remove-OVAlert](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/alerts/clear-ovalert.md): Permanently delete an alert resource from an HPE OneView appliance. - [Get-OVAlert](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/alerts/get-ovalert.md): Retrieve alert resources from one or more HPE OneView appliances, with optional filtering by severity, health category, state, assigned user, and time range. - [Get-OVSmtpAlertEmailFilter](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/alerts/get-ovsmtpalertemailfilter.md): Retrieve email alert filter rules configured on an HPE OneView appliance. - [Get-OVSMTPConfig](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/alerts/get-ovsmtpconfig.md): Retrieve the SMTP email notification configuration from one or more HPE OneView appliances. - [Get-OVTask](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/alerts/get-ovtask.md): Retrieve asynchronous task resources from an HPE OneView appliance, with optional filtering by name, state, associated resource, or resource category. - [Set-OVAlert](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/alerts/set-ovalert.md): Update an alert's assigned user, notes, or state on an HPE OneView appliance. - [Set-OVSmtpConfig](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/alerts/set-ovsmtpconfig.md): Configure the SMTP server settings and email alert notification state on an HPE OneView appliance. - [Wait-OVTaskComplete](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/alerts/wait-ovtaskcomplete.md): Block script execution until one or more HPE OneView asynchronous tasks reach a terminal state. - [Get-OVApplianceDateTime](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/appliance/get-ovappliancedatetime.md): Retrieve the current date, time, timezone, and NTP configuration from the HPE OneView appliance. - [Get-OVApplianceGlobalSetting](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/appliance/get-ovapplianceglobalsetting.md): Retrieve global configuration settings from the HPE OneView appliance. - [Get-OVApplianceNetworkConfig](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/appliance/get-ovappliancenetworkconfig.md): Retrieve the network configuration of the HPE OneView appliance. - [Get-OVAuditLog](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/appliance/get-ovauditlog.md): Retrieve audit log entries from the HPE OneView appliance. - [Get-OVHealthStatus](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/appliance/get-ovhealthstatus.md): Return the overall health status of the HPE OneView appliance and its managed resources. - [Get-OVVersion](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/appliance/get-ovversion.md): Return the HPE OneView PowerShell library version and optionally the appliance API version or check for library updates online. - [Restart-OVAppliance](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/appliance/restart-ovappliance.md): Restart the HPE OneView appliance. - [Set-OVApplianceDateTime](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/appliance/set-ovappliancedatetime.md): Configure NTP servers, time synchronization mode, locale, and polling interval on the HPE OneView appliance. - [Set-OVApplianceGlobalSetting](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/appliance/set-ovapplianceglobalsetting.md): Update the value of a global configuration setting on the HPE OneView appliance. - [Set-OVApplianceNetworkConfig](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/appliance/set-ovappliancenetworkconfig.md): Update the network configuration of the HPE OneView appliance. - [Connect-OVMgmt](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/connection/connect-ovmgmt.md): Establish an authenticated session to an HPE OneView appliance. - [Disconnect-OVMgmt](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/connection/disconnect-ovmgmt.md): Terminate one or more authenticated sessions to HPE OneView appliances. - [New-OVResource](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/connection/new-ovresource.md): Create a new resource on an HPE OneView appliance by POSTing an object to a REST API URI. - [Pop-OVAppliancePermission](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/connection/pop-ovappliancepermission.md): Restore all permissions to active on an appliance session after a least-privilege Push-OVAppliancePermission operation. - [Push-OVAppliancePermission](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/connection/push-ovappliancepermission.md): Reduce the active permissions on an appliance session to a specified subset (least privilege). - [Remove-OVResource](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/connection/remove-ovresource.md): Delete an existing resource from an HPE OneView appliance by sending an HTTP DELETE to its REST URI. - [Send-OVRequest](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/connection/send-ovrequest.md): Send an authenticated REST API request directly to an HPE OneView appliance REST endpoint. - [Set-OVApplianceDefaultConnection](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/connection/set-ovappliancedefaultconnection.md): Change which appliance connection is the default for subsequent cmdlets. - [Set-OVResource](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/connection/set-ovresource.md): Update an existing resource on an HPE OneView appliance by PUTting a modified object to its REST URI. - [Add-OVEnclosure](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/enclosures/add-ovenclosure.md): Add an HPE BladeSystem c-Class blade enclosure to HPE OneView management. - [Get-OVDataCenter](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/enclosures/get-ovdatacenter.md): Retrieve data center objects used for physical location and capacity planning in HPE OneView. - [Get-OVEnclosure](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/enclosures/get-ovenclosure.md): Retrieve HPE Synergy frame or c-Class enclosure objects managed by HPE OneView. - [Get-OVEnclosureGroup](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/enclosures/get-ovenclosuregroup.md): Retrieve enclosure group objects that define the logical configuration template for enclosures. - [Get-OVLogicalEnclosure](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/enclosures/get-ovlogicalenclosure.md): Retrieve logical enclosure objects that represent the software-defined view of HPE Synergy frames. - [Get-OVRack](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/enclosures/get-ovrack.md): Retrieve rack objects used to track the physical location of servers, enclosures, and other devices in HPE OneView. - [New-OVEnclosureGroup](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/enclosures/new-ovenclosuregroup.md): Create a new enclosure group that maps interconnect bays to Logical Interconnect Groups. - [Add-OVBaseline](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/firmware/add-ovbaseline.md): Upload a firmware baseline ISO or hotfix package to the appliance firmware repository. - [Get-OVBaseline](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/firmware/get-ovbaseline.md): Retrieve firmware baseline (SPP) resources from the appliance firmware repository. - [Get-OVPendingUpdate](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/firmware/get-ovpendingupdate.md): Retrieve a pending HPE OneView appliance software update that has been staged but not yet installed. - [Install-OVUpdate](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/firmware/install-ovupdate.md): Upload and install a pending HPE OneView appliance software update. - [Remove-OVBaseline](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/firmware/remove-ovbaseline.md): Remove a firmware baseline from the appliance firmware repository. - [Show-OVFirmwareReport](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/firmware/show-ovfirmwarereport.md): Generate a firmware compliance report comparing installed firmware against a baseline for servers, enclosures, or enclosure groups. - [Update-OVServerFirmware](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/firmware/update-ovserverfirmware.md): Update server firmware to match a firmware baseline for Gen10 and newer server hardware or server profiles. - [Get-OVLogicalInterconnect](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/networking/get-ovlogicalinterconnect.md): Retrieve logical interconnect resources from the HPE OneView appliance. - [Get-OVLogicalInterconnectGroup](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/networking/get-ovlogicalinterconnectgroup.md): Retrieve Logical Interconnect Group resources used as configuration templates for logical interconnects. - [Get-OVNetwork](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/networking/get-ovnetwork.md): Retrieve Ethernet, Fibre Channel, and FCoE network resources from the HPE OneView appliance. - [Get-OVNetworkSet](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/networking/get-ovnetworkset.md): Retrieve network set resources from the HPE OneView appliance. - [Get-OVUplinkSet](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/networking/get-ovuplinkset.md): Retrieve uplink set resources from a logical interconnect or Logical Interconnect Group. - [New-OVLogicalInterconnectGroup](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/networking/new-ovlogicalinterconnectgroup.md): Create a new Logical Interconnect Group to define interconnect policy for HPE OneView enclosure groups. - [New-OVNetwork](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/networking/new-ovnetwork.md): Create a new Ethernet, Fibre Channel, or FCoE network resource on the HPE OneView appliance. - [New-OVNetworkSet](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/networking/new-ovnetworkset.md): Create a new network set by grouping Ethernet networks for use in server profile connections. - [New-OVUplinkSet](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/networking/new-ovuplinkset.md): Create a new uplink set on a logical interconnect or Logical Interconnect Group. - [Remove-OVNetwork](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/networking/remove-ovnetwork.md): Delete one or more network resources from the HPE OneView appliance. - [Set-OVNetwork](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/networking/set-ovnetwork.md): Modify the properties of an existing Ethernet or Fibre Channel network resource. - [Disable-OVRemoteSupport](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/remote-support/disable-ovremotesupport.md): Disable HPE Remote Support on a specific server hardware or enclosure managed by HPE OneView. - [Enable-OVRemoteSupport](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/remote-support/enable-ovremotesupport.md): Enable HPE Remote Support on a specific server hardware or enclosure managed by HPE OneView. - [Get-OVRemoteSupport](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/remote-support/get-ovremotesupport.md): Retrieve the HPE Remote Support configuration and registration status from one or more HPE OneView appliances. - [Set-OVRemoteSupport](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/remote-support/set-ovremotesupport.md): Configure HPE Remote Support settings on an HPE OneView appliance, including company name and device auto-enrollment. - [Get-OVLdapDirectory](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/security/get-ovldapdirectory.md): Retrieve LDAP and Active Directory authentication directory configurations from an HPE OneView appliance. - [Get-OVRole](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/security/get-ovrole.md): List the built-in security roles available on an HPE OneView appliance. - [Get-OVScope](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/security/get-ovscope.md): Retrieve scope objects used to restrict resource access in HPE OneView. - [Get-OVUser](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/security/get-ovuser.md): Retrieve local user account objects from an HPE OneView appliance. - [New-OVLdapDirectory](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/security/new-ovldapdirectory.md): Configure an Active Directory or OpenLDAP authentication directory on an HPE OneView appliance. - [New-OVScope](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/security/new-ovscope.md): Create a new scope for granular resource access control in HPE OneView. - [New-OVUser](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/security/new-ovuser.md): Create a new local user account on an HPE OneView appliance. - [Remove-OVUser](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/security/remove-ovuser.md): Permanently delete a local user account from an HPE OneView appliance. - [Set-OVUser](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/security/set-ovuser.md): Modify an existing local user account on an HPE OneView appliance. - [Convert-OVServerProfile](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/server-profiles/convert-ovserverprofile.md): Convert a server profile to be compatible with a different server hardware type or enclosure group. - [Copy-OVServerProfile](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/server-profiles/copy-ovserverprofile.md): Copy an existing server profile to a new profile with a different name. - [Get-OVServerProfile](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/server-profiles/get-ovserverprofile.md): Retrieve one or more server profiles from an HPE OneView appliance. - [Get-OVServerProfileTemplate](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/server-profiles/get-ovserverprofiletemplate.md): Retrieve one or more server profile templates from an HPE OneView appliance. - [New-OVServerProfile](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/server-profiles/new-ovserverprofile.md): Create a new server profile and optionally assign it to server hardware. - [New-OVServerProfileTemplate](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/server-profiles/new-ovserverprofiletemplate.md): Create a new server profile template that defines a reusable server configuration baseline. - [Remove-OVServerProfile](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/server-profiles/remove-ovserverprofile.md): Delete one or more server profiles from an HPE OneView appliance. - [Remove-OVServerProfileTemplate](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/server-profiles/remove-ovserverprofiletemplate.md): Delete one or more server profile templates from an HPE OneView appliance. - [Set-OVServerProfile](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/server-profiles/set-ovserverprofile.md): Not implemented in this release. Use Save-OVServerProfile or Set-OVResource for direct profile updates. - [Set-OVServerProfileTemplate](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/server-profiles/set-ovserverprofiletemplate.md): Not implemented in this release. Use Set-OVResource for direct template updates. - [Update-OVServerProfile](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/server-profiles/update-ovserverprofile.md): Remediate non-compliant server profiles or reapply/refresh specific profile settings. - [Add-OVServer](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/server/add-ovserver.md): Import a rack-mount or blade server into HPE OneView as a managed or monitored resource. - [Get-OVIloSso](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/server/get-ovilosso.md): Generate an iLO Single Sign-On (SSO) URL or a Redfish REST API session token for a server hardware resource. - [Get-OVServer](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/server/get-ovserver.md): Retrieve server hardware resources managed or monitored by an HPE OneView appliance. - [Get-OVServerHardwareType](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/server/get-ovserverhardwaretype.md): Retrieve server hardware type resources that describe physical server capabilities for use in server profile templates. - [Remove-OVServer](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/server/remove-ovserver.md): Remove a server hardware resource from HPE OneView management. - [Restart-OVServer](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/server/restart-ovserver.md): Restart a server hardware resource with a graceful reboot or cold boot. - [Set-OVServerPower](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/server/set-ovserverpower.md): Control the power state of a server hardware resource. Deprecated — use Start-OVServer, Stop-OVServer, or Restart-OVServer instead. - [Start-OVServer](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/server/start-ovserver.md): Power on a server hardware resource managed by HPE OneView. - [Stop-OVServer](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/server/stop-ovserver.md): Power off a server hardware resource managed by HPE OneView. - [Update-OVServer](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/server/update-ovserver.md): Refresh the configuration and compliance state of a server hardware resource in HPE OneView. - [Add-OVStorageSystem](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/storage/add-ovstoragesystem.md): Add an HPE storage system (3PAR, Primera, Alletra, Nimble) to HPE OneView management. - [Get-OVStoragePool](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/storage/get-ovstoragepool.md): Retrieve storage pools (CPGs) from storage systems managed by HPE OneView. - [Get-OVStorageSystem](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/storage/get-ovstoragesystem.md): Retrieve storage systems managed by HPE OneView, including 3PAR, Primera, and Alletra arrays. - [Get-OVStorageVolume](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/storage/get-ovstoragevolume.md): Retrieve storage volume objects managed by HPE OneView. - [Get-OVStorageVolumeTemplate](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/storage/get-ovstoragevolumetemplate.md): Retrieve storage volume templates used to standardize and enforce volume provisioning in HPE OneView. - [New-OVStorageVolume](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/storage/new-ovstoragevolume.md): Create a new storage volume on an HPE OneView-managed storage system. - [Remove-OVStorageVolume](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/storage/remove-ovstoragevolume.md): Delete a storage volume from HPE OneView management, with an option to retain the volume on the storage array. - [Set-OVStorageVolume](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/cmdlets/storage/set-ovstoragevolume.md): Modify an existing storage volume managed by HPE OneView, including expanding capacity and changing sharing or snapshot settings. - [Appliance connections](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/concepts/appliance-connections.md): Understand how the HPE OneView PowerShell library tracks and manages connections to one or more HPE OneView appliances using the HPEOneView.Appliance.Connection object and the $ConnectedSessions global variable. - [Connection permissions](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/concepts/connection-permissions.md): Learn how HPE OneView session permissions work, how to use Push-OVAppliancePermission to operate with least privilege, and how to restore full permissions with Pop-OVAppliancePermission. - [Scopes and roles](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/concepts/scopes-and-roles.md): Understand HPE OneView built-in roles, how scopes restrict access to resource subsets, and how to manage scopes with Get-OVScope, New-OVScope, and Add-OVResourceToScope. - [Two-factor authentication](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/concepts/two-factor-authentication.md): Learn how to authenticate to HPE OneView using standard username/password credentials or smart cards (CAC/PIV) with X.509 certificate-based two-factor authentication. - [Connecting to an appliance](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/guides/connecting-to-appliance.md): Learn how to authenticate to HPE OneView appliances using credentials, PSCredential objects, certificates, and how to manage multiple simultaneous connections. - [Firmware management](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/guides/firmware-management.md): Upload SPP firmware baselines, check firmware compliance, install appliance updates, and update server firmware in HPE OneView. - [Infrastructure as code](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/guides/infrastructure-as-code.md): Use HPE OneView PowerShell for repeatable, idempotent infrastructure provisioning. Covers template-driven deployment, CI/CD integration, error handling, multi-appliance scripting, and generating scripts from existing resources. - [Networking](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/guides/networking.md): Create and manage Ethernet networks, Fibre Channel networks, network sets, uplink sets, and logical interconnect groups in HPE OneView. - [Server management](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/guides/server-management.md): Discover, add, and manage server hardware in HPE OneView. Covers monitored vs managed servers, power operations, iLO SSO tokens, and filtering. - [Storage management](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/guides/storage-management.md): Add HPE storage systems (3PAR, Primera, Alletra), manage storage pools and volumes, use volume templates, and attach volumes to server profiles. - [Installation](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/installation.md): Install the HPE OneView PowerShell Library on Windows, Linux, or macOS from PowerShell Gallery or manually. - [HPE OneView PowerShell Library](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/introduction.md): Automate HPE infrastructure management with PowerShell. Connect to HPE OneView and HPE Synergy appliances to manage servers, networking, storage, and more. - [Quickstart](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/quickstart.md): Connect to your HPE OneView appliance and run your first commands in minutes. - [Appliance Configuration Samples](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/samples/appliance-configuration.md): Step-by-step walkthrough of ApplianceConfig_Sample.ps1 and ComposerApplianceConfig_Sample.ps1 for automating HPE OneView initial setup. - [Networking Samples](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/samples/networking-samples.md): Define Ethernet and Fibre Channel networks, create network sets, and build Logical Interconnect Groups with uplink sets using POSH-HPEOneView sample scripts. - [Sample Scripts Overview](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/samples/overview.md): A collection of ready-to-run PowerShell sample scripts demonstrating common HPE OneView automation tasks. - [Server Profile Samples](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/samples/server-profiles.md): Create Server Profile Templates and deploy Server Profiles for HPE Synergy blade servers and ProLiant rack servers using the POSH-HPEOneView library. - [Storage Samples](https://mintlify.wiki/HewlettPackard/POSH-HPEOneView/samples/storage-samples.md): Add HPE Primera or 3PAR storage arrays, create storage pools and volumes, and attach SAN volumes to Server Profiles using POSH-HPEOneView sample scripts.