Copilot Studio – Installing and using ready to use agents
Conduct your own lab, download: Contoso Travel Policies
Conduct your own lab, download: Contoso Travel Policies
Repository: https://github.com/MariuszFerdyn/hands-on-lab-azure-functions-flex-openai Step by step: # Clone the repository git clone https://github.com/MariuszFerdyn/hands-on-lab-azure-functions-flex-openai # Login to Azure : az login # Display your account details az account show # Select your Azure subscription az account set –subscription <subscription-id> # Go to the project directory cd <cloned-project-path> # Authenticate using azd azd auth login # Create resources […]
Introduction Copilot for SharePoint – especially Copilot for Documents in SharePoint Library.
Successor of Zero Trust Model descibed https://rzetelnekursy.pl/zero-trust-model-audit-for-free has a new version https://aka.ms/ztworkshop. It includes: Assesment Workshops Implementation RoadMap
All VM in Backup: # Import necessary modules # Import-Module Az # Connect-AzAccount # Get all Recovery Services Vaults $recoveryVaults = Get-AzRecoveryServicesVault # Initialize an array to hold backup items $backupItems = @() # Enumerate all Recovery Services Vaults foreach ($vault in $recoveryVaults) { # Set the context to the current vault Set-AzRecoveryServicesVaultContext -Vault $vault […]