Skip to content

Instantly share code, notes, and snippets.

View MCKLMT's full-sized avatar

Mickaël Mottet MCKLMT

View GitHub Profile
@MCKLMT
MCKLMT / seedutil.md
Created October 29, 2020 10:13 — forked from pookjw/seedutil.md
Enroll macOS Beta Seed without profile installation

seedutil

Enroll macOS Beta Seed without profile installation

Usage

$ sudo /System/Library/PrivateFrameworks/Seeding.framework/Versions/A/Resources/seedutil 
usage: seedutil enroll SEED_PROGRAM
    seedutil unenroll

seedutil current

@MCKLMT
MCKLMT / Move-AzureVMInNewCS.ps1
Created November 8, 2017 14:43 — forked from GabrieleCastellani/Move-AzureVMInNewCS.ps1
Moving an Azure Virtual Machines in a different Cloud Service with Poweshell [interactive]
#Open Azure Powershell
#Import your Azure Subscription
Add-AzureAccount
#Get the list of Azure Subscriptions
Get-AzureSubscription
#Select the azure Subscription of the Virtual Machines
Select-AzureSubscription "[SubscriptionName]"