Mirror of Windows OBS Playbook
Go to file
L3D a68c0e553d
Adding hints about Version
2021-12-13 22:30:10 +01:00
LICENSE initialize git Repo 2021-12-13 22:14:34 +01:00
README.md Adding hints about Version 2021-12-13 22:30:10 +01:00

README.md

Ansible Playbook WINDOWS OBS Setup

Ansible Playbook to Setup a Windows 10 Enterprise Host to Stream with OBS.

WIP

Obviously this is work in progress. Use at your own risk

Requirements

Your Windows 10 Host has the following Software Requirements bevore starting ansible usage (based on windows_setup.html#host-requirements:

  • PowerShell version 3.0 or newer
  • .NET Framework 4.0 or newer

This Playbook is only tested at Windows 10 Enterprise

How to get the Version Number

Powershell

# In your Powershell
Get-Host | Select-Object Version

.NET Framework

# In your Powershell
(Get-ItemProperty "HKLM:SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full").Version

Windows Version

# In your Powershell
(Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion").ReleaseId