Scheduled Task with a Logon Delay
Creating a Scheduled Task to run at logon with a delay is somewhat cumbersome with PowerShell, so as a result, you need to call the Task Scheduler Scripting Objects. Below walks you through it.
Microsoft TSP (Technology Solutions Professional)
Creating a Scheduled Task to run at logon with a delay is somewhat cumbersome with PowerShell, so as a result, you need to call the Task Scheduler Scripting Objects. Below walks you through it.
Mark Russiovich is the CTO of Microsoft Azure. When Mark Russiovich came to Australia for the first time just last week, it was for a very special event, the opening of the two Canberra Azure regions with a special event April 3 & April 5 in both Sydney & Melbourne. There’s me with the man…
Microsoft is expanding on the Azure Virtual Datacenter Concepts eBook with more content and artifacts. The new VDC portal is on the Azure Architecture Center portal: http://aka.ms/VDC Azure Virtual Datacenter is an approach to making the most of the Azure cloud platform’s capabilities while respecting your existing security and networking policies. When deploying enterprise workloads…
Read more Azure Virtual Datacenter and the Enterprise Control Plane
My recent video on Azure File Sync. Derived from the customer ready deck. FAQs: Do we have any GA dates? Can tell customers Azure File Sync GA will end of April, beginning of May Any restrictions on using/testing in Australia during preview. only 5TB Azure File Shares – 100TB Azure File Shares on the roadmap…
Automatically Start/Stop virtual machines, the Azure Reboot and more on this episode of the Need to Know podcast. Start/Stop VMs during off-hours solution in Azure Automation The Start/Stop VMs during off-hours solution starts and stops your Azure virtual machines on user-defined schedules, provides insights through Log Analytics, and sends optional emails by leveraging SendGrid. It…
New Azure VMs ND, DCv2 and the M series are all GA’d, another free eBook for developers, new WhiteBoard app and the Azure Application Architecture Guide on episode 171 of the Need to Know podcast. ND and NCv2 virtual machines now available ND and NCv2 virtual machines (VMs), as announced at Build 2017, are now available.…
VMware on Azure, free Azure ebook, Azure Stack @ ANZ plus more on the latest Need to Know podcast. Host VMware infrastructure with VMware virtualization on Azure Most workloads can be migrated to Azure easily using services like Azure Site Recovery; however, there may be specific VMware workloads that are unique and more challenging to migrate…
This week on the Need to Know podcast, ND series of VMs for Deep Learning & NCv2 series for HPC compute coming into GA in December, brand new NCv3-series VMs that use NVIDIA Tesla V100 GPUs. System state backup directly to Azure using Azure Backup and much more. Azure App Service and Functions on Azure Stack…
Sometimes you would want to create an Azure ARM based Virtual Machine using an existing VHD disk. It used to be much easier in ASM (Classic). However you can easily swap out the OS disk for a VM using PowerShell. Simply create a new (non-managed disk) based VM in Azure with new disks. Then you…
Sometimes you would want to add an additional Network Interface Card to a Microsoft Azure ARM (Azure Resource Manager) based virtual machine. PowerShell is your answer: