Windows OS Hub
  • Windows Server
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
    • Windows Server 2012 R2
    • Windows Server 2008 R2
    • SCCM
  • Active Directory
    • Active Directory Domain Services (AD DS)
    • Group Policies
  • Windows Clients
    • Windows 11
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows XP
    • MS Office
    • Outlook
  • Virtualization
    • VMWare
    • Hyper-V
    • KVM
  • PowerShell
  • Exchange
  • Cloud
    • Azure
    • Microsoft 365
    • Office 365
  • Linux
    • CentOS
    • RHEL
    • Ubuntu
  • Home
  • About

Windows OS Hub

  • Windows Server
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
    • Windows Server 2012 R2
    • Windows Server 2008 R2
    • SCCM
  • Active Directory
    • Active Directory Domain Services (AD DS)
    • Group Policies
  • Windows Clients
    • Windows 11
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows XP
    • MS Office
    • Outlook
  • Virtualization
    • VMWare
    • Hyper-V
    • KVM
  • PowerShell
  • Exchange
  • Cloud
    • Azure
    • Microsoft 365
    • Office 365
  • Linux
    • CentOS
    • RHEL
    • Ubuntu
    PowerShellWindows 10Windows Server 2019

    PowerShell SecretManagement Module: Securely Manage Credentials and Secrets

    Microsoft recently released a very useful SecretManagement PowerShell module. You can use it to securely store and use saved passwords (secrets) in your PowerShell scripts. The module consists of two components: a SecretStore vault (a default password store), and a SecretManagement (engine to access different password vaults). Both the built-in SecretStore vault and third-party secret vaults (like KeePass, LastPass, HashiCorp Vault, Azure Key Vault, Bitwarden, Windows Credential Manager, etc.) are supported. Using SecretManagement, you can save any passwords (credentials) to the secret vault and retrieve them at any time. You can also store license keys, access keys, and other sensitive information (Hashtable, Byte, String, SecureString, and PSCredential object types are supported).

    Continue Reading
    May 10, 2023 0 comment
    0 Facebook Twitter Google + Pinterest
  • PowerShellWindows 10Windows Server 2019

    PowerShell: Get Folder Sizes on Disk in Windows

    February 20, 2023

    Most Windows users know that the easiest way to check the size of a folder is to open the folder properties in File Explorer. More experienced users prefer to use…

  • PowerShellWindows 10Windows Server 2019

    Managing Saved Passwords Using Windows Credential Manager

    August 18, 2021

    Windows Credential Manager allows saving credentials (usernames and passwords) to access network resources, websites, and apps. With Windows Credential Manager, you can connect to remote resources automatically without entering your…

  • PowerShellWindows 10Windows Server 2019

    Kill a Windows Service That Stucks on Stopping or Starting

    August 5, 2021

    How to manually kill a Windows service process that is stack at “Stopping” or “Starting” state? Most Windows administrators have faced a problem when they try to start/stop/restart a service,…

  • PowerShellWindows 10

    How to Repair and Reinstall Microsoft Store on Windows 10 After Removal?

    August 4, 2021

    When uninstalling built-in modern apps, many Windows 10 users accidentally uninstall Microsoft Store as well. Most often it occurs when thoughtlessly running third-party tools or PowerShell scripts like Get-AppXProvisionedPackage -online…

  • PowerShellWindows 10Windows Server 2019

    Changing Time Zone Settings in Windows via CMD, PowerShell, and GPO

    August 4, 2021

    Time zone, along with time and date, is one of the critical parameters of a computer. For Windows and applications to work correctly, the time zone must be set in…

  • Hyper-VPowerShellVirtualizationWindows 10Windows Server 2016

    Hyper-V: Enabling Routing Between Internal Networks (Subnets)

    August 2, 2021

    My task is to create multiple internal IP subnets and configure routing between them on my standalone Hyper-V stand. By default, Hyper-V doesn’t route traffic between networks on virtual switches.…

  • Windows 10Windows 11

    How to Download APPX File from Microsoft Store for Offline Installation?

    August 4, 2021

    New Universal Windows Platform apps (.Appx/.AppxBundle) on Windows 10 are usually installed online through the Microsoft Store. Despite Windows allows to install universal apps from the appx file (sideload), you…

  • AzureExchangeMicrosoft 365Office 365OutlookPowerShell

    Regional Mailbox Settings (Language, TimeZone) in Outlook, Exchange, and Microsoft 365

    April 27, 2022

    You can use different regional settings for user mailboxes in on-prem Exchange and Exchange Online (Microsoft 365). The mailbox regional settings define the time and date format, time zone, language…

  • Windows Server 2016Windows Server 2019Windows Server 2022

    How to Convert (Upgrade) Windows Server 2019/2016 Evaluation to Full Version?

    June 7, 2022

    Microsoft invites everyone to get acquainted with the features of the server platform using trial versions of Windows Server 2019 or Windows Server 2016 (StandardEvaluation or DatacenterEvaluation). By filling out…

Load More Posts

Categories

  • Active Directory
  • Group Policies
  • Exchange Server
  • Microsoft 365
  • Azure
  • Windows 11
  • Windows 10
  • Windows Server 2022
  • Windows Server 2019
  • Windows Server 2016
  • PowerShell
  • VMWare
  • Hyper-V
  • Linux
  • MS Office

Recent Posts

  • Zabbix: How to Get Data from PowerShell Scripts

    October 27, 2023
  • Tracking Printer Usage with Windows Event Viewer Logs

    October 19, 2023
  • PowerShell: Configure Certificate-Based Authentication for Exchange Online (Azure)

    October 15, 2023
  • Reset Root Password in VMware ESXi

    October 12, 2023
  • How to Query and Change Teams User Presence Status with PowerShell

    October 8, 2023
  • How to Increase Size of Disk Partition in Ubuntu

    October 5, 2023
  • How to Use Ansible to Manage Windows Machines

    September 25, 2023
  • Installing Language Pack in Windows 10/11 with PowerShell

    September 15, 2023
  • Configure Email Forwarding for Mailbox on Exchange Server/Microsoft 365

    September 14, 2023
  • How to View and Change BIOS (UEFI) Settings with PowerShell

    September 13, 2023

Follow us

  • Facebook
  • Twitter
  • Telegram
Popular Posts
  • Manage Windows Updates with PSWindowsUpdate PowerShell Module
  • Configuring Port Forwarding in Windows
  • Start Menu or Taskbar Search Not Working in Windows 10/11
  • Get-ADUser: Find Active Directory User Info with PowerShell
  • Adding Drivers into VMWare ESXi Installation Image
  • How to Hide Installed Programs in Windows 10 and 11
  • Configuring SFTP (SSH FTP) Server on Windows
Footer Logo

@2014 - 2023 - Windows OS Hub. All about operating systems for sysadmins


Back To Top