You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$GitLabToken="YOUR_PERSONAL_ACCESS_TOKEN"#ReplacewithyourGitLabPersonalAccessToken$GitLabApiUrl="https://gitlab.com/api/v4"#GitLabAPIURL(use your GitLab instance URL if self-hosted)$GroupId="YOUR_GROUP_ID"#ReplacewiththeGitLabgroupID(or use "YOUR_USER_ID" for personal projects)
Set the local directory where you want to clone/pull repositories
First, create a self-signed certificate and export it:
# Create a self-signed certificate$cert=New-SelfSignedCertificate-DnsName "yourdomain.com"-CertStoreLocation "Cert:\CurrentUser\My"-FriendlyName "GraphAPICert"# Export the certificate to a .pfx file
Sending email though powershell with Microsoft Graph
# Configuration
$clientId = " " # Replace with your client ID from Azure Portal
$clientSecret = " " # Replace with your client secret from Azure Portal
$tenantId = " " # Replace with your tenant ID
$recipientEmail = " " # Replace with the recipient's email address
$fromEmail = " " # Replace with the email address sending the email
How to make Multiple Operating Systems Bootable in ONE USB drive
How to make Multiple Operating Systems Bootable in ONE USB drive
Links
YouTube - How to in this YouTube tutorial, we explore the process of creating a multi-boot USB drive that can load multiple operating systems. This is a handy tool for anyone interested in operating system testing, data recovery, or just the convenience of having multiple OS options on the go. Whether you're a tech enthusiast, a professional IT administrator, or just a curious novice, this video is your go-to guide to making your USB drive a powerhouse of operating system versatility.