<< < 74 75 76 77 78 79 80 81 82 83 84 > >>   ∑:4827  Sort:Rank

Expression Expansion in Strings in Windows PowerShell
What is expression expansion in strings in Windows PowerShell? Expression expansion in strings is a short-hand of string concatenation operations using the following syntax rule: When an expression enclosed in parentheses following a $ sign is included in a double-quoted string literal like "... $(e...
2016-10-19, ∼2771🔥, 0💬

"New-PSSession" Cmdlet in Windows PowerShell
How to use "New-PSSession" cmdlet in Windows PowerShell? You can use the "New-PSSession" cmdlet to create a PSSession on a remote computer. The New-PSSession cmdlet creates a Windows PowerShell session (PSSession) on one or more remote computers. Once a PSSession is created on a remote computer, it ...
2016-10-17, ∼6526🔥, 0💬

"Test-Connection" Cmdlet in Windows PowerShell
How to use "Test-Connection" cmdlet in Windows PowerShell? "Test-Connection" cmdlet in Windows PowerShell is similar to the old "ping" command. The Test-Connection cmdlet sends Internet Control Message Protocol (ICMP) echo request packets ("pings") to one or more remote computers and returns the ech...
2016-10-17, ∼3645🔥, 0💬

Managing Remote Computer with Windows PowerShell
Where to find tutorials on managing remote computers with Windows PowerShell? Here is a collection of tutorials compiled by FYIcenter.com team on managing remote computers with Windows PowerShell. Remote Computing Overview in Windows PowerShell "Test-Connection" Cmdlet in Windows PowerShell Windows ...
2016-10-17, ∼3338🔥, 0💬

Windows PowerShell Session with Remote Computers
What is a Windows PowerShell session? A session is an environment where you can run Windows PowerShell commands and scripts. Windows systems supports two types of sessions for Windows PowerShell: 1. Default Sessions - Sessions implicitly created by the local computer, when you start Windows PowerShe...
2016-10-17, ∼3091🔥, 0💬

Remote Computing Overview in Windows PowerShell
How to manage remote computers in Windows PowerShell? Windows PowerShell allows you to manage remote computers by using various technologies, including WMI, RPC, and WS-Management. You can run commands on one or hundreds of computers with a single Windows PowerShell command. Windows PowerShell offer...
2016-10-17, ∼2995🔥, 0💬

"Enter-PSSession" Cmdlet in Windows PowerShell
What is the "Enter-PSSession" cmdlet in Windows PowerShell? You can use the "Enter-PSSession" cmdlet to create a new PSSession on a remote computer, and continue to use that PSSession to run cmdlets on the remote computer. Here is an example of using the "Enter-PSSession" cmdlet to run two cmdlets o...
2016-10-15, ≈10🔥, 0💬

"New-PSSession" Cmdlet Error in Windows PowerShell
Why I am getting the "new-pssession : [...] Connecting to remote server ... failed" error in Windows PowerShell? Sometimes, when you try to create a PSSession on a remote computer, you get an error as shown in the following example: PS C:\fyicenter&gt; New-PSSession office-server new-pssession :...
2016-10-15, ∼8067🔥, 0💬

Enable WinRM for Remote Computer with Windows PowerShell
How to enable WinRM on the remote computer? I want to access it from my local computer with Windows PowerShell sessions. To support Windows PowerShell sessions, you need to perform the following tasks on the remote computer: Starting or restarting (if already started) the WinRM service Setting the W...
2016-10-15, ∼5298🔥, 0💬

Connect to Existing PSSession in Windows PowerShell
How to connect to an existing PSSession in Windows PowerShell? You can use the "Enter-PSSession" cmdlet to connect to an existing PSSession in Windows PowerShell by using the "-id n" or "-name xxx" to specify the PSSession. Here is an example of using the "Enter-PSSession" cmdlet to connect to exist...
2016-10-15, ∼4486🔥, 0💬

"Get-PSSession" Cmdlet in Windows PowerShell
What is the "Get-PSSession" cmdlet in Windows PowerShell? You can use the "Get-PSSession" cmdlet to get the user-managed Windows PowerShell sessions ("PSSessions") on local and remote computers. Here is an example of using the "Get-PSSession" cmdlet: PS C:\fyicenter&gt; New-PSSession office-serv...
2016-10-15, ∼4026🔥, 0💬

"Invoke-Command" Cmdlet in Windows PowerShell
What is the "Invoke-Command" cmdlet in Windows PowerShell? You can use the "Invoke-Command" cmdlet to run commands on remote computers in one-time PSSession. With a single Invoke-Command command, you can run commands on multiple computers. "Invoke-Command" cmdlet can also be used to run commands on ...
2016-10-13, ∼7566🔥, 0💬

