<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Script on System Management</title>
    <link>https://systemmanagement.ro/tags/script/</link>
    <description>Recent content in Script on System Management</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 02 Nov 2019 09:12:37 +0200</lastBuildDate>
    <atom:link href="https://systemmanagement.ro/tags/script/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Power Query – Week start and end dates in same column</title>
      <link>https://systemmanagement.ro/power-query-week-start-and-end-dates-in-same-column/</link>
      <pubDate>Sat, 02 Nov 2019 09:12:37 +0200</pubDate>
      <guid>https://systemmanagement.ro/power-query-week-start-and-end-dates-in-same-column/</guid>
      <description>Someone asked me the other day below thing: “On the same column I want a
Range of dates not Duration between two dates So I have a Creation date and fulfillment
date I need to come up with a column of weekly Range like for example 10/21 – 10/27
10/28 – 11/01 11/02 – 11/09…</description>
    </item>
    <item>
      <title>Uninstall KB 2823324 using ConfigMgr</title>
      <link>https://systemmanagement.ro/uninstall-kb-2823324-using-configmgr/</link>
      <pubDate>Tue, 16 Apr 2013 09:33:00 +0300</pubDate>
      <guid>https://systemmanagement.ro/uninstall-kb-2823324-using-configmgr/</guid>
      <description>Create a CMD file with the following content @echo off :: – – – – – Check
if KB is installed – – – – – – – – systeminfo | findstr 2823324 :: – – – – – If
not installed (1), exit – – – – – – – IF %errorlevel% EQU 1…</description>
    </item>
    <item>
      <title>Find computer name for a remote computer using PSExec</title>
      <link>https://systemmanagement.ro/find-computer-name-for-a-remote-computer-using-psexec/</link>
      <pubDate>Mon, 15 Apr 2013 18:41:00 +0300</pubDate>
      <guid>https://systemmanagement.ro/find-computer-name-for-a-remote-computer-using-psexec/</guid>
      <description>Let’s say you know the IP address of a computer but you don’t know the hostname.
Seems to be an easy task with ping –a, if you have a working DNS If not, you can
try the following approach: Create a cmd file on client’s computer. Say in \IP\C$\Windows\Temp\FindHostname.cmd
Edit FindHostname.cmd. Type in: echo %computername%…</description>
    </item>
  </channel>
</rss>
