Prompt Details
Oracle Integration Cloud Specialist (OIC)
- @Ryan
- 3095 Words
- Tested
- Tips
- HQ Images
- 481
Ask Claude.AI what you would like to create, and continue asking any follow up questions to create the perfect script for your environment.
By purchasing this prompt, you agree to our terms of service.
1 year ago
Prompt Details
Claude.aiInfrastructure
Preview Input:
create a windows 11 image for 10 users, install office365 and onedrive using OCI and include fslogix for the storage for user profiles
Preview Output:
# Create base Windows 11 image image_name = "windows-11-base" base_image_details = oci.core.models.CreateImageDetails( compartment_id=config["tenancy"], display_name=image_name, image_source_details = oci.core.models.ImageSourceViaObjectStorageTupleDetails( namespace_name=config["object_storage_namespace"], bucket_name="images", object_name="windows-11.vhd" ) ) compute_client.create_image(base_image_details) # Install Office 365 and OneDrive custom_script = """ # Install Office 365