Solution Views
Where You can find any Solution
Menu Close
  • Home
  • About Me
  • Contact Me
  • Security Quiz

windows powershell

0

The Basics of PowerShell DSC (Desired State Configuration)

Posted on December 13, 2021 by Maryam Alam

The Basics of PowerShell DSC (Desired State Configuration) Desired State Configuration (DSC) allows you to configure Windows and applications using a configuration file and PowerShell. As in other configuration management systems (for example, Puppet or Ansible), when using Desired State… Continue Reading →

Uncategorized Windows Powershell
0

How to Transfer FSMO Roles Using PowerShell?

Posted on December 13, 2021 by Maryam Alam

When you create a domain, by default all FSMO roles are assigned to the first domain controller in the forest. You can transfer FSMO roles from one DC to another using both the Active Directory graphics snap-ins and the PowerShell… Continue Reading →

Uncategorized Windows Powershell
0

How to Use ForEach Loop in PowerShell?

Posted on December 11, 2021 by Maryam Alam

Like other programming languages, PowerShell has the concept of loops. Earlier we already covered how to create a PowerShell script for looping through files and folders. The loop (cycle) allows you to execute several times a certain set of commands.… Continue Reading →

Uncategorized Windows Powershell
0

The RPC Server is Unavailable 0x800706BA

Posted on December 11, 2021 by Maryam Alam

Most likely, a lot of you already faced an error The RPC server is unavailable. (Exception from HRESULT: 0x800706BA). This happens when you try to connect to a remote computer or server through a specific MMC snap-in, WMI, PowerShell, WinRM,… Continue Reading →

Uncategorized RCP Server, Windows Powershell
0

Configuring Live Migration in Hyper-V

Posted on November 13, 2021 by Maryam Alam

It allows moving a running virtual machine between hosts without stopping it.Live Migration in Hyper-V was only available under Windows Failover Cluster with Cluster Shared Volumes (CSV). Starting from Windows Server 2012, Hyper-V Live Migration doesn’t require a cluster or… Continue Reading →

Uncategorized Windows Powershell
0

Filtering PowerShell Objects with Where-Object

Posted on November 13, 2021 by Maryam Alam

Filtering PowerShell Objects with Where-Object The output of any PowerShell cmdlet is returned as objects. The Where-Object cmdlet is used in PowerShell to filter such objects. The Where-Object cmdlet allows filtering the output of the previous command using a pipeline.… Continue Reading →

Uncategorized Windows Powershell
0

How to Run PowerShell Script on Remote Computer?

Posted on November 12, 2021 by Maryam Alam

How to Run PowerShell Script on Remote Computer? The functionality of remote command execution in PowerShell is called PowerShell Remoting (appeared in PowerShell 2.0) and is based on the capabilities of the Web Services for Management protocol (WS-Management). With PowerShell… Continue Reading →

Uncategorized Windows Powershell
0

Fix: Unable to Find a Default Server with Active Directory Web Services Running

Posted on November 9, 2021 by Maryam Alam

The error Cannot find the default server running Active Directory Web Services, may appear when you import an ActiveDirectory module into your PowerShell session  when you run various cmdlets from that module.  For example, when you transfer FSMO roles with… Continue Reading →

Active Directory Web Services Running, Windows Powershell
0

Using Out-File Cmdlet to Redirect Output to File in PowerShell

Posted on November 8, 2021 by Maryam Alam

With PowerShell, you can redirect the output of any command to a text file. This is useful to save the results returned by a PowerShell command or script. The PowerShell Out-File cmdlet is used to redirect output to a plain… Continue Reading →

powershell Out-File Cmdlet, Windows Powershell
0

PowerShell: Convert String to Int

Posted on November 8, 2021 by Maryam Alam

PowerShell: Convert String to Int           PowerShell belongs to a weak, dynamic typed language class. This means you don’t need to declare variables and set specific data types before using them. When you create a variable, you don’t have any need… Continue Reading →

Uncategorized int, string, String to Int, Windows Powershell

Post navigation

Older Articles

Categories

  • Active Directory (63)
    • Active Directory Roles (60)
  • Adobe (2)
  • ASP.NET (2)
  • Azure (6)
  • Browsers (1)
  • Databases (32)
  • Drivers (2)
  • GPO (2)
  • Hardware (3)
    • Hard Drives (2)
    • Printers (1)
  • Microsoft (167)
    • Microsoft Azure (3)
    • Office 365 (16)
    • SQL Database (2)
    • Windows (48)
    • Windows 10 (32)
    • Windows Server 2012 (12)
    • windows server 2016 (19)
    • windows server 2019 (4)
  • Microsoft Exchange Server (9)
    • Exchange Server 2010 (2)
    • Exchange server 2013 (1)
    • Exchange Server 2016 (4)
    • exchange server 2019 (1)
    • Exchange Spam Filters (2)
  • Networkng (19)
    • Mikrotik (1)
  • Office (6)
    • Outlook (6)
  • Others (11)
    • android (1)
    • CONFIGMGR (1)
    • Linux (9)
  • powershell (14)
  • Programming (1)
  • Security and Firewalls (4)
    • fortinet (1)
  • Sysprep (4)
  • Uncategorized (18)
  • Veeam (4)
  • Virtualization (37)

Recent Comments

  • pawlo on Droplet of a SQL Server Login and all its dependences
  • eyelash packaging on Non Payment Reminder for PPPoE/HOTSPOT Customers in Mikrotik
  • donny cerutty on Droplet of a SQL Server Login and all its dependences
  • marklindeman on Droplet of a SQL Server Login and all its dependences
  • MS Windows Server 2016 VM with a VMware Paravirtual SCSI controller - Solution Views on How to Install Windows Server 2016 on VMware

Tags

active directory roles apexsql Browsers complete solution configure database database error error solved FSMO Role How to how to deploy how to fix how to solve Hyper-v hyper-V error installation iphone Iphone linux MDT 2013 Microsoft NetApp Oracle part 1 part 2 Solved SQl sql server SQL server database Step by step step by step explained step by step installation step by step solution Uncategorized Uncategorized Virtual machine VM VM workstation vsphere windows 7 windows 10 Windows Powershell windows server Windows Server 2012 R2 Windows Server 2016

© 2023 Solution Views. All rights reserved.