Tag Archives: list

Windows: Working with Filter drivers

Hi,

Filter drivers can change the behaviour of devices.

Continue reading Windows: Working with Filter drivers

Advertisment to support michlstechblog.info

SSL/TLS: Enumerate all security ciphers a Web- or Mailserver offers

Hi,

you want to know which security ciphers a particular server supports?
Continue reading SSL/TLS: Enumerate all security ciphers a Web- or Mailserver offers

Windows: Switch back to Restore Point

Hi,

when you want list all restore points or you to switch back to a system restore point use the Windows System Restore Point GUI.

Start it with

C:> rstrui.exe

It shows you a Window where you can switch back to the latest restore point

or it gets you a list from all available restore points.

Michael

Windows: List WWNs of all Fibre Channel HBAs

Hi,

the following powershell one liner lists all WWNs of all attached Fibre Channel HBAs.

Continue reading Windows: List WWNs of all Fibre Channel HBAs

Windows: Get all groups a user is memberof by dsquery/dsget recursive

Hi,

The “net” builtin commands of Windows have some limitations: It truncates groupnames longer then 20 Characters, it cannot resolve group in group memberships….

dsget/dsquery are (LDAP) command line interfaces for active directory. For using these commands you have to install the Windows RSAT Tools (Remote Server Administration Tools).

Some examples.
Continue reading Windows: Get all groups a user is memberof by dsquery/dsget recursive