Archives
Categories
-
Recent Posts
-
Recent Comments
- ncbrady on First look at the Migrate to the cloud app
- Dany on First look at the Migrate to the cloud app
- glumc on OSD via boot media and CMG, available in TP2009
- ncbrady on Creating a VMSS CMG and setting VM size with Technical Preview 2105
- stuffygibbon on Creating a VMSS CMG and setting VM size with Technical Preview 2105
-
-
Meta
Category Archives: PowerShell
Providing access to your Azure tables data via a SAS read only token
Introduction In an earlier blog post I showed you how you can let your users use a self-service app to Retire their old PC’s, when getting their shiny new Windows Autopilot PC. If you are not familiar with Retire My … Continue reading
Posted in Azure, Azure Tables, PowerShell, SAS read only token
Leave a comment
Problems setting a timezone using Set-TimeZone
Introduction This is just a quick post to give some detail about a problem I dealt with, because when searching for it I got no direct hits to my specific problem, at least not for “Singapore Standard Time”. We prompt … Continue reading
Posted in PowerShell, timezone
Leave a comment
Upgrading the SQL Server 2012 Client Agent with PowerShell to support TLS 1.2 for SCCM installations
Introduction This is a quick post to highlight a small update to my Install SQL Server 2017.ps1 script used to install SCCM 1902 with SQL Server 2017 on Windows Server 2019 published recently. I’ve added a new section to deal … Continue reading
Posted in 1902, baseline version, PowerShell, SQL Server 2017, TLS
Leave a comment
How can I install System Center Configuration Manager (Current Branch) version 1902 on Windows Server 2019 with SQL Server 2017 – Part 5
Introduction This multi-part guide will show you how to install the latest baseline version of Configuration Manager from Microsoft. The latest available baseline version is System Center Configuration Manager (Current Branch) version 1902 as of April the 10th 2019. I … Continue reading
Posted in 1902, baseline version, PowerShell
Leave a comment
How can I install System Center Configuration Manager (Current Branch) version 1902 on Windows Server 2019 with SQL Server 2017 – Part 4
Introduction This multi-part guide will show you how to install the latest baseline version of Configuration Manager from Microsoft. The latest available baseline version is System Center Configuration Manager (Current Branch) version 1902 as of April the 10th 2019. I … Continue reading
Posted in 1902, baseline version, PowerShell
Leave a comment
How can I install System Center Configuration Manager (Current Branch) version 1902 on Windows Server 2019 with SQL Server 2017 – Part 3
Introduction This multi-part guide will show you how to install the latest baseline version of Configuration Manager from Microsoft. The latest available baseline version is System Center Configuration Manager (Current Branch) version 1902 as of April the 10th 2019. SCCM … Continue reading
Posted in 1902, PowerShell, Windows Server 2019
2 Comments
Microsoft releases PowerShell Intune samples on GitHub
Introduction Microsoft have just published some new PowerShell Intune samples on GitHub. You might also want to follow Dave on Twitter. Downloads You can download the PowerShell samples here. the readme.md file contains information about how to use the scripts … Continue reading
Posted in Graph, Intune, PowerShell
Leave a comment
Install SQL Server 2017 PowerShell script – download it here
Introduction In case you missed it I wrote a PowerShell script to install SQL Server 2017 CU5 here. You can install SQL Server 2017 with SSMS and Reporting Services using this PowerShell script. The original blog post was created to … Continue reading
Posted in PowerShell, SQL Server 2017
Leave a comment
Where can I find indexes of the windows-noob.com step-by-step guides
Introduction windows-noob.com has been around for many years, and during that time I’ve written hundreds of step-by-step guides with screenshots. You may not be aware, but I’ve created indexes of these guides that cover multiple versions of System Center Configuration … Continue reading
How can I automate the deployment of Windows 10 version 1709 (Fall Creators Update) using MDT and PowerShell ?
Introduction Microsoft released the new Surface Pro and recently a new operating system, Windows 10 version 1709 (Fall Creators Update). Now you can automate the installation of it using PowerShell. This script has been written to allow you to automate … Continue reading
Posted in 1709, MDT (build 8443), PowerShell
Leave a comment
How can I quickly create a Hyper-V Virtual Machine using PowerShell
Introduction This is an extremely quick post to help you create Hyper-V virtual machines using PowerShell. The script assumes you’ve already installed the Hyper-V feature in Windows. You can define a bunch of variables *highlighted in red below* such as … Continue reading
Posted in hyper-v, PowerShell
Leave a comment
Getting started with Microsoft Graph and using PowerShell to automate things in Intune
Introduction According to Microsoft, Microsoft Graph is: …your entry to automate things in the cloud via the Microsoft Graph API. This API gives you access to AzureAD, Excel, Intune, Outlook, OneDrive, OneNote, SharePoint, and more. Microsoft Graph is a RESTful … Continue reading
Posted in Graph, Intune, iOS, PowerShell
2 Comments
How can I automate the deployment of Windows 10 (Creators Update) using MDT and PowerShell ?
Introduction This script has been written to allow you to automate the deployment Windows 10 version 1703 (Creators Update) using the latest available software including: Windows 10 x64 (version 1703, MSDN media) Microsoft Deployment Toolkit (MDT) build 8443 Latest available … Continue reading
Posted in 1703, MDT (build 8443), PowerShell, Windows 10
Leave a comment
How can I install System Center Configuration Manager version 1606 (Current Branch) on Windows Server 2016 with SQL 2016
Introduction In a previous guide I showed you how to install System Center Configuration Manager version 1511 (Current Branch) on Windows Server 2012R2. Times are changing fast in this cloud-first mobile-first world, and as a result the System Center Configuration … Continue reading
New PowerShell update available for the System Center Configuration Manager Cmdlet Library
Introduction The System Center Configuration Manager Cmdlet Library installs and updates the Windows PowerShell module for System Center Configuration Manager. A new update is available (5.0.8373.1189) that fixes some problems with earlier cmdlets. The System Center Configuration Manager Cmdlet Library … Continue reading