|
|
|
|
|
|
|
|
|
|
0 Replies and 680 Views
Why the RemoteSigned policy is preventing script execution in PowerShell 680 0
Started by Mawadda Abuhamda
Something that might help with script execution in PowerShell if the RemoteSigned policy is preventing execution, is to change the policy from RemoteSigned to Unrestricted. You can use “Set-ExecutionPolicy Unrestricted” to change the policy. You can also try to bypass the policy using “powershell.exe -executionpolicy bypass -file .\Script.ps1.” You can also add a URL rule to the Intranet group to trust the directory that the file is on. You can do this by running the command, “& '$Env:SystemR...
|
|
|
|
0 |
680 |
01 Feb 2022 11:45 AM |
|
0 Replies and 574 Views
Running a PowerShell script that isn’t digitally signed 574 0
Started by Mawadda Abuhamda
To run a PowerShell script that isn’t digitally signed, you could change your execution policy. You can do this by first running “Get-ExecutionPolicy cmdlet” to get to your execution policy. Then you can run “PS C:> Set-ExecutionPolicy unrestricted,” which will change your execution policy to unrestricted. This will change the policy for all files and scripts. Another way to run an unsigned script that won’t change any settings after you close the current PowerShell session is to run “Set-E...
|
|
|
|
0 |
574 |
31 Jan 2022 11:11 AM |
|
0 Replies and 479 Views
Installing Windows 11 on an unsupported PC 479 0
Started by Mawadda Abuhamda
You can install Microsoft’s PC Health Check app to check whether or not your PC supports Windows 11. If it doesn’t, you might still be able to update to Windows 11. Windows 11 requires TPM 2.0 to be enabled. You can check if your PC has it by going to UEFI firmware settings and searching for “TPM,” “Intel PTT,” or “Security Device.” If you can’t find it, look up your computer’s model and enabling TPM. Installing a UEFI update can also enable TPM or add support for it. If your device only sup...
|
|
|
|
0 |
479 |
21 Jan 2022 09:23 PM |
|
0 Replies and 455 Views
Fixing a mail-enabled public folder so it can receive external mail 455 0
Started by Mawadda Abuhamda
If a mail-enabled public folder isn’t receiving external mail, you can run this command in Windows to fix it: Add-PublicFolderClientPermission -Identity “\FolderName” -User “UserName” -AccessRights CreateItems https://www.yshvili.com/mail-enabled-public-folders-not-receiving-external-mail/
|
|
|
|
0 |
455 |
21 Jan 2022 07:44 PM |
|
0 Replies and 530 Views
TeamViewer QuickSupport 530 0
Started by Mawadda Abuhamda
TeamViewer QuickSupport can be installed on your Android or iOS phone for remote support from a Windows or Mac computer. To get remote support for your mobile device, you need to install the QuickSupport app and give your ID to your support technician. They have to install the full version of TeamViewer on their device, because connecting to a phone for remote support requires a TeamViewer subscription. A support technician can also use their phone to connect to a computer for remote support...
|
|
|
|
0 |
530 |
28 Dec 2021 12:44 PM |
|
|
|