<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Windows on Janik von Rotz</title>
    <link>https://janikvonrotz.ch/tags/windows/</link>
    <description>Recent content in Windows on Janik von Rotz</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 19 Jan 2018 11:55:48 +0000</lastBuildDate>
    <atom:link href="https://janikvonrotz.ch/tags/windows/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Setup SSH on Windows 10</title>
      <link>https://janikvonrotz.ch/2018/01/19/setup-ssh-on-windows-10/</link>
      <pubDate>Fri, 19 Jan 2018 11:55:48 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2018/01/19/setup-ssh-on-windows-10/</guid>
      <description>&lt;p&gt;I have started a new job and as usual had to set up a new computer. Using Windows in a Unix environment seems like a bad choice at first. However, Microsoft has changed strategy and embraced the Unix world with projects such as Windows Subsystem for Linux (WSL) or Windows SQL Server support for Linux. In result you can install bash with &lt;a href=&#34;https://docs.microsoft.com/en-us/windows/wsl/install-win10&#34;&gt;WSL&lt;/a&gt; and use the native ssh client. But there is also another way. If you install &lt;a href=&#34;https://git-scm.com/download/win&#34;&gt;Git for Windows&lt;/a&gt; a ssh binary is shipped as well. This binary and other tools such as &lt;code&gt;ssh-keygen&lt;/code&gt; are not available from the command line by default. I want show you how to fix this, setup a keypair and start using ssh in a Windows environment.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Install .NET Framework 3.5 on Windows Server 2012 and Windows Server 2012 R2</title>
      <link>https://janikvonrotz.ch/2014/03/11/install-net-framework-3-5-on-windows-server-2012-and-windows-server-2012-r2/</link>
      <pubDate>Tue, 11 Mar 2014 07:30:44 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2014/03/11/install-net-framework-3-5-on-windows-server-2012-and-windows-server-2012-r2/</guid>
      <description>&lt;p&gt;To install the .Net Framework 3.5 on Windows Server 2012 and Windows Server 2012 R2 you have to enable the install feature from the online source.&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code class=&#34;language-dism&#34; data-lang=&#34;dism&#34;&gt;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Now you should be able to install the feature with server management console.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://janikvonrotz.ch/wp-content/uploads/2014/03/install-net-3.5-e1394519502205.jpg&#34;&gt;&lt;img src=&#34;https://janikvonrotz.ch/wp-content/uploads/2014/03/install-net-3.5-e1394519502205.jpg&#34; alt=&#34;install .Net 3.5 on Windows Server 2012 R2&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Project: Setup Windows 7 Kiosk</title>
      <link>https://janikvonrotz.ch/2013/10/04/project-setup-windows-7-kiosk/</link>
      <pubDate>Fri, 04 Oct 2013 16:01:56 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2013/10/04/project-setup-windows-7-kiosk/</guid>
      <description>&lt;p&gt;The goal of this project is a simple Windows 7 Kiosk installation with nothing else as the newest version of internet explorer installed. A user should not be allowed to do something than can malfunction the system or even elevating the user privileges. I want to show you in this post which GroupPolicies I&amp;rsquo;ve used and what configurations I made to set up this type of installation.&lt;/p&gt;&#xA;&lt;p&gt;First I want to commit my principles for working with ActiveDirectory and Group Policies:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;    &lt;li&gt;If not needed a GroupPolicy shouldn&#39;t contain any registry keys.&#xA;&lt;ul&gt;&#xA;    &lt;li&gt;Group Policies instructions are much easier to read.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;    &lt;li&gt;Only AMDX templates are allowed, this means no AMD templates or anything else.&#xA;&lt;ul&gt;&#xA;    &lt;li&gt;AMDX won&#39;t in contrast to AMD templates becopied to the client, they stay in the SYSVOL Policy Definition folder on the domain controller.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;    &lt;li&gt;The Group Policy objects should be reusable.&lt;/li&gt;&#xA;    &lt;li&gt;Configuring the minimum.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Active Directory User Reporting</title>
      <link>https://janikvonrotz.ch/2013/07/25/active-directory-user-reporting/</link>
      <pubDate>Thu, 25 Jul 2013 10:49:32 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2013/07/25/active-directory-user-reporting/</guid>
      <description>&lt;p&gt;This is a simple example of how to create a report of your Active Directory users.&#xA;The first command imports the PowerShell Active Directory module, which should be installed by default, otherwhise do this:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://janikvonrotz.ch/wp-content/uploads/2013/07/2013-07-25-11_43_24-Windows-Funktionen.png&#34; alt=&#34;Install PowerShell Active Directory Module&#34;&gt;&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-powershell&#34; data-lang=&#34;powershell&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Import-Module ActiveDirectory&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Get-ADUser -Filter {EmailAddress &lt;span style=&#34;color:#f92672&#34;&gt;-like&lt;/span&gt; &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;*&amp;#34;&lt;/span&gt;} -Properties * | select DisplayName, GivenName, Name, Surname, mail, SamAccountName, Department, Title, extensionAttribute1, extensionAttribute2 | Out-GridView&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;And the second command creates a simple report.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
