-
I cannot get this script to run, it generates a lot of errors - this is being run "as admin":
PS C:\Temp\PS> .\AzureADDeviceCleanup.ps1 -verify
At C:\Temp\PS\AzureADDeviceCleanup.ps1:205 char:17
…
-
-
I've been learning powershell and I'm responsible for creating packages across multiple tenants.
I'm trying to leverage Upload-Win32Lob and I can't seem to get it working.
Any assistance would be im…
-
Remove-PreviousOfficeInstalls.ps1 is force rebooting the computer when a broken Office2010 install is present -- the computer reboots regardless of the -NoReboot switch (and doesn't successfuly remove…
-
We are running the powershell script from a cmd file:
Powershell.exe %~dp0Remove_Office\Remove-PreviousOfficeInstalls.ps1 -Remove2016Installs $true -RemoveClickToRunVersions $True -Force $True -NoR…
-
The PowerShell step in the task sequence (which utilises PSDPowershell.ps1) opens a blank powershell window instead of executing the script. This happens only if a full path is specified instead of a …
-
Hi @wetling23 ,
Thank you so much , now getting below error , tried multiple options but not getting output. Also please let me know where and how can i get output CSV file.
PS C:\Users\dharmb…
-
# Bug report
### Bug description:
- Expected: When a virtual environment is (de)activated, `PS1` is not exported.
- Actual: When a virtual environment is (de)activated, `PS1` is exported.
`PS1` is …
-
Steps to reproduce
------------------
Using `Invoke-Formatter` does not apply the `PSAvoidTrailingWhitespace ` rule as shown by the following example script:
```PowerShell
$script = @"
Function…
-
Wenn I run my script without a necessary subcommand, `docopt-ng` issues a warning - shouldn't it be an error? - which in my opinion is not suitable for the enduser (`found unmatched (duplicate?) argum…