"Remove-PSSession" Cmdlet in Windows PowerShell
What is the "Remove-PSSession" cmdlet in Windows PowerShell? You can use the "Remove-PSSession" cmdlet to remove one or more existing PSSessions in Windows PowerShell by using the "-id n" or "-name xxx" to specify the PSSession. Here is an example of using the "Remove-PSSession" cmdlet: PS C:\fyicen...
2016-10-13, ∼3573🔥, 0💬

What Is Windows PowerShell Background Job
What are Windows PowerShell background jobs? A Windows PowerShell background job is an execution of a Windows PowerShell command detached from the console running in the background. Windows PowerShell offers the following cmdlets to help you managing background jobs: Start-Job - Starts a background ...
2016-10-13, ∼3080🔥, 0💬

Example of PowerShell Session on Remote Computer
Where to get an example of running PowerShell session on a remote computer? Here is a good example of running PowerShell session on a remote computer called office-server. The example assumes that the local computer and the remote computer are in the same domain, and you have a domain login name and...
2016-10-13, ∼2827🔥, 0💬

Managing Windows PowerShell Background Jobs
Where to find tutorials on managing Windows PowerShell background jobs? Here is a collection of tutorials compiled by FYIcenter.com team on managing Windows PowerShell background jobs. What Is Windows PowerShell Background Job "Start-Job" Cmdlet in Windows PowerShell "Get-Job" Cmdlet in Windows Powe...
2016-10-13, ∼2628🔥, 0💬

Creating Command Buttons to Run Macros
How to create a command button to run my macro in slide show view? I have created a macro that displays message dialog box. I want to add a command button my slide. When the button is clicked while in slide show view, I want the message box to be displayed. You can create an ActiveX control command ...
2016-10-13, ≈15🔥, 1💬

💬 2016-10-13 someone: Thanks

Removing "AppData\Roaming" Files on Windows 7
What files are stored in the "C:\Users\&lt;userid&g t;\AppData\Roaming"folder? Can I delete them? Files stored in the "C:\Users\&lt;userid&g t;\AppData\Roaming"folder are files created by applications to store configuration settings, temporary files, and data specific to each applica...
2016-10-12, ≈212🔥, 1💬

💬 2016-10-12 Anindya Modak: Nope

wuauserv and wuauserv.dll on Windows Vista
What is service "wuauserv" and library "wuauserv.dll" on Windows Vista? "wuauserv" is a system service with the display name: "Windows Update". "wuauserv.dll" is the library that provides the "wuauserv" service. "wuauserv" is not a system essential service. You can disable it to make your system run...
2016-10-09, ≈48🔥, 4💬

💬 2016-10-09 welb: yes,i've found WUASERV to be right pain in the rectum for windows 7

💬 2016-08-23 FYIcenter.com: Hi Birgit, there was a mistake. It has been corrected now. The wuauserv service is not a system essential service.

💬 2016-08-19 Birgit: You give contradictory information. Please explain or correct your text! "wuauserv" is not a system essential service. System es...

(More comments ...)

"Start-Job" Cmdlet in Windows PowerShell
How to use "Start-Job" cmdlet in Windows PowerShell? You can use the "Start-Job" cmdlet to start a Windows PowerShell background job on the local computer. A Windows PowerShell background job runs a command "in the background" without interacting with the current session. When you start a background...
2016-10-08, ∼4644🔥, 0💬

"Remove-Job" Cmdlet in Windows PowerShell
How to use "Remove-Job" cmdlet in Windows PowerShell? You can use the "Remove-Job" cmdlet to remove an stopped or completed background job by using the "-id n" or "-name xxx" to specify the background job. If the background job is still running, you can use the "-Force" option to remove it. Here is ...
2016-10-08, ∼3790🔥, 0💬

"Receive-Job" Cmdlet in Windows PowerShell
How to use "Receive-Job" cmdlet in Windows PowerShell? You can use the "Receive-Job" cmdlet to receive output result from an existing background job by using the "-id n" or "-name xxx" to specify the background job. The Receive-Job cmdlet gets the results that have been generated by the time that th...
2016-10-08, ∼3335🔥, 0💬

"Stop-Job" Cmdlet in Windows PowerShell
How to use "Stop-Job" cmdlet in Windows PowerShell? You can use the "Stop-Job" cmdlet to stop (terminate) the execution of an existing background job by using the "-id n" or "-name xxx" to specify the background job. The output result of the stopped background job will stay in memory. Here is an exa...
2016-10-08, ∼3107🔥, 0💬

"Get-Job" Cmdlet in Windows PowerShell
How to use "Get-Job" cmdlet in Windows PowerShell? You can use the "Get-Job" cmdlet to display existing Windows PowerShell background job on the local computer. Below is an example of "Get-Job" cmdlet displaying background jobs: PS C:\fyicenter&gt; start-job {get-process} Id Name PSJobTypeName S...
2016-10-08, ∼2920🔥, 0💬

<< < 74 75 76 77 78 79 80 81 82 83 84 > >>   ∑:4827  Sort:Rank