
PowerShell and file permissions (ACE/ACL)
All I know is this module chokes V3. It won't load properly. But run PS with the -Version 2 switch, and all works as expected. That's why I posted the results of my Get-Command, to show you …
Powershell can't find modules that worked before
Update: when Iopen a command prompt window and type "powershell -importsystemmodules", I am then able to proceed to import-module remotedesktop from the CMD prompt and perform …
Conversion of regular mailbox to shared mailbox failed
Logon to the server where the database of that mailbox is mounted and run the Powershell command there. Marked as answer byP T AshrafSunday, July 21, 2019 12:44 PM
Error: 0x800f080c When trying to download Hyper-V from …
I have an Asus Flipbook 14 on Windows 10 Personal I'm trying to install Hyper-V. I couldn't find a way to enter the BIOS so I attempted to do it from the PowerShell and CMD but the Error: …
Run multiple commands using CMD with PowerShell.exe -command
I am trying to create a PowerShell command that reads a registy variable and then executes a command.
Powershell Invoke-Command access denied error on remote …
The New-Item and Set-Item commands run fine against the RDS Gateway Server I'm logged into but Errors with Accessdenied when running against the Remote RDS Gateway Server. I am …
intermittent : The term 'get-date' is not recognized as the name of …
I was able to run the command Import-Module Microsoft.PowerShell.Security , and the command worked fine after that. Get-Date is in a different module, Microsoft.PowerShell.Utility, but I …
PS Scheduling via Windows Task Scheduler
Arguments: Here goes (The c:\powershell has been substituted by .\ when "start in" populated also as a test and I have also tried the shorthand version of commands such as -c instead of …
Add iSCSI LUN to Multiple Hyper-V Cluster Hosts?
Is there a way to connect multiple Hyper-V hosts to a CSV LUN without manually logging into each and opening the iSCSI Initiator GUI?
Problems with get-printer command and remote computers
WinRM and File and printer sharing exception are enabled on all user workstations and other PowerShell commands that use computername parameter are functioning (e.g. get-service …