Hi,
if you want to know who and from which station a user logs on via remote desktop you can use the following powershell commands.
 Continue reading Windows: Get a list of Remote Desktop Logons 
Hi,
if you want to know who and from which station a user logs on via remote desktop you can use the following powershell commands.
 Continue reading Windows: Get a list of Remote Desktop Logons 
Hi
if a Windows computer is member of a domain and the certificate autoenrollment is in place then you can use the machine certificate provided by the active directory as the RDP TLS certificate.
 Continue reading Windows: Set Machine certificate as Remote Desktop Certificate 
Hi,
let us assume we have an Network Share on Server myserver.mydomain.org. Server has IP Address 10.254.10.10.
accessing a share via IP Address works
 Continue reading Windows: Error “2221 the username could not be found” occurs when connecting to a network drive 
Hi,
Issue: You downloaded or copied a script from a remote location and Powershell won’t execute such a file although you have set the execution policy to RemoteSigned.
An Error like this occurs:
D:\Temp\myScript.ps1 : File D:\Temp\myScript.ps1 cannot
be loaded. The file D:\Temp\myScript.ps1 is not digitally signed. The script
will not execute on the system.
 Continue reading Powershell: A Local script is not executed with error not digitally signed 
Hi,
the credialstore offers the ability to store credientials to access some resources without entering the password every time when the resource is used.
 Continue reading Windows: Store credentials to access a share